Modulate using MSK method
The MSKModulator
object modulates using the
minimum shift keying method. The output is a baseband representation
of the modulated signal. The initial phase offset property sets the
initial phase of the output waveform, measured in radians.
To modulate a signal using minimum shift keying:
Define and set up your MSK modulator object. See Construction.
Call step
to modulate the signal
according to the properties of comm.MSKModulator
.
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.MSKModulator
creates a modulator System object, H
.
This object modulates the input signal using the minimum shift keying
(MSK) modulation method.
H = comm.MSKModulator(
creates
an MSK modulator object, Name
,Value
)H
, with each specified
property set to the specified value. You can specify additional name-value
pair arguments in any order as (Name1
,Value1
,...,NameN
,ValueN
).
|
Assume bit inputs Specify whether the input is bits or integers. The default
is When you set the When you set the |
|
Initial phase offset Specify the initial phase of the modulated waveform in radians
as a real, numeric scalar value. The default is |
|
Number of samples per output symbol Specify the upsampling factor at the output as a real, positive,
integer scalar value. The default is |
|
Data type of output Specify output data type as one of |
reset | Reset states of the MSK modulator object |
step | Modulate using MSK method |
Common to All System Objects | |
---|---|
release | Allow System object property value changes |
This object implements the algorithm, inputs, and outputs described on the MSK Demodulator Baseband block reference page. The object properties correspond to the block parameters. For MSK the phase shift per symbol is π/2, which is a modulation index of 0.5.
comm.CPMDemodulator
| comm.CPMModulator
| comm.MSKDemodulator