代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/476900/6754057
m semiblind.m
function H=semiblind(r,s_pilot,X1,X2)
%%%%%%%%%%%%%%%%%%%
%% 2X1 system
%% r---- received signals , 1xlength(s) matrix
%% s_pilot----the first block of source signal,1x2 matrix,modulated signal
www.eeworm.com/read/476900/6754063
m trained.m
function H=trained(r,s_pilot,X1,X2)
%%%%%%%%%%%%%%%%%%%
%% for 2X1 system
%% r---- received signals , 1xlength(s) matrix
%% s_pilot----the first block of source signal,1x2 matrix,modulated sign
www.eeworm.com/read/171788/9737367
m two_path_fading_qpsk.m
% simulate the BER of a QPSK modulated siganal using two path fading channel
% with sigma = fading_sigma
clear;
N_loop = 10000;
N_sym = 100;
N_bit = 2*N_sym; % 2 bits per symbol
p1 = 0.5;
p2
www.eeworm.com/read/446195/7583952
m stest.m
% the s-tranform test script
len = 128;
freq = 5;
t = 0:len-1;
% CREATE CROSS CHIRP TIME SERIES
cross_chirp = cos(2*pi*(10+t/7).*t/len) + cos(2*pi*(len/2.8-t/6.0).*t/len);
% CREATE MODULATED
www.eeworm.com/read/241791/13120170
m modulate256.m
function y = modulate256(x,s256)
% function y = modulate(x,b,e, s2,s4,s16,s64,s256)
%
% y - modulated output, in the form of a row vector
% x - a vector of input bits, for all the subcarriers (r
www.eeworm.com/read/334933/3360538
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/301474/3839638
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/299916/3849585
m lssb_mod.m
function u=lssb_mod(m,ts,fc)
% u=lssb_mod(m,ts,fc)
%LSSB_MOD takes signal m sampled at ts and carrier
% freq. fc as input and returns the LSSB modulated
% signal. ts
www.eeworm.com/read/299916/3849592
m ussb_mod.m
function u=ussb_mod(m,ts,fc)
% u=ussb_mod(m,ts,fc)
%USSB_MOD takes signal m sampled at ts and carrier
% freq. fc as input and returns the USSB modulated
% signal. ts
www.eeworm.com/read/448886/1683546
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