Welcome![Sign In][Sign Up]
Location:
Search - dsp dft

Search list

[Other resourceDFT

Description: 开发环境为visual dsp++3.0的复数DFT源码-developd by visual dsp++3.0, DFT code with complex numbers
Platform: | Size: 29429 | Author: 戎军 | Hits:

[Other resourceDFT的计算程序

Description: dsp-c的经典程序(续)-dsp-c classic (continued)
Platform: | Size: 43683 | Author: 梨园 | Hits:

[Other resourceDSP初学者编程参考

Description: 包含AM调制,DFT,256FFT,FIR和IIR,另外包含所需的子文件Surport,程序都比较精炼,特别适合DSP初学者上手
Platform: | Size: 90466 | Author: cj | Hits:

[GDI-BitmapDSP波形的产生

Description: 波形的产生,采样,平移,抽样,及离散傅里叶变换和快速傅里叶变换
Platform: | Size: 2006874 | Author: 659294898 | Hits:

[SourceCode32点离散傅里叶变换

Description: 32点离散傅里叶变换DFT的DSP实现,C语言编码,很好的可移植性和稳定性;对FFT的应用也有一定作用
Platform: | Size: 26933 | Author: homebbs2085@163.com | Hits:

[DSP programDFT

Description: 开发环境为visual dsp++3.0的复数DFT源码-developd by visual dsp++3.0, DFT code with complex numbers
Platform: | Size: 28672 | Author: 戎军 | Hits:

[DSP programDFT的计算程序

Description: dsp-c的经典程序(续)-dsp-c classic (continued)
Platform: | Size: 43008 | Author: 梨园 | Hits:

[OtherDSPPrograms

Description: DSP编程常用函数 double uniform(double a,double b,long int* seed) double gauss(double mean,double sigma,long int *seed) double exponent(double beta,long int *seed) double laplace(double beta,long int* seed) double rayleigh(double sigma,long int *seed) double weibull(double a,double b,long int*seed) int bn(double p,long int*seed) int bin(int n,double p,long int*seed) int poisson(double lambda,long int *seed) void dft(double x[],double y[],double a[],double b[],int n,int sign) void fft(double x[],double y[],int n,int sign)-DSP programming functions commonly used double uniform (a double, double b, long int* seed) double Gauss (double mean, double sigma, long int* seed) double exponent (double beta, long int* seed) double Laplace (double beta,* long int seed) double Rayleigh (double sigma, long int* seed) double Weibull (a double, double b, long int* seed) int bn (double p, long int* seed) int bin (int n, p double, seed long int*) int poisson (double lambda, long int* seed) void dft index (double x [], double y [], [] a double, double b [], int n, int sign) void fft (double x [], double y [], int n, int sign)
Platform: | Size: 2048 | Author: 山城棒棒儿军 | Hits:

[CommunicationDFT_matlab

Description: DSP 的 matlab 仿真,主程序部分,已经通过编译。-DSP Matlab simulation, part of the main program, the compiler has passed.
Platform: | Size: 4096 | Author: 丁聪 | Hits:

[DSP programDFTFFT

Description: DFT/FFT Functions(DFT/FFT程序)属于DSP数值运算经典代码的c源代码-DFT/FFT Functions (DFT/FFT program) is classic DSP numerical computing code c source code
Platform: | Size: 5120 | Author: | Hits:

[DSP programDSP初学者编程参考

Description: 包含AM调制,DFT,256FFT,FIR和IIR,另外包含所需的子文件Surport,程序都比较精炼,特别适合DSP初学者上手-AM modulation includes, DFT, 256FFT, FIR and IIR, the other contains a subset of the required documents Surport, procedures are more refined, especially suitable for beginners to use DSP
Platform: | Size: 90112 | Author: cj | Hits:

[Mathimatics-Numerical algorithmsDSPC

Description: 用C编程实现的一些DSP源程序,包括FFT,DFT等。-Programming with C source code of a number of DSP, including FFT, DFT, etc..
Platform: | Size: 39936 | Author: 周成家 | Hits:

[DSP program20070112018

Description: 一些常见的《数字信号处理》和《信号与系统》的函数和常用公式,例如FFT,DFT变换公式等。-Some common
Platform: | Size: 13765632 | Author: 钱能 | Hits:

[DSP programFourier_filter

Description: 程序包中包括Chebyshev低通滤波器、巴特沃斯模拟低通滤波器、Cholesky分解、DFT算法、FFT算法,可以直接移植到嵌入式系统或DSP中实现。-Package includes Chebyshev low-pass filter, Butterworth low-pass filter simulation, Cholesky decomposition, DFT algorithm, FFT algorithm, can be directly transplanted to the embedded system or DSP to achieve.
Platform: | Size: 4096 | Author: Wen | Hits:

[OtherDSP

Description: DFT 计算 实验步骤: 主界面下进入实验九的“DFT计算”的子实验。 输入取样点数,即有限长序列 x(n) 的长度。 输入信号表达式,或直接输入离散序列。 鼠标单击确定按钮,显示原序列及 DFT 系数的幅度、相位。-DFT calculation of the experimental steps: the main interface into the experimental Kau " DFT calculation of" sub-experiment. Enter the sampling points, that is, finite sequences x (n) length. Expression of the input signal, or directly onto a discrete sequence. Mouse click OK button to display the original sequence and the magnitude of DFT coefficients, phase.
Platform: | Size: 49152 | Author: 高荣 | Hits:

[DSP programDSP_Basic_development_program

Description: 1.DSP基本开发实验(熟悉CCS和DSP基本开发流程) 2.I/O控制实验(获取按键值并驱动LED显示) 3.中断设计实验 4.定时器实验 5.DMA实验 6.McBSP1接口实验 7.DSP/BIOS实验 8.音频Codec芯片AIC23数据采集回放实验 9.离散傅立叶变换DFT 10.无限冲击响应滤波器(IIR)算法实验 11.有限冲击响应滤波器(FIR)算法实验 12.实数快速傅立叶变换(FFT)算法实验 -Basic development 1.DSP Experiment (CCS and DSP are familiar with the basic development process) 2.I/O control experiment (access key value and drives LED display) 3. Interruption experiment 4. 6.McBSP1 timer interface experiment experiment experiment 5.DMA 8 Experimental 7.DSP/BIOS. AIC23 Audio Codec chip experimental data acquisition playback 9. Discrete Fourier Transform DFT 10. infinite impulse response filter (IIR) algorithm experiment 11. finite impulse response filter (FIR) algorithm experiment 12. Real Fast Fourier Transform (FFT) algorithm experiment
Platform: | Size: 1164288 | Author: 于海 | Hits:

[Program docsuniladsplab

Description: Advanced DSP- uniform DFT filter bank
Platform: | Size: 1024 | Author: sunil | Hits:

[DSP programdft

Description: this is really basic starter program for FOURIER TRANSFORM... implemented and cheked on DSP c6713 kit,,, so have fun-this is really basic starter program for FOURIER TRANSFORM... implemented and cheked on DSP c6713 kit,,, so have fun..
Platform: | Size: 1024 | Author: HASSU | Hits:

[DSP programDFT

Description: TMS320F2812 the DSP chip DFT transform routines, for beginners DSP scholars, the code changes introduced in detail the process of DFT
Platform: | Size: 7168 | Author: scssncsss | Hits:

[DSP programdsp__FFT-DFT

Description: 邹彦《DSP原理与应用》,配套 的汇编语言的源程序。基本的加减法,乘法,FFT变换,FIR滤波器,IIR滤波器,定时器等 -Zou Yan " DSP theory and applications" , supporting the assembly language of the source. Basic addition and subtraction, multiplication, FFT transforms, FIR filters, IIR filters, timers, etc.
Platform: | Size: 48128 | Author: 陈名 | Hits:
« 12 3 4 »

CodeBus www.codebus.net