-
LMSjs
基于自适应滤波器的LMS算法仿真程序的计算部分(Based on the LMS adaptive filter algorithm for the calculation of part of simulation program)
- 2009-05-12 10:21:14下载
- 积分:1
-
Fir
说明: 窗函数法的Fir数字滤波器设计 Matlab(Window function method of the Fir Digital Filter Design)
- 2010-03-23 22:06:30下载
- 积分:1
-
Grey-method
灰色预测方法,重点讲解的灰色预测的基本理论和详细实现方案,给出了5个用matlab编好的灰色预测程序的实现。(Grey prediction method to highlight the basic theory of gray forecast and detailed implementation gives five good gray prediction using matlab program implementation.)
- 2013-12-21 20:40:34下载
- 积分:1
-
IIR
IIR滤波器设计,分离出250hz,500hz,1000hz单频(IIR filter design, isolated 250hz, 500hz, 1000hz single frequency)
- 2010-12-27 20:09:32下载
- 积分:1
-
1822
ebook for learning c++
- 2013-12-24 05:02:21下载
- 积分:1
-
MMA_echo-cancellation
A novel multipath matrix algorithm for exact room response identification in stereo echo cancellation.pdf自己编写的这篇英文文献代码(A novel multipath matrix algorithm for exact room response identification in stereo echo cancellation.pdf English literature I have written this code)
- 2013-12-04 15:48:49下载
- 积分:1
-
LMS
基于LMS算法和Matlab的自适应滤波器的设计,包含matlab程序,以及相关文档的说明(Based on the LMS algorithm and Matlab adaptive filter design, including the matlab program, as well as related documentation)
- 2016-08-31 14:07:40下载
- 积分:1
-
phpmysql
php to my sql used to deal with bot Php and MySql
- 2010-08-26 22:43:25下载
- 积分:1
-
dd0aca
平均标准偏差,一个计算用的Matlab小程序,希望大家喜欢(The average standard deviation, a calculation using a small Matlab program, I hope everyone likes)
- 2009-11-07 11:06:47下载
- 积分:1
-
dxVideo
This library contains helper functions to read image frames into matlab from Video
file using DirectShow. This library has borrowed codes from Ashwin Thangali s
"DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
- 2009-11-05 17:17:06下载
- 积分:1