-
Capacity-of-MIMO-systerm
说明: MIMO无线通信系统容量的研究与仿真,可以参考的毕业设计(Capacity of MIMO wireless communication system research and simulation, can refer to the graduation)
- 2011-03-01 15:45:48下载
- 积分:1
-
PHC
this is a code about dispersion diagram af a photonic crystal laser diod
- 2012-04-24 15:16:30下载
- 积分:1
-
TheFirstMatlabHomework
MATLAB 简单程序,源代码。。。 实现图像变换(Simple MATLAB program, the source code. . . Implementation of Image Transform)
- 2010-08-01 11:27:56下载
- 积分:1
-
PCA_tutorial
This tutorial is designed to give the reader an understanding of Principal Components
Analysis (PCA). PCA is a useful statistical technique that has found application in
fields such as face recognition and image compression, and is a common technique for
finding patterns in data of high dimension.
Before getting to a description of PCA, this tutorial first introduces mathematical
concepts that will be used in PCA. It covers standard deviation, covariance, eigenvectors
and eigenvalues. This background knowledge is meant to make the PCA section
very straightforward, but can be skipped if the concepts are already familiar.
- 2014-10-09 05:08:06下载
- 积分:1
-
MPCandMMACandDMC
收集整理的几个预测控制的程序,大家参考参考,网上搜了好些时间,希望能为你省点时间(Collected several predictive control procedures, refer to the reference, search the Internet for some time, hope to be able to save you some time)
- 2012-08-16 21:28:20下载
- 积分:1
-
zy_mw
用matlab语言和多小波方法实现了数据的压缩功能,可以实现已经验证过了(Using matlab language and multi-wavelet method of data compression can be achieved has already been verified)
- 2008-04-23 09:58:03下载
- 积分:1
-
1
说明: 运用matlab求矢量x的均值和方差。代码实现简单,运行正确(Using matlab find the mean and variance of the vector x. Code is simple, right)
- 2014-12-17 17:02:30下载
- 积分:1
-
GMM_EM
高斯混合模型的EM搭建过程以及详细说明,利于初学者的学习!(EM Gaussian mixture model building process as well as detailed instructions, which will help beginners to learn!)
- 2013-11-28 17:04:06下载
- 积分:1
-
piddata
包含pid控制器的一些程序,能够生成有故障或无故障数据,为一些相应matlab仿真提供数据(we can use it to produce pid-data)
- 2010-07-01 10:23:18下载
- 积分: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