-
k-means(matlab)
关于k-means聚类算法的MATLAB实现(On the k-means clustering algorithm of MATLAB realize)
- 2007-09-03 19:50:45下载
- 积分: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
-
A1_4
mathews数值分析书的源代码,用matlab编写,此是第一章中的程序。(mathews numerical analysis of the book s source code, using matlab, you can control book-learning.)
- 2011-10-20 10:17:58下载
- 积分:1
-
微分方程与MATLAB(英文版,易学)
说明: 初学微分方程数值解很实用的书籍,例子很详细,并附有程序。(Good book for student who wants to study tne numerical solution of differential equations)
- 2020-01-28 13:02:58下载
- 积分:1
-
untitled1
用遗传算法来对简单的一元函数进行优化,带有GUI窗口,简单方便(Using genetic algorithms to optimize the simple functions of one variable, with a GUI window, easy)
- 2014-10-15 08:57:36下载
- 积分:1
-
DSE_drone4
一个带有GUI、Simulink 3D模拟的四旋翼仿真程序。控制参数、目标点可调。使用时先打开simulink模型,再运行GUI_Config.m即可(With a GUI, Simulink 3D simulation of four-rotor simulation program. Control parameters, the target point is adjustable. First open the simulink model, when used, can run GUI_Config.m)
- 2020-07-01 17:20:02下载
- 积分:1
-
Onset_Offset_P
The onset of the P wave is the starting point of the P wave, it s the first positive or null sample before the P peak.
The offset of the P wave is the ending point of the P wave, it s the first negative or null sample following the P peak.
- 2010-10-05 17:17:16下载
- 积分:1
-
maineimun
遗传算法无功优化,采用的是脉冲对消法,可以广泛的应用于数据预测及数据分析。( Genetic algorithm based reactive power optimization, It uses a pulse of consumer law, Can be widely used in data analysis and forecast data.)
- 2017-05-15 15:08:18下载
- 积分:1
-
MATLAB_NOTE
MATLAB基础讲课笔记内容,适合初学者,(MATLAB based on the content of lecture notes, suitable for beginners,)
- 2008-08-05 09:33:22下载
- 积分:1
-
lambert
gives the initial and final velocities of a trajectory connecting R0 to Rf over a transfer time of dT. This method uses universal variables, from Vallado.
- 2013-09-27 00:08:23下载
- 积分:1