-
add
几个随机分布序列的MATLAB程序,有加入0,1均匀分布的,有加入-1,0,1对称分布的等等,还有加入高斯分布和Pearson分布(Sequence of several randomly distributed MATLAB procedures, were added to 0,1 uniformly distributed, there to join-1,0,1 symmetric distribution, etc., as well as adding Gaussian distribution and the Pearson distribution)
- 2008-01-24 16:48:14下载
- 积分:1
-
DAB2
自己根据原理搭的仿真,单移相控制,给需要的朋友。(To people who need it.)
- 2017-09-07 21:10:01下载
- 积分:1
-
target-tracking-using-kalman
通过MATLAB来实现的一个对于简单背景下小球的一个滤波模拟过程(MATLAB to achieve through a simple background for a ball filter simulation)
- 2011-05-20 14:37:38下载
- 积分:1
-
nprot.2011.424-S5
Nprot application for tumor segment
- 2013-01-24 10:38:54下载
- 积分:1
-
Notch-good-example
很好的陷波器例子,其中有实现程序,仿真结果和详细的说明(Examples of good notch filter, which has achieved the program, and detailed description of simulation results)
- 2011-11-15 17:50:28下载
- 积分:1
-
photonic-crystal-
利用matlab程序计算一维光子晶体的周期层数对折射率和透射率的影响(Cycle matlab program to calculate the one-dimensional photonic crystal layer refractive index and transmittance)
- 2013-04-29 17:54:58下载
- 积分:1
-
非线性动力学、分岔 Matlab 程序实现
非线性动力学、分岔 Matlab 程序实现,绘出系统状态变量随参数变化分岔图,绘图参数对应的系统各周期及混沌状态的时间历程图、相轨迹图、Poincare映射图(Nonlinear dynamics and bifurcation are realized by MATLAB program. The bifurcation diagram of system state variable with parameter variation is drawn. The time history diagram, phase trajectory diagram and Poincare map of each period and chaos state corresponding to system parameters are drawn.)
- 2018-08-26 22:04:33下载
- 积分:1
-
periodicsignal
Noise can be defined as unwanted signal that interferes with the communication or measurement of another signal.
Noise conveys information regarding the source of the noise, e.g. the noise from a car engine conveys information regarding the state of the engine.
- 2010-08-26 03:45:16下载
- 积分:1
-
MUSIC_DOA_s
在未知方向发射信号,由接收阵元接收。对接收的信号使用MUSIC算法处理,得到发射信号方位(process the signals received using MUSIC to get the DOA)
- 2009-10-23 14:27:17下载
- 积分: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