CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - fft 频谱

搜索资源列表

  1. FFT_win

    0下载:
  2. 实现2维FFT变换,并显示中心化的频谱图。要求:图像长宽必须是2的整数幂次。-Achieve 2-D FFT, and display the center of the spectrum. Requirements: image length and width must be a power of 2 times.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:30991
    • 提供者:joshua
  1. fft_Matlab

    0下载:
  2. Matlab编程实现FFT变换及频谱分析的程序代码-Matlab Programming FFT transform and spectral analysis of the program code
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1410
    • 提供者:sun
  1. wavefiltering

    0下载:
  2. 运用FFT对信号进行滤波,将频率为8-15Hz的波滤除,绘出滤波前后的振幅频谱以及滤波后的时间域信号-using FFT for wave filtering,
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:799
    • 提供者:刘戈
  1. 51

    0下载:
  2. 每0.001采集1个数据,前150个数据全为零,然后采集到20个为1的数据,之后又采集到50个为零的数据,对上述数据进行数字FFT分析,然后给出源信号与频谱信号的图-0.001 per 1 data collection, the first 150 data all zero, then the collected data from 20 to 1, followed by 50 zero collected data on the number of FFT analysis of the
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:3366
    • 提供者:李龙
  1. pinpufenxi

    0下载:
  2. 在matlab下实现信号频谱分析:利用快速付里叶变换FFT得到下列信号的频谱,并绘制信号及频图形:1.长2s的方波信号,频率f=10Hz -In matlab signal spectrum analysis: the fast in leaf transform FFT get pay of spectrum, the signal and drew the signal and frequency graphics: 1. The long 2s, frequency f = squar
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:46865
    • 提供者:王荣
  1. spectrum-analysis-program-

    0下载:
  2. 这是自己编写的频谱分析程序,不需要调用FFT,直接调用本程序即可,毕业设计的一部分,绝对运行没问题且效果好-This is the spectrum analysis program to write your own, do not call the FFT, you can directly call the program, part of the design school is absolutely no problem and the effective operation
  3. 所属分类:Wavelet

    • 发布日期:2017-03-30
    • 文件大小:1972
    • 提供者:晓晓
  1. fftfenxi

    0下载:
  2. 短时傅里叶变换 快速傅里叶变换对音频信号处理 频谱分析-fast fft
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:2456
    • 提供者:fangxujun
  1. FrequencySpectrumTest

    0下载:
  2. 分析宽带信号频谱,应用fft变换,使用matlab进行分析-analyze the frequency spectrum of signals in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1666
    • 提供者:林林
  1. 28781075Fourierbianhuajifanbianhuan

    0下载:
  2. 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-This is a FFT
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:1611
    • 提供者:罗聪
  1. 2-DFFT

    0下载:
  2. 该实验的目的是开发一个 2-D FFT程序包。要求程序能完成下面的功能: (a) 用因子 (-1)x+y 乘以输入图像,以实现滤波的中心化变换; (b) 用一个实矩阵乘以一个复数矩阵,即用实矩阵中的元素同时乘以复数矩阵对应位置上的复数的实部与虚部。 可以通过调用两个图像的乘法程序来实现对应元素的相乘; (c) 计算反付立叶变换; (d) 结果乘以 (-1)x+y ,并取其实部; (e) 计算频谱。 -The purpose of this ex
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:574694
    • 提供者:张亚丽
  1. Square-wave

    0下载:
  2. matlab 实现傅里叶变换 fs FT DFS DFT FFT 以及余弦函数的抽样 离散傅里叶变换 频谱 函数叠加后的傅里叶变换 频谱 -matlab to achieve the Fourier transform fs FT DFS DFT FFT and cosine functions sampling discrete Fourier transform the spectrum of the Fourier transform of the spectrum function su
  3. 所属分类:Graph Drawing

    • 发布日期:2017-10-30
    • 文件大小:5984
    • 提供者:陈雪
  1. lab3

    0下载:
  2. 编写16点基4-FFT算法的MATLAB程序(studentname.m文件)。 产生16点输入序列x,算出16点频谱序列X,用stem(X)显示频谱图形。-4-FFT algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:2721
    • 提供者:hankexin
  1. bpskd

    1下载:
  2. 使用matlab实现的BPSK信号产生和加入噪声前后的频谱对比以及FFT测频和一阶差分法测频对比-Using matlab to achieve the BPSK signal generator and adding noise before and after the spectrum contrast and FFT frequency measurement and first-order differential method to measure the frequency cont
  3. 所属分类:Wavelet

    • 发布日期:2017-11-18
    • 文件大小:972
    • 提供者:钟圣唯
  1. windowfilter

    2下载:
  2. 采集一段语音信号,分别用矩形窗、汉纳窗、汉明窗、布莱克曼窗对采集的原始语音信号进行窗宽为N 的加窗FFT变换,得到利用不同窗函数对语音信号进行加窗FFT变换后的信号频谱图。观察不同窗函数的加窗效果,分析窗函数的适用情况。-Collecting a voice signal, respectively, with a rectangular window, Hanna window, Hamming window, Blackman window on the original speech s
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1769
    • 提供者:白元
  1. FFTbianhuan

    0下载:
  2. 对已知的以为数据进行FFT变换,得到数据的频谱图,进而可分析出幅值和相角。-Known that the data FFT, the frequency spectrum of the data, which can be analyzed magnitude and phase angle.
  3. 所属分类:Wavelet

    • 发布日期:2017-11-14
    • 文件大小:894
    • 提供者:田倩
  1. mydraw_time_frequency_domain

    0下载:
  2. 方便的同时绘制信号的时域图和频谱图的帮助函数,自编的,支持灵活的参数格式,有示例文件供参考。-a convenient help function plot time domain and freq domain(use FFT) figure at the same time,huge reference from the periodogram() function.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:11640
    • 提供者:
  1. digital

    0下载:
  2. 实现离轴变换再现算法!离轴全息再现有零级像干扰,高通滤波,滤掉不必要的成分,对离轴全息图进行FFT,等到全息图的频谱分布- Off-axis transformation algorithm to achieve reproduction! Off-axis holographic reproduction zero level as interference, high pass filter, filter out unwanted ingredients, off-axis holog
  3. 所属分类:Wavelet

    • 发布日期:2017-05-27
    • 文件大小:9923112
    • 提供者:路粮户
  1. FourierTransform

    0下载:
  2. 对图像进行二维快速傅立叶变换及傅立叶反变换,并输出图像的频谱图和相位图-Consult a reference book for Fast Fourier Transform (FFT), and then develop a program that can compute and display the two-dimensional Discrete Fourier Transform (amplitude and phase spectra) of a digital image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:77900
    • 提供者:hengliangz
  1. discrete-Fourier-transform

    0下载:
  2. 1、用Matlab产生正弦波,矩形波,并显示各自的时域波形图; 2、进行FFT变换,显示各自频谱图,其中采样率、频率、数据长度自选,要求注明; 3、绘制三种信号的均方根图谱; 4、用IFFT回复信号,并显示恢复的正弦信号时域波形图。 -1, using Matlab to generate sine wave, square wave, and shows the respective time-domain waveform 2, FFT transform, disp
  3. 所属分类:Wavelet

    • 发布日期:2017-03-29
    • 文件大小:79893
    • 提供者:谢明
  1. 1

    4下载:
  2. 2.利用FFT对信号进行谱分析 对于连续信号xa(t)=cos(2πf1t) +5cos(2πf2t) +cos(2πf3t) ,其中f1=6.5kHz, f2=7kHz, f3=9kHz, 以采样频率fs=32 kHz对其进行采样, (1)对xa(t) 信号采集16点样本,分别作16点和补零到256点的FFT,并分别绘出对应的幅频特性曲线。 (2)对xa(t)信号采集256点样本,分别作256点和512点的FFT,并分别绘出对应的幅频特性曲线。 (3)比较(1)和(2)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:33228
    • 提供者:李闯
« 1 2 34 »
搜珍网 www.dssz.com