搜索资源列表
base2fft
- 定点基2-FFT及执行时间测试代码。可以手工输入数据,也可以从文件读入。 文档中含有测试说明和代码。-sentinel-2-FFT execution time and test code. Can manually input data, but also from the file into. Documents containing descr iptions and test code.
a6(2)
- 定义毕业生类,继承了大学生类和研究生类的成员,另外新增毕业学校、毕业时间、就业单位属性;学生类中增加一属性:学生获奖情况(提示:获奖情况可能有多个,最好使用聚合类) 基本要求:定义毕业生类的构造函数和析构函数,通过构造函数初始化各基类和聚合类成员; 高级要求:定义重载构造函数,能通过键盘输入数据,调用不同的构造函数进行
C++程序设计语言实验四
- 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”; b) 析构函数也输出id值并且输出“it is bein
fft
- 设计一个按照时间抽取的基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 of natural order。
DIT2FFT
- 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.
s
- 数据库的文件,能 够很好的实现数据库系统的功能。Liang个人主页 >> 文章 >> 电大学生 >> 例子... ...影音 留言 电大学生 VB教程 系统安全 ASP 例子---仓库管理系统 作者: 佚名 来源:NET/DXZM 点击:143 时间:2004-3-2 编辑:admin 本系统是一套基 于C/S...趋于合理。 3.物品支持代码, 中文, 五笔码, 拼音-Database files, can achieve a good database s
FFT
- 自己编写的一个基2时间分解的FFT,程序实现了基2的时间序列从时域到频域的转换。希望对大家有用-I have written the time of a radix-2 decomposition of the FFT, program implementation of the base 2 of the time series from time domain to frequency domain conversion. Want to be useful to everyone
myfft
- 基于matlab的编程实现基2时间抽取的FFT源算法,程序简单实用。-2 time programming based algorithm for extraction of the FFT source
q
- 实现基2时域频域抽取fft算法,可输出运算后所得复序列的模值序列,并可记录显示计算所用时间-Achieve base 2 fft algorithm frequency domain extraction can be obtained after computing the output sequence of modulus of complex sequences can be used in the calculation time, records show
23
- 2.某出版系统发行图书和磁带,利用继承设计管理出版物的类。要求如下:建立一个基类Publication存储出版物的标题title、出版物名称name、单价price及出版日期date。用Book类和Tape类分别管理图书和磁带,它们都从Publication类派生。Book类具有保存图书页数的数据成员page,Tape类具有保存播放时间的数据成员playtime。每个类都有构造函数、析构函数,且都有用于从键盘获取数据的成员函数inputData(),用于显示数据的成员函数display()。-2
fft_2_time
- 实现按时间抽取基-2FFT 可自动补0至N点,N为2的幂-By the time taken to achieve the base-2FFT
fft2_ifft2
- 实现基2时间分裂2维快速傅里叶变换程序代码,测试通过。-VC++ code for two-dimmentional Fourier Transform.
fft
- 自己编写的FFT基2 MATLAB程序,其中包括换位以及旋转因子变化,调试通过,和matlab自带程序时间等都差不多-Write your own FFT-based 2 MATLAB program, including changes in transposition and twiddle factor debugging through time and matlab own procedures and so almost
FFT
- 按时间抽取的基-2快速傅里叶变换(FFT)C语言程序-Time taken by-2 Fast Fourier Transform (FFT) C language program
fft_console
- 2D-基2 时间抽取 fft变换,visual c++ 控制台程序,实现2维矩阵的fft变换-fft transform
fft
- 基于DSP2812的FFT自编源程序 位倒序 基2-时间抽取 蝶形算法-The source DSP2812 FFT-based self
FFT
- 这个代码利用时间抽取算法,编写基2点的快速傅立叶变换(FFT)程序。-This code takes advantage of the time extraction algorithm, written in base 2:00 Fast Fourier Transform (FFT) program.
2.2
- 某出版系统发行图书和磁带,利用继承设计管理出版物的类。要求如下:建立一个基类Publication存储出版物的标题title、出版物名称name、单价price及出版日期date。用Book类和Tape类分别管理图书和磁带,它们都从Publication类派生。Book类具有保存图书页数的数据成员page,Tape类具有保存播放时间的数据成员playtime。每个类都有构造函数、析构函数,且都有用于从键盘获取数据的成员函数inputData(),用于显示数据的成员函数display()。-A p
DIT2FFT
- 在VC++中实现基2时间抽取的FFT(快速傅里叶变换)算法.-In VC++ In time taken to achieve the base 2 of the FFT (Fast Fourier Transform) algorithm.
FFTorIFFT_MATLAB
- FFT和IFFT的MATLAB实现代码 用时间抽取的基2快速傅里叶变换实现序列卷积 对利用自编函数对信号进行DFT变换 对利用自编函数对信号进行DFT反变换-FFT IFFT dft