代码搜索:rfft

找到约 466 项符合「rfft」的源代码

代码结果 466
www.eeworm.com/read/191079/8433976

h rfft.h

// // spectral toolkit // copyright (c) 2005 university corporation for atmospheric research // licensed under the gnu general public license // #ifndef __rfft__ #define __rfft__ #include "spectral
www.eeworm.com/read/191079/8434009

cpp rfft.cpp

// // spectral toolkit // copyright (c) 2005 university corporation for atmospheric research // licensed under the gnu general public license // #include "rfft.h" using namespace spectral; /// Rea
www.eeworm.com/read/290312/8490141

cmd rfft.cmd

/******************************************************************************** * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/290312/8490142

obj rfft.obj

www.eeworm.com/read/290312/8490153

asm rfft.asm

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/430762/8729080

txt rfft.txt

function y=rfft(x,n,d) %RFFT Calculate the DFT of real data Y=(X,N,D) % Data is truncated/padded to length N if specified. % N even: (N+2)/2 points are returned with % the fir
www.eeworm.com/read/181107/9273865

cmd rfft.cmd

/******************************************************************************** * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/181107/9273866

obj rfft.obj

www.eeworm.com/read/181107/9273878

asm rfft.asm

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/372550/9503967

m rfft.m

function y=rfft(x,n) %RFFT FFT of real data Y=(X,N) % Data is truncated/padded to length N if specified. % N even: (N+2)/2 points are returned with % the first and last being real % N