代码搜索:DFt

找到约 1,890 项符合「DFt」的源代码

代码结果 1,890
www.eeworm.com/read/432412/8606059

m dft.m

function [Xk] = dft(xn,N) % 计算离散付利叶变换 % ----------------------------------- % [Xk] = dft(xn,N) % Xk = 在0
www.eeworm.com/read/432412/8606392

m dft.m

function [Xk] = dft(xn,N) % 计算离散付利叶变换 % ----------------------------------- % [Xk] = dft(xn,N) % Xk = 在0
www.eeworm.com/read/432368/8608680

doc dft.doc

www.eeworm.com/read/388370/8612479

m dft.m

function [Xk] = dft(xn,N) % Computes Discrete Fourier Transform % ----------------------------------- % [Xk] = dft(xn,N) % Xk = DFT coeff. array over 0
www.eeworm.com/read/287520/8684274

c dft.c

/* dft.c - N-point DFT of length-L real-valued signal */ #include /* complex arithmetic */ void dtftr(); /* DTFT's over a f
www.eeworm.com/read/431013/8713883

c dft.c

/****************************************************** * * file d:\cips\dft.c * * Functions: This file contains * dft *
www.eeworm.com/read/385934/8777767

c dft.c

//DFT.c DFT of N-point from lookup table. Output from watch window #include #include void dft(short *x, short k, int *out); //function prototype #define N 8 //num
www.eeworm.com/read/385934/8777772

pjt dft.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="DFT" ProjectDir="C:\ti\myprojects\DFT\" ProjectType=Executable CPUFamily=TMS320C67X
www.eeworm.com/read/385934/8777779

out dft.out

www.eeworm.com/read/285672/8823907

c dft.c

/* Discrete Fourier Transform and Power Spectrum Calculates Power Spectrum from a Time Series Copyright 1985 Nicholas B. Tufillaro */ #include #include #define PI (3.1415926536) #define