-
work
说明: MATLAB实现的直接传输通信的统计误码率仿真。(MATLAB realization of the direct transmission of communication statistics BER simulation.)
- 2008-11-13 20:58:16下载
- 积分:1
-
matlab
matlab资料汇总,内含有基本使用手册以及详细的进阶过程,适合初学者以及放在手边随时使用(matlab data collected, as well as a detailed manual contains basic advanced course is suitable for beginners as well as at hand ready for use)
- 2013-11-30 10:47:11下载
- 积分:1
-
view_reconstruction
This is to experiment with the basic eight-point algorithm.
- 2015-02-05 23:10:10下载
- 积分:1
-
HighBoost
high boost filter designed in matlab
- 2009-09-10 18:23:43下载
- 积分:1
-
gaijinxingh_k_fenbuhaizabo
说明: 改进型K分布还杂波程序,非常棒的MATLAB源码呵呵,谁用谁知道!(K distribution clutter also improved procedures for the MATLAB source Oh great, who is with who knows!)
- 2010-04-27 11:16:40下载
- 积分:1
-
ch1
一个计算机辅助技术与仿真技术的实例,主要是讲解matlab与自动控制系统相结合的技术(Examples of a computer-aided technology and simulation technology, mainly on the matlab and automatic control systems combine technology)
- 2013-12-27 19:50:08下载
- 积分:1
-
蚁群算法求解tsp
使用matlab编程 蚁群算法 求解tsp(Using MATLAB programming ant colony algorithm to solve TSP)
- 2018-12-06 12:12:07下载
- 积分:1
-
mosaic
mosaic.rar拼接技术,matlab 源程序,希望有所帮助,(mosaic.rar splicing technology, matlab source code, hope that helps,)
- 2013-12-24 11:39:29下载
- 积分:1
-
seismicToolbox
该工具包是适用于地震数据的时频分析的工具包,对地震数据处理人员非常有用.(The kit is suitable for time-frequency analysis of seismic data toolkit for seismic data processing staff is very useful.)
- 2010-07-26 10:58:39下载
- 积分: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