-
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
-
drawPolyline3d
draw a polyline between a set of vertices in 3D
- 2015-01-13 21:19:59下载
- 积分:1
-
dct-dft--dwt
基于Matlab的压缩感知DCT、DWT、DFT正交基及过完备字典稀疏分解信号及重构(Matlab-based compression perception DCT, DWT, DFT orthogonal basis and complete dictionary signal sparse decomposition and reconstruction)
- 2021-04-07 16:49:01下载
- 积分:1
-
diedai
迭代算法,利用matlab编译环境实现迭代求解矩阵最大特征值和特征向量;包含雅克比迭代、高斯迭代和SOR(Iterative algorithm, using matlab compiler environment to achieve maximum iteration for solving matrix eigenvalues and eigenvectors contains Jacobi iteration, Gauss and SOR iteration)
- 2013-05-25 15:58:03下载
- 积分:1
-
AM
说明: 这是关于AM调制的matlab程序,对初学调制的人很有帮助,有仿真图片(AM modulation matlab program, beginner modulation helpful, simulation picture)
- 2020-12-04 15:09:24下载
- 积分:1
-
GM_PHD_Filter_v110
GM_PHD_Filter
Version 1.09, 13th December 2013
Matlab code by Bryan Clarke b.clarke@acfr.usyd.edu.au with:
- some Kalman filter update code by Tim Bailey, taken from his website http://www-personal.acfr.usyd.edu.au/tbailey/software/
- error_ellipse by AJ Johnson, taken from Matlab Central http://www.mathworks.com.au/matlabcentral/fileexchange/4705-errorellipse
Algorithm by Ba-Ngu Vo & Wing-Kin Ma in:
B.-N. Vo, W.-K. Ma, "The Gaussian Mixture Probability Hypothesis Density Filter", IEEE Transactions on Signal Processing, Vol 54, No. 11, November 2006, pp4091-4104
This is an implementation of a gaussian mixture probability hypothesis density filter (GM-PHD) for a simulated tracking problem. The problem specification is given in the above paper - in summary, two targets move through the environment, there is a lot of clutter on the measurement, and about halfway through a third target spawns off one of the two targets.(GM_PHD_Filter
Version 1.09, 13th December 2013
Matlab code by Bryan Clarke b.clarke@acfr.usyd.edu.au with:
- some Kalman filter update code by Tim Bailey, taken from his website http://www-personal.acfr.usyd.edu.au/tbailey/software/
- error_ellipse by AJ Johnson, taken from Matlab Central http://www.mathworks.com.au/matlabcentral/fileexchange/4705-errorellipse
Algorithm by Ba-Ngu Vo & Wing-Kin Ma in:
B.-N. Vo, W.-K. Ma, "The Gaussian Mixture Probability Hypothesis Density Filter", IEEE Transactions on Signal Processing, Vol 54, No. 11, November 2006, pp4091-4104
This is an implementation of a gaussian mixture probability hypothesis density filter (GM-PHD) for a simulated tracking problem. The problem specification is given in the above paper- in summary, two targets move through the environment, there is a lot of clutter on the measurement, and about halfway through a third target spawns off one of the two targets.)
- 2014-04-12 20:26:19下载
- 积分:1
-
NEH_F002
改进的NEH 算法求解no-wait flowshop 问题,复杂度降低为n^2m(Improved NEH algorithm for no-wait flowshop problem, the complexity is reduced to n ^ 2m)
- 2020-10-09 16:47:36下载
- 积分:1
-
SIM_OFDM-BPSK(OFDM-BPSK)
这个MATLAB例程是在OFDM信道下的BPSK仿真(This MATLAB routine is the BPSK OFDM channel simulation)
- 2010-09-29 21:43:31下载
- 积分:1
-
PCAandLDA
模式识别中pca和lda的算法及两个分离器算法(Pattern recognition algorithms for pca and lda and two separate Algorithm)
- 2009-12-26 13:29:41下载
- 积分:1
-
wavelet-transfer
本文主要讲的是图像变化中所使用的小波变换的一些基本知识(This article is primarily concerned with changing the image used in some of the basics of wavelet transform)
- 2011-01-19 11:38:50下载
- 积分:1