代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/227204/14437142
m uwbppm.m
%UWB-Run from editor debug(F5)-PPM(pulse position modulation)and link analysis of
%UWB monocycle and doublet waveforms.
%This m file plots the time and frequency waveforms for PPM 1st and 2nd deriva
www.eeworm.com/read/147096/12585442
hlp dmodce.hlp
ask_help_begin
DMODCE Complex envelope of M-ary ASK modulation.
Y = DMODCE(X, Fd, Fs, METHOD), METHOD = 'ask', outputs Y, the complex
envelope of M-ary ASK modulated signal. The sampl
www.eeworm.com/read/101557/15827095
hlp dmodce.hlp
ask_help_begin
DMODCE Complex envelope of M-ary ASK modulation.
Y = DMODCE(X, Fd, Fs, METHOD), METHOD = 'ask', outputs Y, the complex
envelope of M-ary ASK modulated signal. The sampl
www.eeworm.com/read/240334/13222642
pdf non-data aided feedforward estimation of psk-modulated carrier frequency offset.pdf
www.eeworm.com/read/287843/8665179
m dsb1.m
% dsb1.m
% Matlab demonstration script for DSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
echo on
t0=.15;
www.eeworm.com/read/287843/8665227
m am.m
% am.m
% Matlab demonstration script for DSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
echo on
t0=.15; %
www.eeworm.com/read/287843/8665319
m ip_03_01.m
% MATLAB script for Illustrative Problem 3.1.
% Demonstration script for DSB-AM. The message signal is
% +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
clear
echo on
t0=.15;
www.eeworm.com/read/287843/8665323
m am_dem.m
% am-dem.m
% Matlab demonstration script for envelope detection. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
echo on
t0=.15;
www.eeworm.com/read/287843/8665329
m ip_03_03.m
% MATLAB script for Illustrative Problem 3.3.
% Demonstration script for DSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
clear
echo on
www.eeworm.com/read/287843/8665334
m lssb.m
% lssb.m
% Matlab demonstration script for LSSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
echo on
t0=.15;