代码搜索:modulated

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

代码结果 1,436
www.eeworm.com/read/274320/10876344

m psk_gen.m

function [Msymb,Sset]=psk_gen(Mary,symb) % %Routine used to generate an unnormalizd psk symbol set %mary is the Mary of the PSK set, eg Mary = 4 for QPSK set %symb is the index of the symbol, rang
www.eeworm.com/read/273787/10901156

m cosm.m

% [Ca,Cs] = cosm(M,m) % % Select the value of M and m such that N=2*m*M. % Then deliver the Cosine-Modulated Matrix (CMM) C % with the order M-by-2*M, Ca and Cs are the % result of Cosine-M
www.eeworm.com/read/467324/7009744

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/467324/7009745

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/467324/7009746

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/467324/7009748

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/467324/7009754

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % ca
www.eeworm.com/read/467324/7009755

m fm2.m

% fm2.m % Matlab demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001;
www.eeworm.com/read/467324/7009763

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/463748/7176096

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