Demodulate using FM method
The FMDemodulator
System
object™ demodulates an FM modulated signal.
To FM demodulate a signal:
Define and set up the FMDemodulator
object.
See Construction.
Call step
to FM demodulate a signal
according to the properties of comm.FMDemodulator
.
The behavior of step
is specific to each object in
the toolbox.
Note
Starting in R2016b, instead of using the step
method
to perform the operation defined by the System object™, you can
call the object with arguments, as if it were a function. For example, y
= step(obj,x)
and y = obj(x)
perform
equivalent operations.
H = comm.FMDemodulator
creates a demodulator System object, H
,
that frequency demodulates an input signal.
H = comm.FMDemodulator(mod)
creates an
FM demodulator object whose properties are determined by the corresponding
FM modulator object, mod
.
H = comm.FMDemodulator(
creates
an FM demodulator object with each specified property Name
,Value
)Name
set
to the specified Value
. Name
must
appear inside single quotes. You can specify additional name-value
pair arguments in any order as (Name1
,Value1
,...,NameN
,ValueN
).
|
Peak deviation of the output signal frequency (Hz) Specify the frequency deviation of the FM demodulator in Hz
as a positive real scalar. The default value is |
|
Sample rate of input signal (Hz) Specify the sample rate in Hz as a positive real scalar. The
default value is |
reset | Reset states of the FM demodulator object |
step | Applies FM baseband demodulation |
Common to All System Objects | |
---|---|
release | Allow System object property value changes |
[1] Chakrabarti, I. H., and Hatai, I. “A New High-Performance Digital FM Modulator and Demodulator for Software-Defined Radio and Its FPGA Implementation.” International Journal of Reconfigurable Computing. Vol. 2011, No. 10.1155/2011, 2011, p. 10.
[2] Taub, Herbert, and Donald L. Schilling. Principles of Communication Systems. New York: McGraw-Hill, 1971, pp. 142–155.
Represent a frequency modulated passband signal, Y(t), as
where A is the carrier amplitude, fc is the carrier frequency, x(τ) is the baseband input signal, and fΔ is the frequency deviation in Hz. The frequency deviation is the maximum shift from fc in one direction, assuming |x(t)| ≤ 1.
A baseband FM signal can be derived from the passband representation by downconverting it by fc such that
Removing the component at -2fc from ys(t) leaves the baseband signal representation, y(t), which is expressed as
The expression for y(t) is rewritten as
where , which implies that the input signal is a scaled version of the derivative of the phase, ϕ(t).
A baseband delay demodulator is used to recover the input signal from y(t).
A delayed and conjugated copy of the received signal is subtracted from the signal itself,
where T is the sample period. In discrete terms, wn=w(nT), and
The signal vn is the approximate derivative of ϕn, such that vn ≈ xn.