代码搜索:modulated

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

代码结果 1,436
www.eeworm.com/read/378914/2679368

m p1_6.m

% Program P1_6 % Generation of amplitude modulated sequence clf; n = 0:100; m = 0.4;fH = 0.1; fL = 0.01; xH = sin(2*pi*fH*n); xL = sin(2*pi*fL*n); y = (1+m*xL).*xH; stem(n,y);grid; xlabe
www.eeworm.com/read/465034/7064469

m qam_mod.m

function [sig,sig_length] = QAM_MOD(size,input) % sig - output symbols % size - modulation size (4,16,256) % input - vector of bytes to be modulated AM2 = [-1 1]; AM4 = [-3 -1 1 3]; AM4 = 2*AM4/sqrt
www.eeworm.com/read/334933/3360465

m p1_6.m

% Program P1_6 % Generation of amplitude modulated sequence clf; n = 0:100; m = 0.4;fH = 0.1; fL = 0.01; xH = sin(2*pi*fH*n); xL = sin(2*pi*fL*n); y = (1+m*xL).*xH; stem(n,y);grid; xlabel('Time i
www.eeworm.com/read/334933/3360616

m p1_6.m

% Program P1_6 % Generation of amplitude modulated sequence clf; n = 0:100; m = 0.4;fH = 0.1; fL = 0.01; xH = sin(2*pi*fH*n); xL = sin(2*pi*fL*n); y = (1+m*xL).*xH; stem(n,y);grid; xlabel('Time i
www.eeworm.com/read/301474/3839565

m p1_6.m

% Program P1_6 % Generation of amplitude modulated sequence clf; n = 0:100; m = 0.4;fH = 0.1; fL = 0.01; xH = sin(2*pi*fH*n); xL = sin(2*pi*fL*n); y = (1+m*xL).*xH; stem(n,y);grid; xlabel('Time i
www.eeworm.com/read/301474/3839716

m p1_6.m

% Program P1_6 % Generation of amplitude modulated sequence clf; n = 0:100; m = 0.4;fH = 0.1; fL = 0.01; xH = sin(2*pi*fH*n); xL = sin(2*pi*fL*n); y = (1+m*xL).*xH; stem(n,y);grid; xlabel('Time i
www.eeworm.com/read/448886/1683473

m p1_6.m

% Program P1_6 % Generation of amplitude modulated sequence clf; n = 0:100; m = 0.4;fH = 0.1; fL = 0.01; xH = sin(2*pi*fH*n); xL = sin(2*pi*fL*n); y = (1+m*xL).*xH; stem(n,y);grid; xlabel('Time i
www.eeworm.com/read/448886/1683624

m p1_6.m

% Program P1_6 % Generation of amplitude modulated sequence clf; n = 0:100; m = 0.4;fH = 0.1; fL = 0.01; xH = sin(2*pi*fH*n); xL = sin(2*pi*fL*n); y = (1+m*xL).*xH; stem(n,y);grid; xlabel('Time i
www.eeworm.com/read/378914/2679295

m p1_6.m

% Program P1_6 % Generation of amplitude modulated sequence clf; n = 0:100; m = 0.4;fH = 0.1; fL = 0.01; xH = sin(2*pi*fH*n); xL = sin(2*pi*fL*n); y = (1+m*xL).*xH; stem(n,y);grid; xlabel('Time i
www.eeworm.com/read/378914/2679447

m p1_6.m

% Program P1_6 % Generation of amplitude modulated sequence clf; n = 0:100; m = 0.4;fH = 0.1; fL = 0.01; xH = sin(2*pi*fH*n); xL = sin(2*pi*fL*n); y = (1+m*xL).*xH; stem(n,y);grid; xlabel('Time i