Hello to everybody.
I am working on one project, and I have to measure an AC voltage and to put that voltage into frequency domain. So far, I did not have bigger problems, but when I needed to find out the phase shift between harmonics I stacked into a problem I can not solve.
The simplest example: I want to measure grid voltage (0.4kV AC), to do rfft_f32 in dsp, and after that to do rfft_32_phase and find out phase shift between first and second harmonic. The problem that I can not solve is that every time I do my measure I get different phase shift (practically I am getting random number every time).
I was searching for some examples for rfft32_phase and I did not find any useful and complete example of using rfft32_phase function. Also, I did not find common problems on this forum.
I hope that someone can help me, because I am out of my ideas for this problem.
Sorry for my English.
Regards, Igor.