代码搜索:modulated

找到约 1,436 项符合「modulated」的源代码

代码结果 1,436
www.eeworm.com/read/300086/13936573

m fm1.m

% fm1.m % Matlab demonstration script for frequency 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/300086/13936585

m dsb3.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/132953/14065435

m dsb3.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; % s
www.eeworm.com/read/132953/14065440

m fm1.m

% fm1.m % Matlab demonstration script for frequency 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/101557/15826415

m fm1.m

% fm1.m % Matlab demonstration script for frequency 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/101557/15826418

m dsb3.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/289898/8518490

m ds_mod.m

%************************************************************************************* % This function does the DS-SS modulation % % AUTHOR: Wenbin Luo % DATE : 04/28/01 % %
www.eeworm.com/read/289898/8518503

m ds_demod.m

%************************************************************************************* % This function does the DS-SS modulation % % AUTHOR: Wenbin Luo % DATE : 04/28/01 % %
www.eeworm.com/read/287843/8665218

m am_mod.m

function u=am_mod(a,m,ts,fc) % u=am_mod(a,m,ts,fc) %AM_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the AM modulated % signal. "a" is the modu
www.eeworm.com/read/431605/8665920

m am_mod.m

function u=am_mod(a,m,ts,fc) % u=am_mod(a,m,ts,fc) %AM_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the AM modulated % signal. "a" is the modu