-
spssforwindows
SPSS非常好的数学统计软件,里面介绍了SPSS的基本操作,比较实用(Very good mathematical and statistical software SPSS, which describes the basic operation of SPSS, more practical)
- 2010-11-08 16:51:00下载
- 积分:1
-
daopu
浊音倒谱图的matlab实现,包括语音信号的分帧、加窗,取一帧进行分析。(Dullness inverted spectrum realize the matlab,ncluding sub-frame of the speech signal, windowing, take a frame for analysis)
- 2015-03-31 10:28:24下载
- 积分:1
-
Read_nc_files
读取并存储nc文件,不同的文件里的参数可能不一样,按格式修改即可。(Read and store NC files, the parameters in different files may be different, and can be modified according to format.)
- 2018-07-27 18:33:09下载
- 积分:1
-
pso-clustering-master
说明: 使用粒子群算法对无线传感器网络进行聚类(PSO)(Particle swarm optimization (PSO) is used to cluster wireless sensor networks)
- 2021-01-24 23:28:42下载
- 积分:1
-
tuxiangfenge
基于遗传算法的双阈值图像分割,是用KSW方法。(Genetic Algorithm Based on dual-threshold image segmentation, is a method of KSW.)
- 2009-05-20 16:30:53下载
- 积分:1
-
Crop_images
MATLAB code to crop object from image on the basis of color boundary.
- 2013-09-30 17:08:19下载
- 积分:1
-
8dpsk
超宽带程序示范程序\M-DPSK8dpsk.rar(Ultra-wideband Program Files demonstration program M-DPSK 8dpsk.rar)
- 2009-10-22 15:53:52下载
- 积分:1
-
matlab-drawing
matlab绘图讲解,详细介绍函数功能!!(matlab drawing to explain details of the function )
- 2011-12-12 16:04:00下载
- 积分:1
-
lzw2norm
lzw coding with matlab
- 2013-12-14 06:36:26下载
- 积分: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