代码搜索:信号路径优化

找到约 10,000 项符合「信号路径优化」的源代码

代码结果 10,000
www.eeworm.com/read/101790/15814524

htm subject_46565.htm

序号:46565 发表者:linzequan 发表日期:2003-07-11 13:01:50 主题:请教:如何获取当前程序的路径? 内容:      如何获取当前程序的路径? 返回上页
www.eeworm.com/read/429221/8814429

m bfwithf.m

clear all close all clc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% D=4; N=32; %阵元数 f_max=6000; %目标信号最高频率 f_min=500; %目标信号最低频率 c=1500; %声速 d=.1
www.eeworm.com/read/427322/8951656

c signaltest.c

#include #include #include void sigroutine(int dunno) { /* 信号处理例程,其中dunno将会得到信号的值 */ switch (dunno) { case 1: printf("Get a signal -- SIGHUP "); break;
www.eeworm.com/read/165898/10047468

m detrend_example.m

%detrend_example.m %从信号中去除直流成分和线性成分 t = 0:0.04:5; %时间 x = 2*t + 0.5*randn(size(t)); %带线性成分的随机信号 x_no_linear=detrend(x);
www.eeworm.com/read/480149/6677755

m detrend_example(1).m

%detrend_example.m %从信号中去除直流成分和线性成分 t = 0:0.04:5; %时间 x = 2*t + 0.5*randn(size(t)); %带线性成分的随机信号 x_no_linear=detrend(x);
www.eeworm.com/read/480149/6677899

m detrend_example.m

%detrend_example.m %从信号中去除直流成分和线性成分 t = 0:0.04:5; %时间 x = 2*t + 0.5*randn(size(t)); %带线性成分的随机信号 x_no_linear=detrend(x);
www.eeworm.com/read/480149/6677960

m detrend_example.m

%detrend_example.m %从信号中去除直流成分和线性成分 t = 0:0.04:5; %时间 x = 2*t + 0.5*randn(size(t)); %带线性成分的随机信号 x_no_linear=detrend(x);
www.eeworm.com/read/409142/11345175

m detrend_example.m

%detrend_example.m %从信号中去除直流成分和线性成分 t = 0:0.04:5; %时间 x = 2*t + 0.5*randn(size(t)); %带线性成分的随机信号 x_no_linear=detrend(x);
www.eeworm.com/read/232704/14185019

m detrend_example.m

%detrend_example.m %从信号中去除直流成分和线性成分 t = 0:0.04:5; %时间 x = 2*t + 0.5*randn(size(t)); %带线性成分的随机信号 x_no_linear=detrend(x);
www.eeworm.com/read/215382/15062860

m detrend_example.m

%detrend_example.m %从信号中去除直流成分和线性成分 t = 0:0.04:5; %时间 x = 2*t + 0.5*randn(size(t)); %带线性成分的随机信号 x_no_linear=detrend(x);