代码搜索:DSB-SC
找到约 21 项符合「DSB-SC」的源代码
代码结果 21
www.eeworm.com/read/329496/12951926
m dsb.m
close all %关闭所有的窗口
clear all %清除所有的变量
k=input('取样点数=2^k,k=[10]');
if isempty(k),
k=10;
end;
N=2^k;
dt=0.001;%仿真系统对信号波形的分辨率
df=1.0/(N*dt);
T=N*dt;
Bs=N*df/2;
t=linspace(-T,T,N);
f=linspa
www.eeworm.com/read/307391/13723450
m dsb.m
close all %关闭所有的窗口
clear all %清除所有的变量
k=input('取样点数=2^k,k=[10]');
if isempty(k),
k=10;
end;
N=2^k;
dt=0.001;%仿真系统对信号波形的分辨率
df=1.0/(N*dt);
T=N*dt;
Bs=N*df/2;
t=linspace(-T,T,N);
f=linspa
www.eeworm.com/read/173990/9616967
m dsb-sc.m
%DSB-SC信号的处理
close all
clear all
%采样点数的设置
k=input('采样点数N=2^k,请输入k的值,默认为15:');
if isempty(k),
k=15;
end;
N=2^k;%采样点数
dt=0.01;%时域取点间隔
df=1.0/(N*dt);%频域取点间隔
T=N*dt;%时域截断区间
Bs=N*df/2;%频域截断
www.eeworm.com/read/314456/13567194
m amtf.m
%Amplitude Modulation with multitone signal and its spectrum analysis
%Show the time domain and frquency domain representation of DSB-AM and
%DSB-SC modulations
%Saurav R Tuldhar, DOECE/PC/IOE/TU 1
www.eeworm.com/read/158616/11597890
m am.m
%Amplitude modulation - Single Tone Modulation - DSB-SC, DSB-AM
% Saurav R Tuladhar 059BEX438/DOECE/PC/IOE
clear;
Ac = 1; % Carrier Amplitude
Am = 1; % Baseband Amplitude
fc = 200; %
www.eeworm.com/read/424063/10503147
m tstenv.m
function [ret,x0,str,ts,xts]=tstenv(t,x,u,flag);
%TSTENV is the M-file description of the SIMULINK system named TSTENV.
% The block-diagram can be displayed by typing: TSTENV.
%
% SYS=TSTENV(T,X,U
www.eeworm.com/read/313956/13578039
m tstenv.m
function [ret,x0,str,ts,xts]=tstenv(t,x,u,flag);
%TSTENV is the M-file description of the SIMULINK system named TSTENV.
% The block-diagram can be displayed by typing: TSTENV.
%
% SYS=TSTENV(T,X,U
www.eeworm.com/read/217397/14966384
m tstenv.m
function [ret,x0,str,ts,xts]=tstenv(t,x,u,flag);
%TSTENV is the M-file description of the SIMULINK system named TSTENV.
% The block-diagram can be displayed by typing: TSTENV.
%
% SYS=TSTENV(T,X,U
www.eeworm.com/read/147096/12586035
m tstenv.m
function [ret,x0,str,ts,xts]=tstenv(t,x,u,flag);
%TSTENV is the M-file description of the SIMULINK system named TSTENV.
% The block-diagram can be displayed by typing: TSTENV.
%
% SYS=TSTENV(T,X,U
www.eeworm.com/read/101557/15827267
m tstenv.m
function [ret,x0,str,ts,xts]=tstenv(t,x,u,flag);
%TSTENV is the M-file description of the SIMULINK system named TSTENV.
% The block-diagram can be displayed by typing: TSTENV.
%
% SYS=TSTENV(T,X,U