Baseband modulator for analog signals. The input signal is specified by x, its sampling frequency by Fs and the type of modulation by the third argument, typ. The default values of Fs is 1 and typ is "amdsb-tc".
If the argument Fs is a two element vector, the first element represents the sampling rate and the second the initial phase.
The different types of modulations that are available are
Double-sideband with carrier
Double-sideband with suppressed carrier
Single-sideband with frequency domain Hilbert filtering
Single-sideband with time domain filtering. Hilbert filter is used by default, but the filter can be specified
Quadrature amplitude modulation
Frequency modulation
Phase modulation
Additional arguments are available for the modulations "amdsb-tc", "fm", "pm" and "amssb/time". These arguments are
offset
The offset in the input signal for the transmitted carrier.
dev
The deviation of the phase and frequency modulation
num
den
The numerator and denominator of the filter transfer function for the time domain filtering of the SSB modulation
See also: ademodce, dmodce.
Package: communications