-
AN995
MPLAB IDE 7 MCC18 SPI Library
- 2011-05-06 05:45:02下载
- 积分:1
-
otsu-threshold
OTSU METHOD FOR THRESHOLDING
- 2013-11-30 13:33:21下载
- 积分:1
-
xt_quota
netfilter module to enforce network quotas.
- 2015-03-14 10:53:34下载
- 积分:1
-
specify_num
单个印刷数字识别,内有训练样本和测试样本,路径请自行修改.(this is about single figure differentiate)
- 2012-04-20 21:27:01下载
- 积分:1
-
hht
希尔伯特黄变换非常有用的初学资料,有很多实例可以参考(Hilbert Huang Transform is very useful beginner information, there are many instances can refer to)
- 2012-08-15 09:40:54下载
- 积分:1
-
OFDM_pulse_compress_nogate
雷达ofdm信号 采用多脉冲发射 利用通信原理中ofdm多载频技术 绝对好用 毕设代码(radar ofdm signal)
- 2021-03-16 22:29:21下载
- 积分:1
-
MATLABgeneratedexefile
matalab生成exe文件的多种方法 很全的啊 可以试试(exe files matalab generated a very wide variety of methods, ah, you can try)
- 2010-02-02 00:17:33下载
- 积分:1
-
convolution
利用一系列代码实现conv函数的功能,计算卷积。figure out an convolution(figure out an convolution)
- 2015-03-15 09:51:58下载
- 积分:1
-
svd
tsvd 截断奇异值分解 相比较奇异值分解,有很好的抗干扰能力(The singular value decomposition of TSVD truncated singular value decomposition has good anti-interference ability.)
- 2021-03-22 22:29:15下载
- 积分: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