代码搜索:WLS

找到约 1,307 项符合「WLS」的源代码

代码结果 1,307
www.eeworm.com/read/398163/6291489

o wls_wrapper.o

www.eeworm.com/read/398163/6291529

c wls_wrapper.c

#include "timeseries.h" void wls_wrapper(noise_model
www.eeworm.com/read/125102/14513430

m comp_wls.m

% Demonstration of Wiener filter,LMS filter,Steep-descent algorithm clear; clc; N = 10000; %----- the length of the observation sequence M = 2; %----- the filter length
www.eeworm.com/read/205442/15315992

m comp_wls.m

% Demonstration of Wiener filter,LMS filter,Steep-descent algorithm clear; clc; N = 10000; %----- the length of the observation sequence M = 2; %----- the filter length
www.eeworm.com/read/105005/15679812

ppt wls基本管理.ppt

www.eeworm.com/read/416268/11036195

html installation-wls5.html

The Struts Fram
www.eeworm.com/read/415004/11086566

m ep723.m

%《数字信号处理--原理、实现及应用》第七章 例7.2.3 程序:ep723.m % 电子工业出版社出版 高西全 丁玉美 阔永红合著 2006年8月 % 调用窗函数法设计一个线性相位FIR带通滤波器 close all;clear; wlp=0.2*pi;wls=0.35*pi;wus=0.65*pi;wup=0.8*pi; %设计指标参数赋值 B=wls-wlp;
www.eeworm.com/read/366428/9815611

m q725.m

%《MATLAB在电子信息课程中的应用》第七章例7.25程序q725 % 用窗函数法设计FIR带通滤波器 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear;close all; wls=0.2*pi;wlp=0.35*pi; whp=0.65*pi; B=wlp-wls; % 计算过渡带宽 N=ceil(12/0.15)