搜索资源列表
MASM-fft
- 汇编语言的FFT算法。速度还比较快,网络上好像还有更快的FT变换算法。-assembly language FFT algorithm. Relatively fast speed, the network seems to be faster on the FT algorithm.
mutipath
- 一个多径信道仿真程序。其主程序为: Jakes_filter.m 产生信道多普勒功率谱形状 linear_fft.m作fft变换,并作相应平移。 linear_psd.m分析信号的psd qpsk_berest.m产生qpsk信号 random_binary产生随机信号源-a multi-path channel simulation program. Its main program : Jakes_filter.m have access Doppler power sp
ga_cpp
- 用遗传算法求解FT、LA问题的源程序,非常具有参考价值!-genetic algorithm FT, the source LA, and is quite useful!
ft
- 快速傅立叶的变换-the Fast Fourier Transform
DFT
- 信号与系统试验报告 离散傅立叶变换(DFT)和频谱分析 一、实验内容 1、实验题目 (1)编写DFT、IDFT程序,并验证其正确性(提示:可利用冲激函数进行验证)。 (2)计算信号f(t)=e-at2sin(2∏ft)的离散傅立叶变换(DFT),求其振幅谱,相位谱、振幅最大值对应的频谱(检测主频)以及对发f(t)进行DFT变换的结果实现IDFT变换,并画出图形。 参数选择如下:频率f =30HZ,a=f 2㏑(M),M=2.5 2、通过实验理解信号振幅谱、相位谱
FFT-matlab FT在matlab中的实践分析
- 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
zfft
- FFT+FT连续细化傅立叶变换分析校正法 还请各位多多指教。 参考自丁康老师《离散频谱校正技术》 -FFT+ FT for Fourier transform analysis of detailed correction method is also called upon the exhibitions. Ding Kang reference from the teacher, " Discrete Spectrum Correction"
D12R1
- FFT(快速傅立叶变换)的算法实现-FFT (Fast Fourier Transform) algorithm
DFT
- 题目:离散富立叶变换(DFT)和频谱分析.matlab实现 1信号函数h(t)= e-a*t*tsin(2πft)2编程计算的离散富立叶变换(DFT)和IDFT图像。3计算振幅谱,相位谱以及检测信号主频-Title: Discrete Fourier Transform (DFT) and spectral analysis. Matlab function to achieve a signal h (t) = ea* t* tsin (2πft) 2 programming computin
maltab
- 相关分析与卷积运算 。matlab 实现。 信号函数为x(t)=(1-|t|/T)[u(t+T)-u(t-T)],h(t)= e-a*t*tsin(2πft)-Correlation analysis with the convolution operation. matlab achieve. Signal function x (t) = (1- | t |/T) [u (t+ T)-u (tT)], h (t) = ea* t* tsin (2πft)
ft-series
- FT-series of Software verification.
FT
- 用FT法实现相关函数快速估计程序.包括c,for几种格式。-FT method used to achieve rapid estimation procedures related function.
LL(1)
- LL(1)语法分析1、实现LL(1)分析中控制程序(表驱动程序); 2、完成以下描述算术表达式的LL(1)文法的LL(1)分析程序。 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-LL (1) syntax analysis 1, the realization of LL (1) Analysis of control procedures (table-driven procedure
ftoa.c
- This a fast floating point to string conversion function. Avoids the use of unsafe sprintf function. Works with float and double types. Correctly manages +inf, -inf, nnan (not a number).-This is a fast floating point to string conversion function. Av
DTI_version_1b
- traightforward Diffusion MRI (DTI) and Fiber Tracking (FT) functions and examples. DTI.m, will calculate the Apparent Diffusion Coefficient(ADC), fractional anistropy (FA), and diffusion tensor field, of a DTI datasets consisting of at least 6 d
ftdi_ft232_drive
- usb232驱动高校毕业生就业,教育部等相关部门2009年出台了多项措施。一是加大促进就业工作力度,形成长效机制。二是扩大各类项目吸纳高校毕业生的规模。三是积极开辟高校毕业生就业的新渠道,探索实施大学生社区就业计划、农村基层卫生人才服务计划等就业项目。四是大力推进高校毕业生自主创业,出台鼓励自主创业的新政策。五是全面提升毕业生就业指导服务水平,加强职业发展与就业指导课程建设,不断提-usb232 driven employment of college graduates, the Minist
FT
- DSP入门:在MATLAB中应用傅里叶变换分析信号频谱-DSP basis: Implement fourier transform to analysis signals spectrum with MATLAB
Determine-the-FT-of-sequence-x
- Determine the FT of sequence x(n)=R4(n) by Matlab, and plot the figure -Determine the FT of sequence x (n) = R4 (n) by Matlab, and plot the figure
FT
- 用matlab实现的FT算法,用于显著性检测。可能对您做显著性检测对比算法有帮助-Using MATLAB to achieve the FT algorithm for saliency detection. May be useful for you to do more contrast detection algorithm
hht;ft;fft;实例
- 文件中包含hht、ft、fft的信号去噪代码,对初学者可以认真考虑和下载使用,能够运用到实例中,效果很不错。