代码搜索:modulated

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

代码结果 1,436
www.eeworm.com/read/476074/6773337

m ip_03_04.m

% MATLAB script for Illustrative Problem 3.4. % 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=
www.eeworm.com/read/476074/6773338

m ip_03_02.m

% MATLAB script for Illustrative Problem 3.2. % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration
www.eeworm.com/read/476074/6773339

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/476074/6773340

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;
www.eeworm.com/read/476074/6773341

m dsb_mod.m

function u=dsb_mod(m,ts,fc) % u=dsb_mod(m,ts,fc) %DSB_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the DSB modulated % signal. ts
www.eeworm.com/read/476074/6773343

m ip_03_11.m

% MATLAB script for Illustrative Problem 3.11. % Demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal dura
www.eeworm.com/read/476074/6773347

m ip_03_09.m

% MATLAB script for Illustrative Problem 3.9. % 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=.1
www.eeworm.com/read/472558/6870176

m generatepilot.m

function pilot_mapping = generatepilot (n_symbol,Tx) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%
www.eeworm.com/read/173140/9671033

m dsb_mod.m

function u=dsb_mod(m,ts,fc) % u=dsb_mod(m,ts,fc) %DSB_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the DSB modulated % signal. ts
www.eeworm.com/read/173140/9671034

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; % sig