Tool/software:
I have a Current signal and a Voltage signal which are sampled by ADC and I have to perform RFFT Analysis on both signals, how to do it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
I have a Current signal and a Voltage signal which are sampled by ADC and I have to perform RFFT Analysis on both signals, how to do it?
You can compute 2 RFFTs, one on the current signal, one on the voltage signal.
Ok. I am 2837x_RFFT_ADC example for reference, but it performs RFFT Analysis on only 1 signal. Can you let me know about all the changes I need to do in main.c and F2837xD_FPU_RFFT_ADC_RT_lnk.cmd in order to apply for 2 signals?
Shreelakshmi,
The example sets up everything - buffers, structures, etc. for one signal. To do it on a second signal, you need to essentially replicate what is done for the 1st signal - setup additional memory buffers, structures, etc. This is a simple exercise that can be accomplished by reviewing the example.
Thanks,
Sira