-
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
-
EKF
一个EKF调试程序,主要是调用simulink的数据,并通过EKF来模拟在线仿真的效果(An EKF debugger, mainly call simulink data, and through EKF online simulation to simulate the effect of)
- 2013-11-22 11:36:37下载
- 积分:1
-
利用simulink搭建线性二自由度车辆操纵模型
线性二自由度车辆操纵模型分析与建立,利用simulink搭建线性二自由度车辆操纵模型。(Analysis and establishment of vehicle handling model with linear two degrees of freedom)
- 2020-07-04 00:00:02下载
- 积分:1
-
fuhefenpei-matlab
发电公司一般不允许改变当天的电价投标,但可以改变机组的可用性.因此,在获得发电量之后如何组织机组进行发电,同时,又要保证成本低、效益高、收益大,是每个发电公司需要解决的问题,而行之有效的方法就是动态规划。(Power companies generally are not allowed to change the electricity price bidding, but can change the usability of the unit. Therefore, how to organize the unit after obtaining her capacity to generate power, at the same time, and to ensure that the low cost, high efficiency, large gains, is each generation company needs to solve the problem, and the effective method of dynamic planning.)
- 2016-05-18 11:13:13下载
- 积分:1
-
wireless-nodes
simulation for localizing the wireless nodes, error estimator etc.
project with report
- 2011-10-25 22:56:00下载
- 积分:1
-
boshujuhe--lunwen
这是ofdm的毕设报告,里面有相应知识的学习最后还附加了ofdm的仿真,同时还有仿真图的分析(This is the complete set of ofdm report, which has the appropriate knowledge, learning and finally added ofdm simulation, as well as the analysis of simulation diagram)
- 2013-05-26 19:25:53下载
- 积分:1
-
matlab
该算法在优化方面性能比较好,可用于函数极值,解方程,并且在前向神经网络权值和网络结构的训练也表现了不错的性能(The algorithm in the optimization performance is better, can be used in extreme value function, solve equations, and the former to the neural network weights and network structure of training has shown good performance)
- 2007-10-19 08:20:09下载
- 积分:1
-
matlab
MATLAB 的 C++ 数学库 使用手册 英文版(MATLAB for C++ Math Library User' s Guide English)
- 2009-04-17 08:56:32下载
- 积分:1
-
S.J.ChapmanMATLAB
说明: 这是一本介绍matlab的书,书中有许多实例,讲解详细,从入门到综合,适用于初学者(This is an introduction matlab The book has many examples to explain in detail, from the entry to the synthesis, for beginners)
- 2008-10-15 09:55:00下载
- 积分:1
-
wind-prediction
风速预测源代码,通过已有数据预测将来1小时的风速(wind prediction)
- 2011-07-09 11:04:51下载
- 积分:1