代码搜索:线性分析

找到约 10,000 项符合「线性分析」的源代码

代码结果 10,000
www.eeworm.com/read/402141/2332746

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/384950/2596086

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/358021/3007472

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/269453/11097550

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/414737/11104441

m w_pulse_compress_lfm.m

close all; clear all; % ========== 线性调频信号数字化正交解调 ======================== % ========= 产生线性调频信号 =================== t=10e-6; % 信号的时间长度, 单位s fs=30e6;
www.eeworm.com/read/204206/15343372

m w_pulse_compress_lfm.m

close all; clear all; % ========== 线性调频信号数字化正交解调 ======================== % ========= 产生线性调频信号 =================== t=10e-6; % 信号的时间长度, 单位s fs=30e6;
www.eeworm.com/read/200130/15440741

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);