搜索资源列表
ditfft&dft
- 用MATLAB语言编写的基2 DIT FFT子程序& 用简单的速度很低的方法计算DFT-using MATLAB prepared by the two-DIT FFT routines
FFT
- 基2-FFT算法的Matlab代码的实现。其中有一个子程序可以用Matlab内部的程序来实现,以提高程序的运算速度。
libsvm-2.88.rar
- LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。,LIBSVM is林智仁Taiwan Univ
libsvm-2.89.zip
- LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。 2.89版本是09年刚更新的一个版本。,LIBSVM
DIT_FFT_2
- 用matlab实现基2时间抽取快速傅里叶变换fft-Base 2 with matlab time taken to achieve the fast Fourier transform fft
fft
- fft算法的具体实现,应用基2法实现,有比较好的实验结果。-fft concrete realization of the algorithm, the application base 2 method achieved a relatively good results.
fft
- 设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。-Design is taken in accordance with the time radix-2 fast Fourier transform the (base 2FFT-DIT). Enter the inversion sequence, the output of the natural order.
exp2_FFT_DIT
- 设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。-To design a time of extraction according to the base 2 Fast Fourier Transform (base 2FFT-DIT). Input inversion sequence, the output natural order.
ditfftbasedonmatlab
- 在matlab中实现时间抽取基2 FFT算法-Matlab achieve in the time taken from the base 2 FFT algorithm
myfft
- 用于计算fft的MATLAB程序,采用时间提取的基2算法,计算N点的FFT,程序中会自动将N部位2的n次方个点-Used to calculate the fft of the MATLAB program, using the time base 2 extraction algorithm, calculation of N point FFT, the program will automatically N parts of two of the n-th power points
ff
- 基2按时间抽取的FFT算法编程实验 matlab-Radix-2 extracted by time FFT algorithm for programming experiment
my_fft
- fft的matlab编程实现,能够进行2的整数次幂的点数的fft运算,采用基2算法-fft in matlab programming, can be integral power of 2 points in the fft computation algorithm using radix-2
123
- 用C或者matlab编写基2 FFT快速算法,输入点数是2的幂次方,序列视作既包含实部也包含虚部。要求一个函数计可以做正变换,也可以做反变换。编写输入序列,先进行正反向变换,得到离散频谱,再将离散频谱加载到输入端进行验证,从输出端获取序列,和原来的序列进行比较,看看是否相等。序列可随意设为2的幂次项!-Written by C or matlab base 2 FFT fast algorithm, the input power of 2 points is the sequence incl
t_2_fft
- 在MATLAB环境中,利用简单的加法和乘法实现基2时间抽取的FFT变换,并且能够计算出峰值点的最大值,数据点数为2的整数次幂。学习程序有利于对FFT变换的理解,以及在单片机环境或者是DSP环境中编写FFT变换C语言程序。-In the MATLAB environment, using simple addition and multiplication of time taken to achieve the base 2 FFT transform, and can calculate th
fft_my
- 本程序对输入序列din实现DIT——FFT基2算法,点数取大于等于din长度的2的幂次-The program realization of the input sequence din DIT- FFT radix-2 algorithm, din length greater than or equal points to take a power of 2
ji2-fft
- 通过基2 实现fft变换 可自定义输入变量 带有详细注释-Achieved through the radix-2 fft transform the input variables can be customized with detailed notes
FFT_DIT
- 一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。-A time taken by the base 2 fast Fourier transform (base 2FFT-DIT). Enter the inversion sequence, the output of natural order.
fft
- Matlab的FFT算法程序 里面有基2时间抽取的FFT 还有基2频率抽取的FFT -Matlab' s FFT algorithm which has taken the time base 2 radix-2 FFT have taken the FFT frequency
基2—fft算法软件实现
- 用所学过的编程语言,自行设计出一个按时间抽取的、输入倒位序、输出顺序的基-2 FFT 算法程序。要求用户的输入输出接口为可视化的界面。 (1)简述实验目的及原理; (2)画出程序流程框图; (3)主要给出实验内容的程序(要求程序模块化并加注释)。