代码搜索:信号耦合

找到约 10,000 项符合「信号耦合」的源代码

代码结果 10,000
www.eeworm.com/read/358624/10183396

dat bookinfo.dat

[General Information] 书名=应用MATLAB语言处理数字信号与数字图像 作者=BEXP 页数=366 下载位置=http://book2.ssreader.com.cn/diskdg/dg66/12/!00001.pdg
www.eeworm.com/read/162858/10262899

m gen_dsb.m

function [x]=gen_dsb(fc,fs,fx,Ns,m,SNR) %产生dsb信号 %fc:carrier frequency %fs:sampple frequency %fx:bandwidth of message signal %Ns:number of total samplles per segment %m:modulation depth %SNR:sn
www.eeworm.com/read/162858/10262905

m gen_comb.m

function [x]=gen_dsb(fc,fs,fx,Ns,A,Q,D,SNR) %产生am-fm 信号 %fc:carrier frequency %fs:sampple frequency %fx:bandwidth of message signal %Ns:number of total samplles per segment %A:carrier amplitude
www.eeworm.com/read/424844/10407383

m dm07203.m

%dm07203 %绘制单边指数衰减信号波形 a=input('请输入衰减因子:') t=-1:0.01:5; f=exp(-(a*t)).*Heaviside(t); plot(t,f) set(gcf,'color','w') title('exp(-at)') xlabel('t')
www.eeworm.com/read/353043/10476628

m tnonunif.m

error(nargchk(3,7,nargin)); % 该函数定义一段随机时间信号 if nargin5 if ~strcmp(o
www.eeworm.com/read/160618/10514366

m exa010501.m

%--------------------------------------------------------------------------------------- % exa010501a.m, for example 1.5.1 and fig 1.5.1 % 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性; % 注:在
www.eeworm.com/read/352274/10567434

m ppp.m

ttlStr='主页面帮助信息'; hlpstr=str2mat( ... ' ',... ' 本页面系统是为了在 《信号与系统》教学中',... ' ',... '表现出傅立叶变换中模与相位各自对图像的影响',... ' ',...
www.eeworm.com/read/351659/10632901

c queen.c

#include #include #define QUEENS 8 #define MAX_SOLUTIONS 92 typedef int bool; const int true = 1; const int false = 0; /*枚举信号*/ enum msg_content { READY, ACCOMPLISHED,
www.eeworm.com/read/275630/10806703

m dm07203.m

%dm07203 %绘制单边指数衰减信号波形 a=input('请输入衰减因子:') t=-1:0.01:5; f=exp(-(a*t)).*Heaviside(t); plot(t,f) set(gcf,'color','w') title('exp(-at)') xlabel('t')
www.eeworm.com/read/419769/10838807

m exa010501.m

%--------------------------------------------------------------------------------------- % exa010501a.m, for example 1.5.1 and fig 1.5.1 % 给出两个chirp信号相加后,由瞬时频率定义求出的瞬时频率曲线,说明瞬时频率的不确切性; % 注:在