登录
首页 » matlab » FFT

FFT

于 2009-11-07 发布 文件大小:202KB
0 325
下载积分: 1 下载次数: 59

代码说明:

  脑波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))

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • hmmbox_4_1
    the newer version from HMMbox 3.2 Matlab toolbox for Variational estimation Hidden Markov Models. (Adapted from Hidden Markov Toolbox Version 3.3 01-Apr-99 and Coupled Hidden Markov Toolbox Version 1.1 01-Feb-01 Copyright (c) by Iead Rezek, Oxford University) The software uses some NETLAB routines (see http://neural-server.aston.ac.uk/netlab/index.html so you ll need to have NETLAB on your search path See the file VERSION for what s new in this version. The observation models has so far been implemented are Gaussian, Poisson and Dirichlet
    2009-12-07 05:27:13下载
    积分:1
  • fdtd2d
    Electromagnetic Simulation using FDTD Sullivan书中的二维时域有限差分matlab程序(Dimensional FDTD matlab program! Dimensional FDTD Electromagnetic Simulation using FDTD Sullivan book)
    2013-12-16 12:34:53下载
    积分:1
  • lab2
    lear N = 10^5 EB_NO = [-1:30] liu1 = zeros(1,N) liu2 = zeros(1,N) for ii = 1:length(EB_NO) m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1) s = (1/sqrt(2))*m normalization of energy to 1 n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
    2012-05-17 19:56:56下载
    积分:1
  • AC_DC_SinglePhase.mdl
    AC/DC双向变换器,能够实现能量的双向流动(AC/DC down converter, capable of two-way flow)
    2014-12-15 15:42:42下载
    积分:1
  • filter
    在MATLAB环境下滤除噪声,并对声音进行分析和处理,(Filtering noise in the MATLAB environment, and sound analysis and processing,)
    2015-05-04 21:37:18下载
    积分:1
  • code
    function [r_path, r_cost] = dijkstra(pathS, pathE, transmat) The Dijkstra s algorithm, Implemented by Yi Wang, 2005 This version support detecting _cyclic-paths_
    2009-04-27 19:49:50下载
    积分:1
  • aperfectOFDMsimulationMATLAB
    接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。(Receiver used algorithms and program flow with the sender sends the frame structure of OFDM symbols are. Concrete frame structure and timing estimates, frequency offset estimation, the remaining error tracking algorithm can reference algorithm documentation.)
    2009-12-17 16:47:43下载
    积分:1
  • fenchagonglv
    连续混沌系统函数仿真程序及功率谱、分岔图等仿真程序(Continuous chaotic system function emulator and power spectrum, bifurcation diagram simulation program)
    2013-03-21 20:39:31下载
    积分:1
  • 详细介绍了matlab插值与拟合方法
    详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插 值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例(Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear interpolation Value, Hermite interpolation and cubic spline interpolation and least-squares curve fitting, polynomial fitting method, least squares optimization program has all the appropriate instructions and application examples)
    2013-12-08 20:21:36下载
    积分:1
  • Matlabbasedavelettransforminimagecompressionapplic
    基于Matlab的小波变换在图像压缩中的应用,这是学习资料,主要讲小波变换。(Matlab-based wavelet transform in image compression applications, this is the learning materials, the main speaker of wavelet transform.)
    2009-05-12 11:32:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载