-
chebyshef
切比雪夫滤波器设计,通过输入设计参数,能够设计出切比雪夫滤波器的阶数、截止频率,并作出幅度响应(Chebyshev filter design, by entering the design parameters, to design a Chebyshev filter order, cutoff frequency, and amplitude response to)
- 2010-11-14 00:54:57下载
- 积分:1
-
SolveMP
说明: 匹配追踪MP算法,实现信号稀疏分解,运用的是投影思想(Matching up MP to achieve sparse signal decomposition)
- 2010-04-02 16:46:06下载
- 积分:1
-
Face-recognition-MATLAB-code
人脸识别matlab代码,可判断是否是库里的人(Face recognition MATLAB code)
- 2013-12-18 12:40:26下载
- 积分:1
-
example_0
首先信号建模,两种频率的正弦信号叠加,加白噪声和脉冲信号;对叠加信号滤波并提取特征(First, signal modeling, the two frequencies of the sinusoidal signal superimposed with white noise and the pulse signal superimposed signal filtering and extract features)
- 2012-05-21 14:05:07下载
- 积分:1
-
kalman_filter
卡尔曼滤波的滤波器,是卡尔曼滤波算法的主要部分(Kalman filter filter, which is the main part of the kalman filtering algorithm)
- 2014-12-05 15:18:31下载
- 积分:1
-
DOE_ROV
一种自反馈应用的例子,用于机器人等的控制(An example of a self feedback application)
- 2020-10-12 23:57:32下载
- 积分:1
-
ieee802-15-4a-channel-model-code
IEEE802.15.4a超宽带信道模型的源代码,是最新的标准超宽带信道模型(IEEE802.15.4a ultra-wideband channel model of the source code, is the latest standard of ultra-wideband channel model)
- 2007-09-13 14:54:43下载
- 积分:1
-
dpdsimulation
DPD预失真算法的matlab仿真实现,其中包括了LMS,RLS,LS等自适应算法(the digital predistortion algorithm basic on matlab)
- 2021-03-18 14:59:20下载
- 积分:1
-
introduction-to-matlab
The purpose of this document is to help beginners in Matlab by introducing
the most common commands.
- 2015-02-06 01:28:58下载
- 积分:1
-
filter
% y=filter(sig,fmin,fmax)
% 对信号进行理想滤波,可完成低通,带通
% sig为被滤波信号
% fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器
% fmax为上限频率,fmax>fmin
% fs为信号的采样频率
% y为经过滤波后的信号
(% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be completed by low-pass, band-pass filter% sig for signal% fmin is the minimum frequency, when fmin for 0:00 for the low-pass filter, when fmin > 0, for the bandpass filter% fmax is the upper limit frequency, fmax> fmin% fs for signal sampling frequency% y for the filtered signal)
- 2009-02-14 20:38:28下载
- 积分:1