-
zhengfangxingbiaoding
一种基于正方形的摄像机参数标定程序,简单实用(camera calib )
- 2010-06-03 19:36:39下载
- 积分:1
-
zifushibie
实现字符识别功能,实验报告,详细,容易理解(To achieve character recognition function, experimental report, detailed, easy to understand)
- 2010-01-20 19:48:10下载
- 积分:1
-
funcirclehough
Circle hough image processsing
- 2011-05-03 21:22:42下载
- 积分:1
-
expi
报童模型的负指数分布,以及生成收益与需求量的图形、亏损与需求量的图形(Newsboy model negative exponential distribution, and generate revenue and demand for graphics, loss and demand graph)
- 2013-11-07 21:53:52下载
- 积分:1
-
featureselection
使用MATLAB,ReliefF算法应用于特征提取,适用于shp属性数据。(Using MATLAB, the ReliefF algorithm is applied to feature extraction and is suitable for SHP attribute data.)
- 2015-05-20 23:05:21下载
- 积分:1
-
DC_MOTOR
说明: 直流马达数学模型,包括三个不同的模型文件,以及相应的PID速度控制、位置控制的Matlab 演示文件(DC motor mathematical model, including the three different models of documents, and the corresponding PID speed control, position control of the Matlab demo files)
- 2008-09-05 09:52:57下载
- 积分:1
-
otsu
matlab中大津法(otsu)的源代码程序,已经经过测试,可以在matlab中直接运行(matlab in Otsu (otsu) program source code, has been tested and can be run directly in matlab)
- 2015-03-18 15:17:41下载
- 积分:1
-
TM_EFIE
TM波照射导体圆柱,根据电场积分方程求表面电流。(TM-wave radiation cylindrical conductor, under the electric field integral equation for surface currents.)
- 2009-03-25 19:41:08下载
- 积分:1
-
hspc.tar
hspice tool box in matlab
- 2009-04-12 09:13:16下载
- 积分:1
-
FFT
脑波FFT变换
调用格式见m文件头部说明(下边也复制了一份)
有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用
------------------------------------
保存为FFT.m文件
输入参数: N:进行FFT变换的点数(要求是2的N次幂);
fs:信号的采样频率(frequency of simpling)
sig:进行FFT变换的数组(一维)。
输出参数: f_sig:变换后的信号(一维数组)
E_delta、E_theta 、E_alpha、E_beta分别表示δθαβ相应频段的能量加和。
other为其余频段的能量加和(供参考用)
--------------------------------------------------------------------------
function[ f_sig ,E_delta , E_theta , E_alpha , E_beta , other ] = FFT( N , fs , sig )(EEG FFT transform is called m file format, see head illustrate the matching DLL files, you can be C or C++ to call------------------------ simpling) sig: to FFT transform array (one dimension). Output Parameters: f_sig: transformation of the signal (one-dimensional array) E_delta, E_theta, E_alpha, E_beta δθαβ, respectively, the energy increases and the corresponding frequency band. Other for the rest of the energy band increases, and (for reference) -------------------------------------------------------------------------- function [f_sig, E_delta, E_theta, E_alpha, E_beta , other] = FFT (N, fs, sig))
- 2009-11-07 20:27:52下载
- 积分:1