代码搜索:信号路径优化
找到约 10,000 项符合「信号路径优化」的源代码
代码结果 10,000
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
www.eeworm.com/read/367675/2840192
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/393857/8259215
m a21.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/173659/9644767
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/171131/9769575
m 6_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/201868/15394133
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/385406/8806333
bmp s5189c2051汇编译成功画面-有3处警告--原来编译过一次不行,文件路径太长.bmp
www.eeworm.com/read/187056/8879395
frm form_path.frm
VERSION 5.00
Begin VB.Form Frm_Path
BorderStyle = 1 'Fixed Single
Caption = "文件路径"
ClientHeight = 3780
ClientLeft = 3510
ClientTop = 2070