I use IIRInterpolator object . The input Sample Rate is 12000, factor is 2. so the output Sample Rate is 24000. Should the value of cutoffFreq be 12000 *0.5 /2 or 24000 *0.5/2 ? Should the value of cutoffFreq be lower than 3000 or 6000?
Thanks!
I use IIRInterpolator object . The input Sample Rate is 12000, factor is 2. so the output Sample Rate is 24000. Should the value of cutoffFreq be 12000 *0.5 /2 or 24000 *0.5/2 ? Should the value of cutoffFreq be lower than 3000 or 6000?
Thanks!
12:34pm
Hello Yong,
In your case it would be 24000 * 0.5 / 2 = 6000, as reflected by the example .awd downloaded with Designer (attached)