-
calib_example
matlb摄像机校准用于测试的图像。标准的棋盘图像。(matlb camera calibration is used to test images. Standard chessboard image.)
- 2009-12-16 16:11:19下载
- 积分:1
-
coduri
matlab code for spatial watermarking .recover also the watermark.
- 2010-04-16 00:05:38下载
- 积分:1
-
lan
使用matlab进行OFDM系统调制解调模块的实现,其中包括BPSK调制,加入循环前缀,误码率计算。简单易懂的入门级程序,有详细的注释。(OFDM systems using matlab for implementation of modulation and demodulation modules, including BPSK modulation, adding cyclic prefix, the error rate. Straightforward entry-level program with detailed comments.)
- 2011-06-06 20:23:14下载
- 积分:1
-
simulink
simulink的教程其中包括matlab三章讲解和simulink有六章讲解,详细的例子说明(matlab simulink)
- 2011-12-19 20:00:51下载
- 积分:1
-
mex
function matrix=asciiRead(fileName)
asciiRead: Read an ascii file into a matrix
Usage: matrix=asciiRead(fileName)
Roger Jang, 20041021
if nargin<1, selfdemo return end
fid=fopen(fileName, rb )
content=fread(fid, inf, char )
fclose(fid)
file=tempname
copyfile(fileName, file
- 2010-04-04 20:43:59下载
- 积分:1
-
zhengzhexingceliang
实现边界正择性测量,可在MATLAB环境下运行(the border is optional measurement, in the MATLAB environment running)
- 2007-05-07 10:52:43下载
- 积分:1
-
meansub-code
It is a matlab code used to calculate the subspace algorithm of signals.
- 2011-09-05 22:59:51下载
- 积分:1
-
time-frequence-application
详细讲解信号处理的pdf,里面包含了FFT,小波,希尔伯特-黄变换等内容,是信号处理方面很好的参考资料(Explain in detail the signal processing pdf, which contains the FFT, wavelet, Hilbert- Huang Transform, etc., is a good reference for signal processing, data)
- 2011-09-06 16:28:07下载
- 积分:1
-
kalman.rar
卡尔曼滤波的状态转移方程的matlab源代码(Kalman filter state transition equation matlab source code)
- 2011-05-24 19:13:43下载
- 积分:1
-
enkf 卡尔曼滤波算法
数据同化的经典算法,集合卡尔曼滤波算法,用Matlab写的,里面附有一些参考文献,初学者适用(Classical algorithm of data assimilation, ensemble Kalman filter algorithm, written using Matlab, which with some references, for beginners)
- 2010-09-26 10:57:59下载
- 积分:1