CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - power spectrum in fft

搜索资源列表

  1. fft cepstrum powerspectrum

    0下载:
  2. 自己编写的,1024点快速傅里叶变换、倒频谱分析、功率谱分析及其Applet曲线显示程序源代码。 说明清楚,附有验证使用的数据文件-themselves prepared in 1024 point fast Fourier transform, cepstrum analysis, power spectrum analysis and Applet curve shows the source code. Make it clear with the use of the test data
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6084
    • 提供者:冯瑶
  1. FFT-matlab FT在matlab中的实践分析

    1下载:
  2. FFT在matlab中的实践分析,例子为求一个正弦波的频谱图、均方根谱、功率谱、对数谱和进行IFFT的变换-FFT analysis of the practice in matlab, examples for the sake of a sine wave of frequency spectrum, the rms spectrum, power spectrum, and the IFFT on the number of spectral transformation
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:3475
    • 提供者:andy
  1. FFT

    0下载:
  2. 由已知表达式画出原始波形和它的功率谱,并编制一个互相关函数程序,要求提取特定频率的成分,画出变换过程中的波形和功率谱。-Drawn from the known expression of the original waveform and its power spectrum, and the preparation of a cross-correlation function procedure that requires the extraction of specific freque
  3. 所属分类:Wavelet

    • 发布日期:2017-04-05
    • 文件大小:1733
    • 提供者:亲爱的米娅
  1. emd_example

    0下载:
  2. 关于emd方法的应用,绘制功率谱、FFT频谱、Hibert谱、边际谱等-On emd method, draw the power spectrum, FFT Spectrum in Hilbert spectrum and marginal spectrum
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2232
    • 提供者:江鸿
  1. fft

    0下载:
  2. 本文件包含三个小程序,分别为用fft实现功率谱估计、实现快速卷积和快速相关。对了解fft在c中的编程很有帮助-This document contains three procedures were used to achieve power spectrum estimation fft, fast convolution and fast correlation. Fft to know programming in c in the helpful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:13762
    • 提供者:魏玮
  1. ARMASA_1_9

    0下载:
  2. Features a unique program to estimate the power spectral density. The spectrum containing all significant details is calculated from a time series model. Model type as well as model order are determined automatically from the data, using statistical
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:413109
    • 提供者:Nafiou
  1. MCUAD

    0下载:
  2. 本音频信号分析仪由32位MCU为主控制器,通过AD转换,对音频信号进行采样,把连续信号离散化,然后通过FFT快速傅氏变换运算,在时域和频域对音频信号各个频率分量以及功率等指标进行分析和处理,然后通过高分辨率的LCD对信号的频谱进行显示。该系统能够精确测量的音频信号频率范围为20Hz-10KHz,其幅度范围为5mVpp-5Vpp,分辨力分为20Hz和100Hz两档。测量功率精确度高达1 ,并且能够准确的测量周期信号的周期,是理想的音频信号分析仪的解决方案。-The audio signal ana
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:197941
    • 提供者:zhangying
  1. GaussianClutterPowerSpectrumEstimation

    0下载:
  2. 本程序已被本人整理到WORD文档中,编程语言为MATLAB,程序中首先利用非递归法产生滤波器系数,生成相关高斯杂波,直接对杂波信号作FFT变换,结果取模平方后除以长度N,即可得到杂波的功率谱,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!- This program has been organized into WORD document I, the programming language MATLAB, the program produced the
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3272
    • 提供者:biggirl
  1. meierdaopufadematlabshixian

    0下载:
  2. 对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:13793
    • 提供者:赵欣
  1. fft

    0下载:
  2. FFT algorithms FFT, IFFT, power spectrum calculation, including the Hamming window, Hanning window, triangle window, Blackman window, 4 term Blackman-Harris window of several of the power spectrum window function computing power.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1424
    • 提供者:firdausmustaffa
  1. FFTandTestInBCB

    0下载:
  2. FFT算法用标准C++实现,具有实数FFT变换函数、复数FFT变化函数,以及频谱分析功能。并给出了该算法在C++Builder环境下测试代码。-This file contains a few FFT routines, including a real-FFT routine that is almost twice as fast as a normal complex FFT, and a power spectrum routine when you know you d
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:316668
    • 提供者:lcj
  1. fft

    0下载:
  2. 由32位MCU为主控制器,通过AD转换,对音频信号进行采样,把连续信号离散化,然后通过FFT快速傅氏变换运算,在时域和频域对音频信号各个频率分量以及功率等指标进行分析和处理,然后通过高分辨率的LCD对信号的频谱进行显示。该系统能够精确测量的音频信号频率范围为20Hz-10KHz,其幅度范围为5mVpp-5Vpp,分辨力分为20Hz和100Hz两档。测量功率精确度高达1 ,并且能够准确的测量周期信号的周期,-Main controller by a 32-bit MCU, via the AD c
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:201491
    • 提供者:辉哥
  1. Fftfile-of-EEG

    3下载:
  2. 可以用FFT频谱对脑电信号进行提取。我们可以利用提取出的各个波段脑电信号,来诊断一些脑部疾病或者对大脑组织的电活动及大脑的功能状态进行分析。 1.将实验测得的脑电数据文件转换为文本文件(已经过50Hz陷波), 获得在Matlab 平台上可直接使用的脑电信号数据,即0661.txt。 2.在Matlab中导入数据,并提取Fp1通道的脑电信号,通过FFT变换对α,β,θ,δ波段进行提取,并做FFT逆变换变到时域。 3.计算各个波段的功率谱。-FFT spectrum can be ext
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-13
    • 文件大小:3391537
    • 提供者:nuaa030840105
  1. FFT

    0下载:
  2. 此程序主要是详细给出了在matlab中如何求解信号的fft,包括功率谱,功率谱密度,幅度谱;-This procedure is given in detail how to solve the signal in matlab fft, including power spectrum, power spectral density, amplitude spectrum
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:24902
    • 提供者:冬雪
  1. Voice_frequence

    0下载:
  2. 这是一个利用DSPIC33FJ64MC802芯片进行音频AD采样以及FFT变换(得到功率谱)并将得到的数据进行串口发送的程序。该程序用于一个声音功率谱分析的设计中。 使用时需要配合外围的放大,滤波,加法器,以及电源等其他电路。并结合自编的上位机软件进行显示。 在Microchip给出的FFT函数中,256点FFT变换存在问题,无法得到正常数据。这是由于旋转因子表的错误造成的。本程序已经对其作出了修正。同时在功率谱计算的函数中,也作出了一些优化,在测量较小的幅值时,结果会更加理想。 本
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:447746
    • 提供者:五岳之首
  1. MATLAB.1zip

    0下载:
  2. 用FFT计算信号的功率谱密度时,需要先计算FFT,再计算双边谱密度,然后计算单边谱密度。在matlab里注意FFt要除以采样点数,计算双边谱时要注意除以频率分辨率。 - When calculated using the FFT power spectrum density signal, you need to calculate the FFT, and then calculate the bilateral spectral density, and then calculate
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:2638
    • 提供者:王鹏宇
  1. lvbo

    0下载:
  2. matlab写的信号处理的程序,实现FFT变换,功率谱估计,滤波器滤波,等功能-Programs written in matlab signal processing to achieve an FFT power spectrum estimation, filters filtering, and other functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:35085
    • 提供者:李华
  1. xxx1

    0下载:
  2. 应用matlab,使实测速度数据转化为频域值,采用FFT和非线性最小二乘法进行模拟,在应用相关函数得到功率谱。-Application matlab, so actual speed data into the frequency domain values, simulated using FFT and nonlinear least squares method in the application to obtain the power spectrum correlation func
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:525
    • 提供者:王剑
  1. FFT-and-Power-Spectrum-Units

    0下载:
  2. 基于FFT的测量推导单位以及labview的FFT模拟,. 在频谱单位表中,单击任意函数行的单位(直流)列或单位(频率> 0)列,验证频谱曲线组件与表格内公式的一致性。-FFT-based measurement units, and FFT simulations for labviews. In the Spectrum Units table, click the Units (DC) column or Units (frequency> 0) column of any f
  3. 所属分类:LabView

    • 发布日期:2017-05-04
    • 文件大小:30369
    • 提供者:郑景仁
  1. teechart

    0下载:
  2. 在visual studio 2012的环境下,采用快速傅里叶变换(FFT)对随机信号进行经典功率谱估计,并用MFC编程实现。其中要下载并安装teechart控件实现波形绘制(In the visual studio 2012 environment, the fast Fourier transform (FFT) is used to estimate the classical power spectrum of random signals, and is programmed with
  3. 所属分类:Windows编程

    • 发布日期:2017-12-18
    • 文件大小:627712
    • 提供者:小白_
« 12 »
搜珍网 www.dssz.com