Quadrature Demod: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Mathematically, this block calculates the product of the one-sample | Mathematically, this block calculates the product of the one-sample | ||
delayed input and the | delayed-&-conjugated input and the undelayed signal, and then calculates | ||
the argument (a.k.a. angle, in radians) of the resulting complex number: | the argument (a.k.a. angle, in radians) of the resulting complex number: | ||
Revision as of 07:08, 4 December 2020
This can be used to demod FM, FSK, GMSK, etc. The input is complex baseband, output is the signal frequency in relation to the sample rate, multiplied with the gain.
Mathematically, this block calculates the product of the one-sample delayed-&-conjugated input and the undelayed signal, and then calculates the argument (a.k.a. angle, in radians) of the resulting complex number:
Let x be a complex sinusoid with amplitude A>0, (absolute) frequency f\in\mathbb R and phase sampled at f_s>0 so, without loss of generality,
then
is real, so is and hence only scales, therefore is invariant: = arg
Parameters
- Gain
- Gain setting to adjust the output amplitude. Set based on converting the phase difference between samples to a nominal output value.
Example Flowgraph
This flowgraph shows the Quadrature Demod block as a Frequency Shift Keying detector.
Source Files
- C++ files
- [1]
- Header files
- [2]
- Public header files
- [3]
- Block definition
- [4]