代码搜索:modulated
找到约 1,436 项符合「modulated」的源代码
代码结果 1,436
www.eeworm.com/read/300562/13905836
m ip_07_01.m
% MATLAB script for Illustrated Problem 1, Chapter 7.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T; % carrier frequency
A_
www.eeworm.com/read/300086/13936799
m ip_07_01.m
% MATLAB script for Illustrated Problem 1, Chapter 7.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T; % carrier frequen
www.eeworm.com/read/132953/14065415
m ip_07_01.m
% MATLAB script for Illustrated Problem 1, Chapter 7.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T; % carrier frequency
A_
www.eeworm.com/read/200999/15418469
m freq_hopp_sprd_spctrm.m
% Lab 06
% WiCom_2
% By Kashif Shahzad
% 01-ET-31
% 3rd July 2004
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Frequency Hopping Spread Spectrum
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clc
clear
www.eeworm.com/read/101557/15826864
m ip_07_01.m
% MATLAB script for Illustrated Problem 1, Chapter 7.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T; % carrier frequen
www.eeworm.com/read/101557/15827047
m commod.m
function commod(com_fig);
% COMMOD
%
%
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:53:50 $
if nargin < 1
return;
elseif ~(com_fig
www.eeworm.com/read/429453/8807852
m phase_estimation.m
function phihat = phase_estimation(r, b_train)
% phihat = phase_estimation(r, b_train)
%
% Phase estimator using the training sequence. The phase estimate is
% obtained by minimizing the norm of t
www.eeworm.com/read/359245/10159501
m exa1_10.m
% exa1-10_exponent_modulate_sine_fun_c.m for example 1-10
% exponent modulated sine function
clear all;
t=0:0.001:2.5;
A=3;
a=0.5;
f=5;
fai=1;
u1=A*exp(a*t);
u2=sin(2*pi*f*t+fai);
u12=u1.*
www.eeworm.com/read/277957/10590901
m exa1_10.m
% exa1-10_exponent_modulate_sine_fun_c.m for example 1-10
% exponent modulated sine function
clear all;
t=0:0.001:2.5;
A=3;
a=0.5;
f=5;
fai=1;
u1=A*exp(a*t);
u2=sin(2*pi*f*t+fai);
u12=u1.*
www.eeworm.com/read/448259/7535809
m exa1_10.m
% exa1-10_exponent_modulate_sine_fun_c.m for example 1-10
% exponent modulated sine function
clear all;
t=0:0.001:2.5;
A=3;
a=0.5;
f=5;
fai=1;
u1=A*exp(a*t);
u2=sin(2*pi*f*t+fai);
u12=u1.*