-
matlabsuanfa
说明: 包含了Floyd算法、dijkstra算法、贪婪算法、遗传算法、搜索算法、蚁群算法、哈密顿环路的matlab源程序及相关说明。(Floyd algorithm is included, dijkstra algorithm, greedy algorithm, genetic algorithm, search algorithm, ant colony algorithm, Hamiltonian loop matlab source code and instructions.)
- 2021-02-27 21:09:36下载
- 积分:1
-
rkf45
Metodo Runge Kutta per risolvere ODE
- 2011-12-18 21:54:05下载
- 积分:1
-
sasptoolbox
自适应信号处理工具箱,国外经典通信教材的配套源代码(Adaptive Signal Processing Toolbox, foreign classic communications materials supporting source code)
- 2007-08-20 19:09:04下载
- 积分: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
-
ImplementatioofSteganography
image segmentatin in matlab usefull for students
- 2010-12-31 15:59:27下载
- 积分:1
-
OFDMsimulation
说明: 基于IFFT实现的OFDM仿真算法,内包括系统仿真框图(IFFT implementation based OFDM simulation algorithm, which includes system simulation block diagram)
- 2010-04-26 15:30:16下载
- 积分:1
-
zixiangguanjianyan
关于机器人反馈数据处理的自相关程序,对互相关联的数据处理(Feedback from the robot on the data processing procedures, the data processing of the interrelated)
- 2014-04-02 10:03:17下载
- 积分:1
-
zhijie4bitlsb
基于LSB的直接4bit替换法,就是直接用秘密图像像素值的高4bit去替换载体图像像素值的低4bit。 (Direct 4bit substitution, that is, the direct use of the secret image pixel values of the high-4bit image pixel value to replace the carrier' s low 4bit.)
- 2009-11-19 13:42:52下载
- 积分:1
-
wu
说明: 雾天图像处理 图像在雾天里 细节部分 看不清楚 该程序能恢复因雾天的影响造成的细节部分不清楚(image processing if the picture was influenced in the fog .this programm can deal the influenced picture in a high speed .it was developed in matlab
image processing if the picture was influenced in the fog .image processing if the picture was influenced in the fog .image processing if the picture was influenced in the fog .)
- 2010-12-18 15:19:47下载
- 积分:1
-
FuctionKey
说明: 一个matlab mex 文件,可以用来在matlab程序中捕捉用户按下的特殊功能健:F1, ..., F12. 使用时,在你的应用程序的
KeyPressFcn的函数体里,是用wgfcnkey,根据其返回值,判断是否有功能健被按下。(a Matlab mex documents, in Matlab can be used to capture user proceedings of the special features? Kin : F1, ..., F12. When used in your application's function KeyPressFcn the body, is wgfcnkey, return value, determine whether there is any function Kin is pressed.)
- 2006-03-21 10:28:59下载
- 积分:1