-
fft
数字信号处理matlab实验用FFT做谱分析源代码,可放心使用(Experiment with digital signal processing matlab FFT spectrum analysis to do source code can be freely used)
- 2010-12-30 16:47:16下载
- 积分:1
-
Simulink-Modeling-and-Simulation
针对初学者的simulink 的建模与仿真,详细讲述系统仿真原理(Simulink modeling and simulation for beginners, and a detailed account of the principles of system simulation)
- 2014-11-02 14:24:56下载
- 积分:1
-
Surface
利用最速下降法计算最小曲面的面积,初始条件为0,边界条件为正方形固定边界。(Using steepest descent method to calculate the minimum surface area. Initial condition is 0, while boundary condition is square fixed values.)
- 2015-02-05 18:36:12下载
- 积分:1
-
luolunzi
说明: 洛伦兹方程的代码模拟程序和图像和一些文字说明。(Lorenz equations and image simulation program code and some text.)
- 2011-03-29 18:41:48下载
- 积分: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
-
lvbo
产生运动模糊函数,对图像进行模糊处理,然后进行维纳滤波(matlab winer)
- 2010-07-07 21:32:31下载
- 积分:1
-
FIRdesign
MATLAB code for FIR filter design
- 2009-11-26 16:23:09下载
- 积分:1
-
Matlab7-study-manual
一个很好的matlab学习手册,很有针对性,思路清晰,重点和难点突出。具有很高的参考和学习价值.(It is a very useful Study manual for your learn of matlab.The thinking is clearly, important and difficult points is outstanding.So it has high value of reference and study.)
- 2012-03-28 10:22:26下载
- 积分:1
-
costas_simulation_bak
该函数是实现Costas环仿真的Matlab编程,具有较好的性能(this function is to achieve Costas Loop Simulation Matlab programming, with good performance)
- 2007-06-06 22:04:12下载
- 积分:1
-
Desktop
GM(1,1)灰色预测,作为例子,可以很好地掌握灰色预测最基本的东西,希望对大家有用(GM (1,1) gray prediction, as an example, can be a good grasp of the most basic things gray forecast, we hope to be useful)
- 2014-01-22 11:40:59下载
- 积分:1