view trunk/C++/codeblocks/CARFAC.cbp @ 598:34dccba19c54

Fixed certain minor documentation bugs. Added the CAR::designFilters and CAR::stageG methods. These methods design the CAR.coeff coefficients. They have been compared to be the same as the matlab coefficients. An Ear is now contructed with a specific FS or, it uses the default. Added the PsychoAcoustics class to do ERB and Hz conversions. Added the EarTest.C main which allows the construction of an Ear class for testing.
author flatmax
date Wed, 20 Feb 2013 22:30:19 +0000
parents 359bcd461dd1
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="CARFAC" />
		<Option pch_mode="2" />
		<Option compiler="gcc" />
		<Build>
			<Target title="Debug">
				<Option output="../CARFAC" prefix_auto="1" extension_auto="1" />
				<Option object_output="../" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-g" />
				</Compiler>
			</Target>
			<Target title="Release">
				<Option output="../CARFAC" prefix_auto="1" extension_auto="1" />
				<Option object_output="../" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
				</Linker>
			</Target>
		</Build>
		<Compiler>
			<Add option="-Wall" />
		</Compiler>
		<Unit filename="../AGC.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../AGC.H" />
		<Unit filename="../AGCCoeff.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../AGCCoeff.H" />
		<Unit filename="../AGCParam.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../AGCParam.H" />
		<Unit filename="../AGCState.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../AGCState.H" />
		<Unit filename="../CAR.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../CAR.H" />
		<Unit filename="../CARCoeff.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../CARCoeff.H" />
		<Unit filename="../CARFACCommon.H" />
		<Unit filename="../CARParam.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../CARParam.H" />
		<Unit filename="../CARState.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../CARState.H" />
		<Unit filename="../Coefficients.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../Coefficients.H" />
		<Unit filename="../Ear.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../Ear.H" />
		<Unit filename="../EarComponent.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../EarComponent.H" />
		<Unit filename="../Ears.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../Ears.H" />
		<Unit filename="../IHC.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../IHC.H" />
		<Unit filename="../IHCCoeff.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../IHCCoeff.H" />
		<Unit filename="../IHCParam.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../IHCParam.H" />
		<Unit filename="../IHCState.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../IHCState.H" />
		<Unit filename="../Makefile" />
		<Unit filename="../Parameters.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../Parameters.H" />
		<Unit filename="../PsychoAcoustics.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../PsychoAcoustics.H" />
		<Unit filename="../State.C">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="../State.H" />
		<Unit filename="../test/EarTest.C">
			<Option compilerVar="CC" />
		</Unit>
		<Extensions>
			<code_completion />
			<envvars />
			<debugger />
			<lib_finder disable_auto="1" />
		</Extensions>
	</Project>
</CodeBlocks_project_file>