-
c_matlab_program
说明: 其中有两个matalb程序,实现2fsk通信系统仿真和基2fft运算,c程序实现最短路径和文件链表。(There are two matalb procedures to achieve 2fsk communication system simulation and calculation based 2fft, c program to implement the shortest path and file list.)
- 2010-04-09 17:39:51下载
- 积分:1
-
SimpleColorDetectionByHue
matlab code for Simple color detection by hue
- 2015-02-07 13:20:32下载
- 积分:1
-
test3172
数字信号处理:基于BT法和周期图法估计信号功率谱(Digital signal processing: signal power spectrum is estimated based on the the BT Act and the periodogram)
- 2013-04-15 19:36:09下载
- 积分:1
-
Untitled
Histogram Equalization
- 2010-10-26 07:12:00下载
- 积分:1
-
book_of_MATLAB_en
MATLAB信号处理宝典(matlab探索和研究)此为英文版(MATLAB book english)
- 2010-12-31 15:44:27下载
- 积分:1
-
(HOSA)Toolbox
高阶谱分析,很实用,能帮助分析非平稳信号(Higher order spectral analysis, it is useful to help analyze non-stationary signals)
- 2014-02-08 21:33:37下载
- 积分:1
-
Mo-phong
说明: Mobile Robot Simulation by Matlab
- 2019-01-05 14:28:27下载
- 积分:1
-
WiBro-CTC
wimax中的turbo码的实现,即CTC码,循环卷积turbo码(the achieve of the turbo in wimax)
- 2009-04-03 13:44:33下载
- 积分:1
-
yousun
说明: 基于dct变换的水印算法,并进行有损压缩情形下的水印嵌入和提取(Dct transform based watermarking algorithm, and for lossy compression case the watermark embedding and extracting)
- 2010-04-25 14:10:18下载
- 积分: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