代码搜索:如何学习 FFt?
找到约 10,000 项符合「如何学习 FFt?」的源代码
代码结果 10,000
www.eeworm.com/read/382603/9017019
v fft.v
module sequential__adder(a, b, sum, clock);
parameter width = 1;
input [width-1:0] a;
input [width-1:0] b;
input clock;
output [width-1:0] sum;
reg [width-1:0] sum;
always @(posedge
www.eeworm.com/read/283423/9021905
fft_test
www.eeworm.com/read/283277/9031743
c fft.c
#include
#include
#include
#define PI 3.14159265358979323846
struct COMPLEX
{
float re;
float im;
} cplx , * Hfield , * S , * R , * w;
www.eeworm.com/read/382392/9032188
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\dsp6106\FFT\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool=
www.eeworm.com/read/382392/9032189
obj fft.obj
www.eeworm.com/read/382392/9032198
map fft.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.70
******************************************************
www.eeworm.com/read/382392/9032200
paf fft.paf
www.eeworm.com/read/382392/9032209
out fft.out
www.eeworm.com/read/382392/9032216
c fft.c
#include "math.h"
#include "stdio.h"
int N=16;
int r=4;
int i,j=1,k=0,l,m,a,b,c;
float R1,R2,I1,I2,pi=3.1415926;
float x_real[16];
www.eeworm.com/read/382392/9032219
mak fft.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames