I'm working with the ezfft vec to pol module and it sasy that the phase is measured in a radian scale, I'm not really familiar with this terminology and a couple of google searches came up with some information regarding it being a radius based measurment scale where phase alignment is calculated in 0-360 degrees.
Doesn't seem that difficult, the problem is that 0 to 3.6, -3.6 to 3.6 and so on are not creating a full range across the phase alignment.
Also, it has to do with the sine bank module which uses a -1 to 1 scale, and I need to align both of these so that the phase of 1 stays aligned with the phase of the other.
Is there any standard formula to track the phase of 2 sine waves using different scales so that they will stay in phase with on another?
Edit:...
Here is what I'm trying to do.
I've built a harmonic editor for the sine bank and I'm trying to use the iEzFFt 512 vec to pol clocked to an iterator to create a live updating waveform display of the wave that the current harmonics and phase will generate.
You can see the oscillascope at the top and the vec to pol output graphics at the bottom, they are very different and I believe that the different phase scales are the reason why.