-
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
-
YuXia-8A
AI 2 lay weight calculater
- 2013-09-23 16:00:28下载
- 积分:1
-
dicm2nii
dicm2nii.m converts dicom files in a zip file or in a folder (including sub-folders) into nifti files. It can also convert Philips PAR/REC files and AFNI HEAD/BRIK files
- 2015-02-02 19:08:39下载
- 积分:1
-
gauss_lowpass
Filter Gauss Low pass
- 2010-12-31 22:35:23下载
- 积分:1
-
theuseofmatlab
说明: matlab实用教程,适合于想尽快使用matlab仿真的人员(matlab practical tutorials, suitable for use as soon as possible matlab simulation of staff)
- 2008-11-11 16:39:47下载
- 积分:1
-
igrun
Dynamic Modeling of DFIG and Wind Turbine-Generators
The model provided is as simple as is appropriate for power system dynamic studies.
- 2014-12-06 06:15:44下载
- 积分:1
-
Vibration-frequency-
工程中,振动信号有时域与频域两种分析方法,该文件是频域分析处理方法(Engineering, vibration signal and frequency domains sometimes two analysis methods, the document is a frequency domain analysis and processing methods)
- 2013-06-03 18:59:14下载
- 积分:1
-
CRC_codes
说明: 通信系统的仿真,CRC是纠错码的一种,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!(communications system simulation, CRC is an error-correcting code that can be used in communications, this example is based on the Matlab program can be used for actual simulation!)
- 2006-05-06 16:34:11下载
- 积分:1
-
Intelligent-controller
PID控制算法简单、鲁棒性强,但其参数整定过程繁琐,整定时需要控制对象的精确数学模型,而且整定往往是针对某一种具体工况进行的,缺乏自学习和自适应能力。模糊神经网络则兼备了模糊逻辑和神经网络的优点,具有函数逼近功能,具有较强的自适应、自学习能力、容错能力和泛化能力。借助于遗传算法对全局性参数进行优化设计,借助于BP算法对局部性参数进行优化,将模糊神经网络和遗传算法引入PID控制参数的整定过程,构造出一种基于模糊神经网络和遗传算法的智能PID控制器(Intelligent controller based on fuzzy neural network and genetic algorithm)
- 2012-05-23 17:08:14下载
- 积分:1
-
PF_codes_boat
粒子滤波,采用matlab与vc共同编写,注意在运行之前需要 在matlab环境下,运行
- 2014-09-11 16:11:27下载
- 积分:1