-
CPrimersourcecode
C++ Primer源代码C++ Primer源代码C++ Primer源代码(C++ Primer source)
- 2010-08-15 10:50:23下载
- 积分:1
-
ode-demo
matlab工具箱中常微分方程组求解算例,注释详尽(matlab toolbox to solve differential equations often examples with notes in detail)
- 2011-12-12 21:53:35下载
- 积分:1
-
matlabAutoAdapt
自适应算法的程序,用matlab语言编写,属于现代信号处理方法。(Adaptive algorithm of the program, with the matlab language, belongs to modern signal processing methods.)
- 2009-12-15 15:44:52下载
- 积分:1
-
matlabguipro
一些关于MATLAB GUI设计的例程,值得借鉴。(Some of the routines on MATLAB GUI design, it is worth learning from.)
- 2011-10-11 22:48:50下载
- 积分:1
-
armodel_psd
用AR模型法进行功率谱估计的各种算法比较,包括自相关法,BURG法,ARMA模型估计,PISARENCO谐波分解法(AR model method used to carry out a variety of power spectrum estimation algorithms, including the auto-correlation method, BURG Act, ARMA model is estimated, PISARENCO harmonic decomposition method)
- 2008-01-11 21:08:04下载
- 积分:1
-
jiaoxueshiyan
这是MATLAB中的三个很好的实验,通过这三个实验可以更好地理解数字图像处理的原理(This is the MATLAB three very good experiment, the adoption of these three experiments can be a better understanding of the principles of digital image processing)
- 2008-03-25 21:56:10下载
- 积分: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
-
chan_taylor
实现三维定位,利用chan算法与taylor算法想结合的方法,减小了定位误差(Three-dimensional positioning, would like to combine the use of the chan algorithms and taylor algorithm method to reduce the positioning error)
- 2013-01-09 18:28:45下载
- 积分:1
-
Process-Control
多火电厂主汽温度控制系统的过程控制进行仿真(Of the thermal power plant main steam temperature control system process control simulation
)
- 2011-07-09 21:57:08下载
- 积分:1
-
PCA_MLSR
采用主成分分析法,用于筛选数据库中效率较高的成分(Using principal component analysis for the screening of the database more efficient ingredients)
- 2011-06-28 10:45:26下载
- 积分:1