User Activity

Posted on January 27, 2013 at 23:13Hi!I'm trying to make forward/inverse FFT. The target is to compare, that data before, and after FFT/IFFT are equal.// Vars definitionq15_t ADC_input[512];q15_t RFFT_output[1024];arm_rfft_instance_q15 S;arm_cfft_ra...
Posted on January 27, 2013 at 23:03Hi!I'm trying to make forward/inverse FFT. The target is to compare, that data before, and after FFT/IFFT are equal.// Vars definitionq15_t ADC_input[512];q15_t RFFT_output[1024];arm_rfft_instance_q15 S;arm_cfft_ra...