-
FSK-resources
比较全面的FSK相关知识文档,含例程和模型。(FSK more comprehensive knowledge of the document, including routines and models.)
- 2014-01-22 16:34:47下载
- 积分:1
-
Media_Aritmetica
A very simple code to help you to calculate the aritmetic average on the IDL interface.Works in all the IDL versions
- 2012-03-23 09:59:30下载
- 积分:1
-
jplv7
garch工具箱 估计garch模型和garch参数。(garch toolbox very powerful useful toolbox recommended! ! !)
- 2013-10-30 19:14:49下载
- 积分:1
-
butterworth
matlab code for butterworth
- 2010-12-29 01:50:24下载
- 积分:1
-
freq-domain-
A frequency domain scrambling document
- 2011-12-10 17:00:45下载
- 积分:1
-
segy_control
对sgy格式的地震数据,进行各种操作。包括读取和制作,以及道头字提取,地震数据提取等。期待与有共同目标的朋友们研究。(Sgy format for seismic data in the various operations. Including the reading and production, as well as the Road, the first word extraction, data extraction, such as an earthquake. Look forward to working with common goals have friends study.)
- 2007-07-17 21:39:02下载
- 积分:1
-
v3d
matlab 三维显示。所有代码都有。可以显示三维网格。(three-dimensional display matlab. Have all the code. Can display three-dimensional grid.)
- 2009-04-21 09:35:08下载
- 积分:1
-
CONTROL-OF-POWER-INVERTERS
Good for smart grid research
- 2014-11-04 19:35:02下载
- 积分:1
-
dtcwtPbicubic
dtcwt and bicubic based image resolution enhancement
- 2012-10-02 18:18:33下载
- 积分: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