-
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
-
CMAbasedRLS
这个matlab代码是实现基于最小二乘算法的常数模算法。较最小均方误差算法,该算法收敛速度较快。(Matlab code to achieve the constant modulus algorithm based on least squares algorithm. Than the minimum mean square error algorithm, the algorithm converges faster.)
- 2012-04-28 10:48:47下载
- 积分:1
-
DelayedMackey-Glass
利用Matlab求解带有时间延迟的Mackey-Glass系统,在非线性动力学中经常用到。可以用来求解类似的延迟微分方程系统。(using Matlab time delay with the Mackey-Glass Systems, Nonlinear Dynamics frequently used. Can be used to solve the differential equation similar to the delayed system.)
- 2007-01-30 12:30:59下载
- 积分:1
-
mfcc
为MFCC的MATLAB程序,用于语音识别结束的特征参数提取(MFCC)
- 2009-06-01 10:46:09下载
- 积分:1
-
Saleh-Valenzuela-channel-model
通过matlab仿真了Saleh-Valenzuela 信道模型,仿真图有四个子图,(a)和(b)分别示出的分布的群集抵达时间和射线到达时间,(c)表示S-V信道的脉冲响应,(d)图显示了信道功率分配(Saleh-Valenzuela channel model by matlab simulation, simulation diagram there are four sub-chart, (a) and (b) respectively illustrated the distribution of cluster arrived in time and the ray reaches the time, (c), said the SV letter tract of the impulse response (d ) The figure below shows the distribution of channel power)
- 2013-03-23 21:43:10下载
- 积分:1
-
component-parameters-and-the-mixing-coefficients
component parameters and the mixing coefficients.
- 2014-12-20 14:27:57下载
- 积分:1
-
D-FLIP-FLOP
ANALYSIS OF D-FLIPFLOPS
- 2013-11-12 13:35:50下载
- 积分:1
-
RadarSignals
RADAR信号生成,有很多子程序,均可以运行(RADAR signal generation, many subroutines, can run)
- 2013-12-15 21:21:24下载
- 积分:1
-
pde
偏微分方程组的求解,使用偏微分代码直接求解。(Solving partial differential equations, using partial differential code directly solved.)
- 2010-12-21 16:58:29下载
- 积分:1
-
DNN_Id
DNN identifier with sigmoidal functions
- 2010-01-21 02:35:13下载
- 积分:1