Modulate using FM method
The FMModulator
System
object™ applies FM modulation to an input signal.
To FM modulate a signal:
Define and set up the FMModulator
object.
See Construction.
Call step
to apply FM modulation
to a signal according to the properties of comm.FMModulator
.
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.FMModulator
creates a modulator System object, H
,
that frequency modulates an input signal.
H = comm.FMModulator(demod)
creates an
FM modulator object whose properties are determined by the corresponding
FM demodulator object, demod
.
H = comm.FMModulator(
creates
an FM modulator 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 modulator in Hz as
a positive real scalar. The default value is |
|
Sample rate of the input signal (Hz) Specify the sample rate in Hz as a positive real scalar. The
default value is |
reset | Reset states of the FM modulator object |
step | Applies FM baseband modulation |
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.