搜索资源列表
ChapterXonthetestmachine(be)
- 第十章 上机实验(定)实验一 系统响应及系统稳定性。 实验二 时域采样与频域采样。 实验三 用FFT对信号作频谱分析。 实验四 IIR数字滤波器设计及软件实现。 实验五 FIR数字滤波器设计与软件实现 实验六 应用实验——数字信号处理在双音多频拨号系统中的应用 -Chapter X on the test machine (be)
pipeilvbo
- 匹配滤波器的实现。主要是通过fft变化使输出自相关最大,在通过滤波器。-Matched filter implementation. Mainly through changes in the output autocorrelation fft the largest through the filter.
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
The-discrete-Fourier-transform
- 介绍了离散傅里叶变换的原理,DFT,FFT,的相关内容,最后介绍的数字滤波器的原理及分类-Describes the discrete Fourier transform theory, DFT, FFT, relevant content, finally introduced the principle of the digital filter and classification
digital-signal-processing--matlab
- matlab下的数字信号处理程序的示例,包括 信号、系统和系统响应 用FFT进行信号的频谱分析 窗函数法设计FIR滤波器 IIR滤波器的实现等- examples of digital signal processing, including under matlab signal, the system and the system response signal using the FFT spectral analysis window FIR filter design funct
pmffft.pdf
- 采用匹配滤波器和FFT结合的伪码捕获方案-Matched filter and FFT using a combination of pseudo-code acquisition scheme
rectangular
- 信号经fft变换后通过一个矩形窗滤波器,再通过ifft变换到时域-After the signal is converted by a fft rectangular window filter, and then transformed into the time domain by ifft
New-Reference-Generation
- 一篇介绍关于利用FFT检测谐波的有源电力滤波器,做的很完善-An introduction on the use of FFT harmonic detection APF, made perfect
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
SPPP3.0PUserPGuide
- SP++3.0手册,C++库的信号处理库,包括信号产生,FFT,滤波器设计,频谱分析,小波变换-SP++ 3.0 Manual, C++ library signal processing including signal generation, FFT, filter design, spectrum analysis, wavelet transform
F28335-DSP-
- 张掌柜讲F28335系列之CCS4.2 数字信号处理实验(FFT、FIR、IIR、自适应滤波器) - 副本-Zhang treasurer speak CCS4.2 F28335 Series Digital Signal Processing Experiment (FFT, FIR, IIR, the adaptive filter)- copy
the-new-method-of-msk-emodulation
- MSK解调的新方法,除了差分解调,复数滤波器解调,提出了一种基于MSK信号特殊点FFT的实部或虚部比较判决的方法来实现MSK信号的数字解调。-MSK new method of demodulation, in addition to the differential demodulation, complex filter demodulation, this paper proposes a special point FFT based on MSK signal of real or i
DSP
- MATLAB软件平台下,利用函数wavread对语音信号进行采样,记住采样频率和采样点数; 2)画出语音信号的时域波形,对采样后的语音进行fft变换,得到信号的频谱特性;对语音信号分别加入正弦噪声和白噪声,画出加噪信号的时域波形和频谱图; 3)根据对加噪语音信号谱分析结果,确定滤除噪声滤波器的技术指标,设计合适的数字滤波器,并画出滤波器的频域响应; 4)用所设计的滤波器对加噪的信号进行滤波,在同一个窗口画出滤波前后信号的时域图和频谱图,对滤波前后的信号进行对比,分析信号变化; -