搜索资源列表
fft
- 一个快速傅里叶变换的实例。通过快速傅里叶变换实现信号的频率幅值等信息。-Examples of a fast Fourier transform. Fast Fourier transform by the frequency of the signal amplitude and other information.
eg-fft
- fft1.用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图 2.进行FFT变换,显示各自频谱图,其中采样率,频率、数据长度自选 3.做出上述三种信号的均方根图谱,功率图谱,以及对数均方根图谱 4.用IFFT傅立叶反变换恢复信号,并显示恢复的正弦信号时域波形图-fft1. Using Matlab generated sine wave, rectangular wave, as well as the white noise signal, and displa
STC12C5410AD-based-on-the-DDS-signal-generator
- 内容:包含原程序代码和protel99格式的原理图。 工作模式:扫频、点频、跳频。 实现功能:液晶显示频率值、工作模式。 硬件资源:STC12C5410AD、ad9850、LCD12232F。-Content: contains the original program code and schematics protel99 format. Working modes: Sweep, point-frequency, frequency hopping. Implementatio
PowerSpectrumEstimatebasedonFFT
- 通过FFT算法在DSP中的实现,深刻理解数字频率与模拟频率的对应关系,结合仿真与DSP实现分析FFT的频率分辨率。-Through the FFT algorithm in the DSP in the realization of a deep understanding of digital and analog frequency corresponds to the relationship between frequency, combined with simulation and
Analysis_of_channel_estimation_methods_for_OFDMA.
- OFDMA, Orthogonal Frequency Division Multiple Access is a broad band communication method. Here channel estimation is more crucial. Based on the FFT size used for OFDM transmission method that many number of channel co-efficients are to be estimated
OFDM
- orthogonality frequency division multiplexing
ex6-1
- The Zoom-FFT is a process where an input signal is mixed down to baseband and then decimated, prior to passing it into a standard FFT. The advantage is for example that if you have a sample rate of 10 MHz and require at least 10Hz resolution over a s
highpassfilter
- 问题是高切滤波或低通滤波,如果采用硬件实现,速度最快,但是现在计算机速度这么快,硬件实现起来相对麻烦,成本高,且灵活性性差, 软件实现相对方便多了,具体体的操作步骤如下(频率域) 先对数据作正FFT,再对变换后的频域数据乘以滤波因子,滤波因子的选择有理想高通、巴特沃斯高通、指数高通、梯形高通,一般选择梯形高通滤波因子,具体原因你可从数字信号处理的书上找到,,接下来将数据再作逆FFT就是了,还有就是在空间域作滤波,这里有一个带同滤波的程序的程序,你可参考一下,(将低切参数设为零就是
File
- 一种应用于多带正交频分复用超宽带的IFFT/FFT处理器,不错哦,推荐大家-A kind used in multi-band orthogonal frequency division multiplexing UWB IFFT/FFT processor, yes Oh, recommended we look at
Filter-based_single-carrier_frequency_domain_equal
- 研究了基于滤波器组的单载波频域均衡技术的基本原理和实现方法,通过系统对比基于滤波器组的方法与基于FFT方法的异同之处,从其产生的机理上阐明了基于滤波器组的单载波频域均衡技术能够克服FFT 方式的主要缺点的原因-Of filter-based single-carrier frequency domain equalization technology, the basic principle and method, through the system, filter-based approa
FFT-sinusoidal-signal-frequency-
- 插值快速傅里叶变换FFT估计正弦信号频率的精度分析-Interpolated fast Fourier transform FFT to estimate the accuracy of the sinusoidal signal frequency analysis
FFT1
- 几种基于快速傅里叶变换FFT的频率估计方法精度分析-Several fast Fourier transform FFT frequency estimation method accuracy analysis
Composite-frequency-design
- 本文介绍了一种复合信号测量系统,该系统基于TMS320F2808实现,用来检测和重建复合频率信号中的主次信号。该系统由计算模块、重建模块和通讯模块组成。为了能在实时运行中自适应地确定采样频率,我们采取了“eCAP+AD”的方法,eCAP模块记录下整形后的复合信号的上升沿过零点时间值并估计出主频率,从而使系统能自动地选取合适的采样频率完成AD采样过程。系统采用了4096点的FFT算法,能够实现高达0.25Hz的频率分辨率,相对分辨率达到0.05 。-This paper introduces a
fft
- 对变形的条纹图像进行傅立叶变换得到二维频谱图并提取基频-Fourier transform in deformation stripes image two-dimensional spectrum and extract the fundamental frequency
fft
- 一种基于傅氏算法的高精度测频方法,电力系统常用到的,很经典的文档。-A high-precision frequency measurement method based on Fourier algorithm, power system commonly used, is a classic document.
fft--hunpin
- 频谱混叠的情况及原因,:当周期T一定时,抽样频率越大,其采样的时间间隔越短,图像越逼真-Aliasing circumstances and reasons: when the period T is constant, the larger the sampling frequency, the sampling interval shorter, more lifelike images
signal_procesing
- 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir滤波器窗函数wn idealfilter 理想滤波器(低通,高通,带通)hdn
signal_procesing2014
- 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir滤波器窗函数wn idealfilter 理想滤波器(低通,高通,带通)hdn
frequency-refined-analysis
- 该文章讲述了FFT变换的局限性,提出了用chirp-z变换改进的方法,并比较了其效果。-This article describes the limitations of FFT transform, a method using chirp-z transform improved, and compared its effects.
FPGA-DESIGN-OF-A-HARDWARE-EFFICIENT-PIPELINED-FFT
- The digital wideband receiver is a critical component in modern digital receivers. The receiver has the capability to expose and distinguish adverse signals contained within a large bandwidth (on the order of 1 GHz or more) of the radio frequency (RF