-
自适应滤波器,噪声消除-AECLMS
自适应滤波器,噪声消除(adaptive filter, noise reduction)
- 2005-02-17 15:56:07下载
- 积分:1
-
kNN
Facial Recognition program kNN
- 2013-12-17 16:24:49下载
- 积分:1
-
MATLAB-gui
一个MATLAB gui实例,轻松就学会了MATLAB gui,我们一起进步!(A MATLAB gui instance, easily learned MATLAB gui, we progress together!)
- 2012-11-29 09:19:32下载
- 积分:1
-
Matlab4
Matlab教程PPT,Matlab概述与应用程序基础(Matlab PPT)
- 2010-06-04 21:40:54下载
- 积分:1
-
CWAVLETTh
利用小波变化,进行滤波,去噪,通过模极大的去噪方法法,MATLAB的程序原代码,里面有很多程序及实例分析
(Using wavelet change, filtering, noise removal, modulus maxima de-noising method MATLAB program source code, there are a lot of procedures and examples)
- 2012-08-23 21:58:59下载
- 积分:1
-
NRS_FW_FS
Neighborhood rough set based heterogeneous feature subset selection
- 2009-03-27 02:25:44下载
- 积分:1
-
Multi-station-passive-location(ca)
纯方位解要素计算方法的matlab源程序(The source program for pure position)
- 2015-01-24 14:59:49下载
- 积分:1
-
Digital_Signal_Processing
Emmanuel C. Ifeachor的《Digital Signal Processing》(数字信号处理)的配套MATLAB源代码。该书涵盖了音频、多媒体、和电信领域的信号处理应用。(C. Emmanuel Ifeachor "Digital Signal Pro cessing "(digital signal processing) supporting MATLAB code. The book covers the audio, multimedia, and telecommunications in the field of signal processing applications.)
- 2007-03-28 11:39:15下载
- 积分:1
-
MRT-LBM
运用多松弛时间,相对于单松弛,具有更好的稳定性,且数值结果更精确(Compared with single relaxation, multi-relaxation time is more stable and the numerical results are more accurate.)
- 2020-07-01 10:40:02下载
- 积分: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