部件编号: CC1312R
工具/软件:
Hi,guys:
Due to business requirements, I used the FFT routine from the "simple_periphera_cc1350lp/app" library
But using the same structure parameters and calling the function 4 times repeatedly,
I found that the first and subsequent results were different, but after the second call, the result was the same
msp_fft_q15_params params = {2048,true,msp_cmplx_bitrev_table_2048_ui16,msp_cmplx_twiddle_table_2048_q15,msp_split_table_2048_q15};
May I ask how to solve this problem