-
attachments_2011_07_01
This is My Kalman Filter
- 2011-07-02 14:31:23下载
- 积分:1
-
LC2Matlab
MATLAB code for LC2 Similarity Measure.
The main.m file provides a working example with test images.
- 2014-08-08 16:22:49下载
- 积分:1
-
display
利用matlab编写的程序,用于音乐播放青花瓷(the function to display songs based on matlab)
- 2012-11-02 10:55:47下载
- 积分:1
-
work
利用matlab实现的HEFT算法,其中包含计算rank值(HEFT algorithm)
- 2020-12-14 16:29:14下载
- 积分:1
-
acacreg
Traditionally an ac voltage
regulator is made with a transformer tap changer or with an acac converter based on buck topologies, recently the developments
in ac-ac converter makes feasible the implementation of voltage
regulator with other topologies.
- 2013-05-13 12:06:45下载
- 积分:1
-
FitFun
感应电动机的参数辨识,用于负荷建模的参数辨识的适应度函数,可以用遗传算法进行求解。(Induction motor parameter identification, the fitness function for load modeling parameter identification, we can use genetic algorithms to solve)
- 2021-04-27 16:18:44下载
- 积分:1
-
001
图象处理:计算连通域的面积、周长、圆形度、矩形度以及长宽比(Image processing: computing connected domain area, perimeter, roundness, and aspect ratio rectangular degree)
- 2010-07-07 11:13:34下载
- 积分:1
-
lotkademo
MATLAB Example Code : For MATLAB developers, this example code will explain the usage of Ordinary Differential Equations ODE23 and ODE45 in the Matlab environment
- 2009-05-27 13:26:55下载
- 积分:1
-
mlp-sample
multi layer perceptron - MLP sample
- 2012-06-29 22:03:44下载
- 积分: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