-
linefit
Plot the least squares fit by a line
- 2010-03-06 17:22:44下载
- 积分:1
-
PIDTuningUsingGA
this program used to design pid controller with genatic algorithm
- 2013-01-12 02:41:42下载
- 积分:1
-
input-txt
把txt格式的数据文件引入matlab中进行fft,输出四个图(
Txt data file format introduced conducted matlab fft, the output of the four figure)
- 2013-12-13 13:30:54下载
- 积分:1
-
Nodos_EL_4
Derive current and voltage an electric circuit with Euler Lagrange formulism
- 2015-04-15 02:55:37下载
- 积分:1
-
integerprogramming
用matlab编写的整数规划的程序。包括:用割平面法求解整数规划,用分支定界法求解整数规划,用枚举法(包括穷举法和隐枚举法)求解0-1规划(integer programming)
- 2009-10-16 11:42:58下载
- 积分: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
-
Matlab3
Matlab教程PPT,Matlab概述与应用程序基础(Matlab PPT)
- 2010-06-04 21:40:21下载
- 积分:1
-
floyed
佛洛依德算法的matlab实现,可求任意两点间的最短距离(Freud algorithm matlab realize, arbitrary rectifiable the shortest distance between two points)
- 2007-08-15 12:52:21下载
- 积分:1
-
MPC
多变量预测控制,运用于两输入两输出的情况,显示输入输出。(Multivariable predictive control, applied to the case of two-input two outputs, display input and output.)
- 2013-09-12 21:26:28下载
- 积分:1
-
ICAICA-fixed-point-algorithms
我最近写的一篇论文的源码,主要是对带参考信号的 ICA算法的扩展,多参考信号的ICA固定点算法。(I recently wrote a paper source, mainly for reference signal with the ICA algorithm expansion more reference signal ICA fixed-point algorithms.
)
- 2011-10-18 19:59:13下载
- 积分:1