-
02MatlabDSP
介绍了利用Matlab中Matlab Link for CCS Development Tools工具对DSP进行系统级设计的方法。最后给出
了一个设计实例。
(Introduced the use of Matlab, Matlab Link for CCS Development Tools Tools for DSP system-level design approach. Finally, a design example.)
- 2009-12-11 21:03:44下载
- 积分:1
-
fuzzyrule
说明: 结合模糊规则适用matlab编写模糊控制函数,可做成com组件嵌入到.NET等平台(Matlab fuzzy rules for the preparation of fuzzy control function, can be made com components embedded. NET and other platforms)
- 2010-04-07 13:19:35下载
- 积分:1
-
snake
基于活动轮廓模型的图像分割算法研究,是其中一些子程序,适合初学者研究(Active contour model based image segmentation algorithm, are some of the subroutine, suitable for beginners of)
- 2011-05-15 09:46:57下载
- 积分:1
-
dsp-procedures-
matlab课程上机实验全部程序,高西全(matlab course experiment on the computer all the procedures
)
- 2012-05-14 15:23:51下载
- 积分:1
-
RFWave-RF-Wave-Toolbox
matlab cdigos para antenas
- 2011-07-10 00:57:26下载
- 积分:1
-
Renyi
用于计算脑电信号一维向量的renyi熵,基于MATLAB开发(Use for calculating the Renyi with one-dimensional vector.)
- 2021-01-03 16:58:56下载
- 积分:1
-
SAR_Change_Detection_GarborPCANet-master
说明: “基于PCANet的合成孔径雷达图像自动变化检测”的Matlab实现(Automatic Change Detection in Synthetic Aperture Radar Images Based on PCANet")
- 2020-03-18 10:29:05下载
- 积分:1
-
wienerfilter
通过计算机MATLAB仿真分析和研究了维纳滤波器的阶数、信号的噪声方差、随机信号的采样点数、经过维纳滤波的均方误差之间的关系(MATLAB simulation by computer analysis and research of Wiener filter order, the signal of the noise variance, random signal sampling points, after Wiener filter mean square error of the relationship between)
- 2009-03-06 19:43:33下载
- 积分:1
-
SuzukiChannel
suzuki process be one of the famous channel modeling that described by lognormal distributation that added by railey fading distributation.
- 2009-11-02 03:07:18下载
- 积分: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