-
Bandpass
用MATLAB设计一个切比雪夫数字滤波器(design a chebyshev bandpass DF)
- 2010-12-12 16:15:44下载
- 积分:1
-
bujiaozuizong
目标追踪代码学习,经供参考版权所有侵权必究谢谢合作(Thank you for your cooperation target tracking code to learn reserved for reference Copyright infringement)
- 2013-01-10 17:13:36下载
- 积分:1
-
chizhi
这是数学算法中的差值算法 联合开发网 - pudn.com
- 2012-04-17 19:09:37下载
- 积分:1
-
holography
全息成像算法,将平面1上字母A转传递到平面2上并呈现数字1。实现不同平面信息转换。(Holographic imaging algorithm, the plane 1 on the letter A transfer to the plane 2, and presents the number 1. Implement different plane information conversion.)
- 2017-06-17 17:49:08下载
- 积分:1
-
TSP
说明: 很实用的MATLAB程序 解决TSP问题(MATLAB program is very useful to solve TSP problem)
- 2009-08-23 09:04:39下载
- 积分:1
-
TD
说明: TD下行仿真。。。。。。。。。。。。。有需要的下(TD downlink simulation. . . . . . . . . . . . . Under the need)
- 2010-05-14 12:40:06下载
- 积分:1
-
利用真实的外部输入测井数据seismic
本程序是利用真实的外部输入测井数据,在matlab环境下生成井的合成地震记录,并且将地震记录成图显示,最终达到地层标定的目的。(This procedure is the use of real external input log data to generate synthetic seismograms well in matlab environment, and seismic mapping records show, and ultimately the formation calibration purposes.)
- 2016-04-05 23:10:31下载
- 积分:1
-
nco_design1
说明: NCO模块的设计函数,用于产生正弦、余弦信号(It s a design functions about NCO module ,which is used for generating sine, cosine signal)
- 2011-02-24 11:47:22下载
- 积分:1
-
ofdm
OFDM simulation for matlab with 4 qam
- 2010-09-21 07:03:53下载
- 积分: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