Maitry07
Full Member level 2
Hello support team,
My requirement is to measure the amplitude and relative phase of the 2 received complex signals ( CH1 - I, Q samples, CH2 I, Q samples) . So, I am thinking to use CORDIC implementation as below.
1. 2 CORDIC IP Core( rectangular to polar conversion) that take CH1- I, Q and CH2-I, Q samples as input respectively.
2. Generate Amp1 , Amp2 , phase1, phase2 at the output of 2 CORDIC IP core. ( with the use of sqrt root and atanh function)
3. multiply 180/pi to phase1 and phase 2 to generate phase1 and phase2 in deg.
4. Subtract= phase1- phase2 to get the relative phase.
So, my question is that, Is this the suitable and accurate way to convert the amplitude and relative phase from I,Q samples? I have a requirement for accurate measurement.
My requirement is to measure the amplitude and relative phase of the 2 received complex signals ( CH1 - I, Q samples, CH2 I, Q samples) . So, I am thinking to use CORDIC implementation as below.
1. 2 CORDIC IP Core( rectangular to polar conversion) that take CH1- I, Q and CH2-I, Q samples as input respectively.
2. Generate Amp1 , Amp2 , phase1, phase2 at the output of 2 CORDIC IP core. ( with the use of sqrt root and atanh function)
3. multiply 180/pi to phase1 and phase 2 to generate phase1 and phase2 in deg.
4. Subtract= phase1- phase2 to get the relative phase.
So, my question is that, Is this the suitable and accurate way to convert the amplitude and relative phase from I,Q samples? I have a requirement for accurate measurement.