-
time-tranform
GPS时间基准转换,利用matlab来实现的一个小程序(GPS time reference conversion, using matlab to achieve a small program)
- 2014-07-28 11:04:04下载
- 积分:1
-
基于MATLAB的指纹识别系统并且带有gui界面
说明: 对指纹进行处理,指纹识别,带有GUI界面,但是需要付费才能得到代码(Fingerprint processing and fingerprint recognition)
- 2019-04-22 08:30:30下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
flooding
matlab针对flooding算法的仿真,可以运行(matlab simulation algorithm for flooding, you can run)
- 2014-12-15 17:53:04下载
- 积分:1
-
bandpass_lowpass
matlab code for bandpass filter
- 2009-12-16 21:24:38下载
- 积分:1
-
speech_project
Matlab Helping of the DSP Work how to connect and install driver of the dsp
- 2015-04-11 12:13:16下载
- 积分:1
-
FiberDispersion
在已知光纤在特定波长处的折射率的情况下,该程序可以迅速计算对应模式的色散值(Optical fiber have been known at a particular wavelength of refractive index of the case, the program can quickly calculate the dispersion value of the corresponding mode)
- 2020-12-08 11:39:20下载
- 积分:1
-
FaceDetector
说明: 这是一个基于adaboost的人脸检测算法的matlab实现过程,希望对需要的朋友有帮助。(This is a adaboost of face detection based algorithm matlab implementation process, hope to help a friend in need.)
- 2010-04-19 12:42:56下载
- 积分:1
-
windmodel
四种不同风速的仿真程序,可用于仿真风力发电系统中不同风速的模拟(Four different wind speed simulation program can be used for the simulation of different wind speeds in the simulation of wind power generation system
)
- 2012-04-06 11:23:29下载
- 积分:1
-
mcclellan
在中国学习信号处理的大概没有谁没听说过本书的作者之一Oppenheim。
这是一本入门性的书,介绍如何使用MatLab进行信号分析。
(Computer-Based Exercises for Signal Processing Using MATLAB 5
)
- 2015-03-11 17:04:14下载
- 积分:1