-
digital-image-processing
图像处理的编程入门,包括去噪,滤波,膨胀,腐蚀,边缘检测等,十分简单易学(Introduction to image processing programming, including denoising, filtering, expansion, corrosion, edge detection, very easy to learn)
- 2013-04-09 10:59:09下载
- 积分:1
-
sliding-window-delay-and-correlation
雷达测伪距时域相关法matlab仿真源码(The radar altimetry Pseudorange domain correlation method matlab simulation source)
- 2012-10-18 18:07:17下载
- 积分:1
-
Statistics Code by Matlab
包含一元线性回归分析、多元线性回归分析、逐步回归分析、非线性回归分析、主成分分析、因子分析、层次聚类分析、判别分析、自相关分析和自回归分析的全套Matlab源代码(MATLAB source code including linear regression analysis, multiple linear regression analysis, stepwise regression analysis, non-linear regression analysis, principal component analysis, factor analysis, hierarchical clustering analysis, discriminant analysis, autocorrelation analysis and autoregressive analysis)
- 2019-03-14 22:17:00下载
- 积分:1
-
bp
说明: 如何用MATLAB的神经网络工具箱实现三层BP网络。仿真出一个3层的BP网络(如 ?斡肕ATLAB的神 ?网络 ???呦涫迪秩??鉈P网络 ??抡??鲆 桓 ? ?愕腂P网络)
- 2007-08-29 11:39:30下载
- 积分:1
-
nonlinearchar
this mdl shows the non linear characteristics of the fuzzy controller
- 2010-02-01 14:27:01下载
- 积分:1
-
lishi
传染病动力学李氏指数用matlab来编程得到图像(Lipschitz Dynamics of Infectious Diseases)
- 2010-05-12 06:54:08下载
- 积分:1
-
Code-Final
QPSK Modulation Demodulation, BER vs SNR plot
- 2014-02-17 21:24:59下载
- 积分:1
-
MATLAB
MATLAB课件和通信实验讲义,描述通信方面的仿真建模等(MATLAB courseware and communication experiment notes, described the simulation modeling communications)
- 2010-05-12 19:24:37下载
- 积分:1
-
LADRC-Demo
adrc的例程 非常实用 通过调节参数可以看到不同的运行效果(adrc very practical routines by adjusting the parameters you can see the effect of different operating)
- 2015-01-19 23:52:30下载
- 积分: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