-
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
-
fuzzy-book
these are the different matlab codewhich will help u to make different types of matlab codes
thanks alot
- 2011-10-01 02:05:15下载
- 积分:1
-
MATLAB智能算法30个案例分析(第2版)
说明: 这是MATLAB智能算法30个案例分析(第2版)的code部分,内容详实,有兴趣学习基于matlab只能优化算法的可以参考,里面主要有遗传算法、粒子群算法、模拟退化算法等的演示。(This is the code part of the 30 case analysis (second edition) of MATLAB intelligent algorithms. The content is detailed. If you are interested in learning based on matlab, you can only optimize the algorithm. You can refer to it. There are demonstrations of genetic algorithm, particle swarm algorithm, simulation degradation algorithm, etc.)
- 2020-07-10 07:17:45下载
- 积分:1
-
sininterpolation
关于正弦插值的算法,从一篇IEEE的论文实现为MATLAB的代码。(sinc interpolation)
- 2009-02-17 22:10:40下载
- 积分:1
-
voip_pf
资源调度算法。VOIP业务在PF准则下调度的性能比较。(Resource allocation algorithm. VOIP business in the PF scheduling performance comparison criterion.)
- 2010-07-28 12:23:35下载
- 积分:1
-
kf
说明: 程序描述了电压为-0.377V的情况下,卡尔曼滤波器的输出。其中“+”为观测值。程序注解写的很清楚很容易看懂。(Procedure describes the voltage of-0.377V, the Kalman filter output. Which+ For the observed values. Notes written procedure is easy to understand very clearly.)
- 2008-04-23 17:05:01下载
- 积分:1
-
Filter_Bias
剔除偶然误差法滤波,能够有效滤除采集信号中的噪声(eliminating-occasional bias filter)
- 2009-12-02 13:51:58下载
- 积分:1
-
RTS
一个用于测试电力系统可靠性的系统数据,RTS系统(System data for testing the reliability of the power system, RTS system)
- 2014-11-15 11:06:29下载
- 积分:1
-
dist
this program is used to calculate difference between to vectors
- 2011-12-02 02:59:23下载
- 积分:1
-
The-Quadrotor-model
MATLAB下的四旋翼飞行器建模程序,可以用于仿真四旋翼模型(This is a UAV model under the MATLAB program, The UAV model can be used in the simulation.)
- 2021-03-29 10:49:11下载
- 积分:1