-
windows
基于 的窗函数的各种窗函数的设计以及各个函数的性能参数分析以及仿真波形(Window function based on a variety of window function design and performance parameters of each function and the simulation waveform)
- 2010-06-18 15:00:47下载
- 积分:1
-
conenc
卷积码(2,1,7)编码和4比特电平量化((2,1,7)encoder)
- 2010-10-17 18:47:33下载
- 积分:1
-
hvdc
high voltage direct current
- 2011-12-12 14:44:39下载
- 积分:1
-
earthquake_spectrum
地震波的显示,位移反应谱,速度反应谱,加速度反应谱的计算。(Display of seismic waves, the displacement response spectrum, velocity response spectrum, calculates the acceleration response spectrum.)
- 2015-12-30 20:58:07下载
- 积分:1
-
109201276DFT
matlab编写的离散fourier变换程序,好东西哦 (Discrete fourier transform process with matlab language, good things!)
- 2009-03-24 11:40:47下载
- 积分:1
-
H0334410
NNM-i Developer s Toolkit Guide
- 2015-01-29 15:24:28下载
- 积分:1
-
KPCA
KPCA 介绍核PCAdehanshumokuai (matlab KPCA)
- 2013-08-29 14:00:20下载
- 积分:1
-
ademod
in this file wrote digital modulation function for about all digital modulation
- 2014-01-04 10:02:48下载
- 积分:1
-
funkun_v36
重要参数的提取,小波包分析提取振动信号中的特征频率,一种噪声辅助数据分析方法。( Extract important parameters, Wavelet packet analysis to extract vibration signal characteristic frequency, A noise auxiliary data analysis method.)
- 2016-05-12 13:37:04下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1