Part Number: TMS320F280049
Hi,
We use ADC to sample signal, and then transmit the data to F280049 after sampling. The data transmission rate is fixed (currently is 62.5 kHz), and the number of sampling points is also fixed at 2048.
F280049 performs FFT operation so that obtain the amplitude and phase of the fundamental frequency, double frequency, etc., the fundamental frequency of the signal will also changed due to the change of the rotational speed of the rotor.
In order to adapt to the fundamental frequency change (ensure the fundamental frequency is the resolution of the FFT operation). we need to adjust F280049 sampling rate.
(for example, if ADC transmits 4000 data, we need extract it to 2048 data, and ensure that the data is equally divided, and make sure the first and last data are read).
Is there a example for this? Thanks a lot.