搜索资源列表
TI 54x fft
- DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和
数据结构上机实习
- 数据结构上机实验 实验题目:两个有序循环链表合并成一个有序循环链表 实验题目:欧洲地图最短路径 实验题目:稀疏矩阵基本运算及转置 实验题目: 已给定先序构造一棵二叉树的算法,请你完成其余部分,包括先序、中序、后序遍历 二叉树并打印出来。先序序列建立二叉树的顺序读入字符为A B C Ф Ф D E Ф G Ф Ф F Ф Ф Ф,注意输入时Ф用空格代替。 实验题目:复数抽象数据类型的实现
cmplx
- 复数加减乘除运算的程序,程序较简单,使用于初学者。-complex arithmetic operations procedure is relatively simple, beginners to use.
fft1_code
- FFT的C语言程序,对于复数蝶型运算的C语言程序实现。-FFT C language program for computing complex BUTTERFLY C language program.
55555555Complex
- 复数操作运算,没有解压密抹-complex computing operations, no secret extract clean
ccmulVHDL
- vhdl语言编写的复数乘法运算器原代码,采用定点运算,并将复数乘法转为实数运算。-VHDL language in the plural multiplication with the original code using fixed-point computation. will the plural multiplication to real operations.
fushu
- 一些小程序,简单查看信息。可以计算复数的运算。-some small procedures, a simple check information. Calculating the plural arithmetic.
fushu
- 关于复数的运算的算法,例如复数乘除还有复数正弦的作图的算法-on the complex arithmetic algorithm, for example, there are complex multiplication and division complex mapping of the sinusoidal Algorithm
ComplexCalculator
- 复数类,封装了复数的所有运算-plural categories, a complex package of all Operational
fsys
- 这是复数的加减法运算源代码.使用C++在VC环境中实现.-This is the plural of addition and subtraction operations source. The use of C in the VC environment to achieve.
complex_calculate
- 本程序新建complex类,并将数学库里的“+”“-”“*”“/”符号运算进行重载,使其适用范围从实数扩展至复数。-the new complex procedures category, Mathematics, 13-17 and the """-""*""/" symbol for heavy computation, from the scope of the application is extended
fushusizeyunsuan
- 此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告-this procedure prepared by the C language, the major function of the complex, plus or minus, multiplication, addition to the operator, Key figures from the 1, 2, 3 and 4 instead. Includes de
C++matrix
- C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
simpleComplex
- java初学时的一个练习题,实现复数的加减乘除以及求模求俯角的运算。-java novice when a practice that, the realization of complex arithmetic and the angle of depression for the modular arithmetic.
operator_Complex
- c++ 操作符重载示例,实现复数的相加运算和赋值-c operator overloading example, the realization of complex arithmetic calculations and the sum of assignment
Ex-05
- MATLAB小程序:关于MATLAB中整数\\浮点数\\复数的运算-small MATLAB : MATLAB on integer \\ float \\ complex arithmetic
ComplexOperation
- 复数的加减乘除运算,实现起来教简单。很容易看懂的-plural of the arithmetic calculations, to realize the simple up. Very easy to understand the.
ScientificProAndNumbeAlgorithm(VC++Ver)
- 本源码是书籍《科学工程与数值算法VC++版》自带光盘的源码,丰富的数学运算,包括复数,方城求根,数值积分
complexApp_lab1
- 复数运算器,我自己写的,提供复数加法 减法的运算功能
ccomplex
- 用于求解复数的加减乘除和求模运算,是用VC做的