代码搜索:小信号

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

代码结果 10,000
www.eeworm.com/read/321191/13410905

m hc561.m

%《数字信号处理教程——MATLAB释义与实现》第四章例5.6.1程序hc561 % 混合信号通过一阶数字滤波器的输出 % 电子工业出版社出版 陈怀琛编著 2004年9月 % % 程序 5.6.1 % t=0:0.005:3; x1=sin(10*t); % 原始低频信号x1 x=x1+sin(300*t); % 低频信号x1加高频干扰 b=[1 1];a
www.eeworm.com/read/480294/6672026

m hc561.m

%《数字信号处理教程——MATLAB释义与实现》第四章例5.6.1程序hc561 % 混合信号通过一阶数字滤波器的输出 % 电子工业出版社出版 陈怀琛编著 2004年9月 % % 程序 5.6.1 % t=0:0.005:3; x1=sin(10*t); % 原始低频信号x1 x=x1+sin(300*t); % 低频信号x1加高频干扰 b=[1 1];a
www.eeworm.com/read/263248/11369929

m hc561.m

%《数字信号处理教程——MATLAB释义与实现》第四章例5.6.1程序hc561 % 混合信号通过一阶数字滤波器的输出 % 电子工业出版社出版 陈怀琛编著 2004年9月 % % 程序 5.6.1 % t=0:0.005:3; x1=sin(10*t); % 原始低频信号x1 x=x1+sin(300*t); % 低频信号x1加高频干扰 b=[1 1];a
www.eeworm.com/read/157533/11694002

m example6_1.m

%定义输入信号及目标信号 Time=1:80; p1=sin(1:20); p2=sin(1:20)*2; t1=ones(1,20); t2=ones(1,20)*2; p=[p1 p2 p1 p2]; t=[t1 t2 t1 t2]; Pseq=con2seq(p); Tseq=con2seq(t); %绘出输入信号及目标信号曲线 figure; plot(Time,c
www.eeworm.com/read/343632/11938026

m zhunhe.m

%混合调制信号的脉内信号频谱(7位巴克码和线性调频混合) close all;clear all;clc; code=[1,1,1,0,1,0,1]; %7位巴克码 tao=10e-6; %脉冲宽度10us fc=0.5e6; %调频信号的起始频率 fs=10e6; %采样频率100MHz B=1e6; %调频信号的带宽 t_tao=0:1/fs:tao-1/
www.eeworm.com/read/153016/12067007

m lm.m

%定义输入信号及目标信号 Time=1:80; p1=sin(1:20); p2=sin(1:20)*2; t1=ones(1,20); t2=ones(1,20)*2; p=[p1 p2 p1 p2]; t=[t1 t2 t1 t2]; Pseq=con2seq(p); Tseq=con2seq(t); %绘出输入信号及目标信号曲线 figure; plot(Time,c
www.eeworm.com/read/150121/12310981

m example6_1.m

%定义输入信号及目标信号 Time=1:80; p1=sin(1:20); p2=sin(1:20)*2; t1=ones(1,20); t2=ones(1,20)*2; p=[p1 p2 p1 p2]; t=[t1 t2 t1 t2]; Pseq=con2seq(p); Tseq=con2seq(t); %绘出输入信号及目标信号曲线 figure; plot(Time,c
www.eeworm.com/read/131462/14145218

m hc561.m

%《数字信号处理教程——MATLAB释义与实现》第四章例5.6.1程序hc561 % 混合信号通过一阶数字滤波器的输出 % 电子工业出版社出版 陈怀琛编著 2004年9月 % % 程序 5.6.1 % t=0:0.005:3; x1=sin(10*t); % 原始低频信号x1 x=x1+sin(300*t); % 低频信号x1加高频干扰 b=[1 1];a
www.eeworm.com/read/114383/15055488

m example6_1.m

%定义输入信号及目标信号 Time=1:80; p1=sin(1:20); p2=sin(1:20)*2; t1=ones(1,20); t2=ones(1,20)*2; p=[p1 p2 p1 p2]; t=[t1 t2 t1 t2]; Pseq=con2seq(p); Tseq=con2seq(t); %绘出输入信号及目标信号曲线 figure; plot(Time,c
www.eeworm.com/read/378175/2690081

m example6_1.m

%定义输入信号及目标信号 Time=1:80; p1=sin(1:20); p2=sin(1:20)*2; t1=ones(1,20); t2=ones(1,20)*2; p=[p1 p2 p1 p2]; t=[t1 t2 t1 t2]; Pseq=con2seq(p); Tseq=con2seq(t); %绘出输入信号及目标信号曲线 figure; plot(Time,c