fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform
标签: complex-to-complex and imaginary computes
上传时间: 2016-09-17
上传用户:ljt101007
This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform
标签: complex-to-complex and imaginary computes
上传时间: 2013-12-18
上传用户:huql11633
To convert ar filter to complex cepstrum CC
标签: cepstrum convert complex filter
上传时间: 2014-01-08
上传用户:英雄
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
A MATLAB program has been written to investigate Orthogonal Frequency Division Multiplexing (OFDM) communication systems. This program is valuable for future researchers simulating systems that are too theoretically complex to analyze. Single-carrier QAM and multicarrier OFDM are compared to demonstrate the strength of OFDM in multipath channels. Two graphical user interface demonstrations show some of the basic concepts of OFDM.
标签: Multiplexing investigate Orthogonal Frequency
上传时间: 2013-12-09
上传用户:redmoons
This introduction covers the fundamentals of VHDL as applied to Complex ProgrammableLogic Devices (CPLDs). Specifically included are those design practices that translate soundlyto CPLDs, permitting designers to use the best features of this powerful language to extractoptimum performance for CPLD designs.
上传时间: 2013-11-21
上传用户:gtf1207
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
标签: processing character Although involves
上传时间: 2014-01-19
上传用户:爱死爱死
Dear Reader, this book project brings to you a unique study tool for ESD protection solutions used in analog-integrated circuit (IC) design. Quick-start learning is combined with in-depth understanding for the whole spectrum of cross- disciplinary knowledge required to excel in the ESD field. The chapters cover technical material from elementary semiconductor structure and device levels up to complex analog circuit design examples and case studies.
标签: Circuits Design Analog ESD for
上传时间: 2020-06-05
上传用户:shancjb
Describe the differences between the Java Swing to SWT. Give a complex example to explain how to transform the Swing codes to SWT code.
标签: differences the Describe to
上传时间: 2013-12-30
上传用户:小草123
Subroutine MCHOLSK :To solves a hermitian positive definite set of complex linear simultaneous equations (AX=B) using the Cholesky decomposition method.
标签: simultaneous Subroutine hermitian definite
上传时间: 2014-08-25
上传用户:windwolf2000