CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - signal transform

搜索资源列表

  1. code.tar

    0下载:
  2. 快速傅立叶变换程序代码,学信号的同学,可要注意了-Fast Fourier Transform code, the students learn signal, I must remind the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:294695
    • 提供者:陈sir
  1. rwdrcoef

    0下载:
  2. 程序算任意点FFT和小波变换,以及可选择多种小波及小波变换后的单频带重够,另算信号的Lipschitz指数,高级数字信号处理!-counting procedures arbitrary point FFT and Wavelet Transform, and the choice of multiple wavelet and the wavelet transform of a single-band heavy enough, and another count signal Lipsch
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3128
    • 提供者:Sword
  1. specpt

    0下载:
  2. 信号傅立叶变换的幅度图和频谱图的示例 信号傅立叶变换的幅度图和频谱图的示例-signal Fourier transform spectrum range map and the map of the signal sample rate Fourier Transform map and the map of the sample spectrum
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3486
    • 提供者:杨磊
  1. cforifft

    0下载:
  2. 离散快速傅立叶变换的源代码,适合于数字信号处理的应用-discrete Fast Fourier Transform source code, which is suitable for digital signal processing applications
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17430
    • 提供者:huanghua
  1. hilbertCSharp

    3下载:
  2. C#编写的离散傅立叶变换程序及希尔伯特变换程序,希尔伯特变换对于信号变换有重要意义。该程序通过验证,效果理想。-prepared by the discrete Fourier transform procedures and Hilbert transform procedures, Hilbert transform for signal conversion, it is of great significance. The procedure validated, the results
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1345
    • 提供者:詹华
  1. 实数据快速傅立叶变换算法

    1下载:
  2. 傅立叶变换是信号处理时最常用的算法之一,实现时域与频域之间的转换,对人们研究各种信号非常有用,本程序利用VC实现快速傅立叶变换算法-Fourier transform signal processing is the most commonly used algorithm, achieving time-domain and frequency domain between the conversion of the people look very useful signal, the pr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7542
    • 提供者:孙汶
  1. siginalprosessing.zip

    1下载:
  2. 这是一个数字信号处理的函数库,包括FFT变换各种滤波算法如果你要编写数字信号处理相关的程序这是个不错的选择,This is a digital signal processing library, including all kinds of filtering algorithm FFT transform you to be prepared if the digital signal processing-related procedures This is a good choice
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:43991
    • 提供者:drwate
  1. fft.rar

    0下载:
  2. 基于vc编写的正弦信号的傅立叶变换程序,并计算其功率。,Vc prepared based on sinusoidal signal Fourier transform process, and calculate its power.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3928654
    • 提供者:Mr zhang
  1. FFT

    4下载:
  2. 利用FFT估计正弦信号的频率,要估计一个叠加了高斯白噪声的正弦信号 的频率 ,可以通过对x(n)做傅里叶变换,得到频谱图,找出幅度的最大值对应的频率值 ,进行多次变换,求出均方误差 。改变信噪比SNR,通过仿真可以得出随着信噪比增加,均方误差减小。-Sinusoidal signal using FFT frequency estimation, to estimate a Gaussian white noise superimposed on the frequency of sinusoi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1195
    • 提供者:云卷云舒
  1. FreqzPhase

    3下载:
  2. 对信号进傅里叶变换,得到振幅谱和相位谱,并可画出振幅谱和相位谱。-The signal into the Fourier transform, the amplitude spectrum and phase spectrum and amplitude spectrum and phase draw spectrum.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-29
    • 文件大小:869
    • 提供者:zd
  1. dit_fft

    1下载:
  2. 本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。-This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circula
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:735232
    • 提供者:yangshoping
  1. report

    0下载:
  2. 实现快速傅里叶变换,运算速度为Nlog2N 只能用于有2^n 个样本的信号-Fast Fourier transform, computation speed can only be used for Nlog2N there are 2 ^ n signal samples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:473154
    • 提供者:zhangmeng
  1. fft2

    0下载:
  2. fft变换程序,信号和数据处理用的,相当有用。-fft transform procedures, signal and data processing use, and very useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1105
    • 提供者:abao
  1. discretefft

    0下载:
  2. 产生60hz和150hz带噪声的信号源,并用傅立叶变换方法查找主频信号。-Have 60hz and 150hz band noise signal source, and Fourier transform method to find the signal frequency.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:81689
    • 提供者:胡燕
  1. myWave_Fft

    0下载:
  2. 自制软件,实现频谱分析。能显示信号与频谱图。主要是对正弦信号和三角波进行一维FFT变换,得到频谱图。-Self-made software, the realization of spectral analysis. Showing the signal and frequency spectrum. Mainly sinusoidal signal and triangular wave transform one-dimensional FFT, the frequency spectrum
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:147965
    • 提供者:王小勇
  1. Fft

    0下载:
  2. 这是用C语言实现数字信号处理中的FFT变换的代码。。可以很方便的进行快速傅里叶变换-This is the C language used digital signal processing FFT transform the code. . Can be very convenient to carry out fast Fourier transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1296
    • 提供者:郭韬
  1. zzt003

    0下载:
  2. 这是一个完整的使用C语言编写的对数值信号进行FFT变换的程序,可以参考。-This is a complete C language using the logarithm of the FFT signal transform procedure can refer to.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4256630
    • 提供者:张兆亭
  1. FFT_CODE

    0下载:
  2. This code calculs the Fast Fourier Transform of a array of integer. Its a very fast algoritm to transform a signal to frequence domain.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3526
    • 提供者:Renan Fagundes
  1. Signal-time-domain-analysis

    0下载:
  2. 信号的时域分析:包括连续小波分析,vigner-will分析,短时傅里叶变换等。-Time domain analysis: including the continuous wavelet analysis, vigner-will analysis, short time Fourier transform.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:8941
    • 提供者:mlh
  1. Fast-Fourier-Transform

    0下载:
  2. 有了傅立叶变换,我们可以从信号的频域特征去分析信号。尤其在无线通信系统 中,傅里叶变换的重要性就更加明显了,无论是设计者还是测试工程师,在工作中都会和傅立叶变换打交道。-With the Fourier transform, we can go to analyze signals the frequency domain characteristics of the signal. Especially in a wireless communication system, the impo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:317767
    • 提供者:毛巴马
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com