Other Parts Discussed in Thread: C2000WARE
Hello.
I'm investigating RFFT library and example using TMS320F28379D from C2000WARE folder.
I could find some example related of it such as fpu_rfft.h, header file for rfft example.
In this header file, following the track of origin file, it shows function named by
"extern void RFFT_adc_f32(RFFT_ADC_F32_STRUCT_Handle hndRFFT_ADC_F32);".
and I can find that function into this assembly "RFFT_adc_f32.asm"file.
In the file, it said "This function computes a real FFT with 12-bit fixed-point ADC input."
I couldn't find any function example for 16bit adc and floating point.
I was wondering if you let me guide the example related 16bit adc and floating point for RFFT calculation.
Thank you.
Regads,