代码搜索:光信号检测
找到约 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/253278/12232979
pdf 一种有效的视频场景检测方法.程文刚.中国图象图形学报a辑.2004,9(8).pdf
www.eeworm.com/read/376028/9337772
js layerlib.js
/* layerlib.js: Simple Layer library with basic compatibility checking */
/* 检测对象 */
var layerobject = ((document.layers) ? (true) : (false));
var dom = ((document.getElementById) ? (true) : (false