Altera_Forum
Honored Contributor
10 years agophase detection am signal
Hi,
i've implemented, in VHDL language, an iq demodulator for AM signal with the classic method of multiplying the input signal by sine and cosine, low pass filter and then SQRT(I^2 + Q^2). Now i need to add a functionality to my demodulator. Input signal could change phase and i should be able to detect this fact. How can implement this feature in my design? Can i use my IQ demodulator to do this thing? Could you help me? Thanks