代码搜索:Decimation

找到约 613 项符合「Decimation」的源代码

代码结果 613
www.eeworm.com/read/141297/5773223

h gr_fir_filter_ccc.h

/* -*- c++ -*- */ /* * Copyright 2004 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/291752/8399625

cpp dit_nipo_t.cpp

//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // File = dit_nipo_T.cpp // // Decimation-In-Time FFT // // Naturally-ordered Input / Scrambled Output // #includ
www.eeworm.com/read/406421/11442716

cpp dit_sino.cpp

//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // File = dit_sino.cpp // // Decimation-In-Time FFT // // Scrambled Input / Naturally-ordered Output // #include
www.eeworm.com/read/126084/14446428

txt readme.txt

multirate_algs.zip ================== Synopsis -------- This package provides C functions to implement the multirate DSP operations of decimation, interpolation, and resampling, and includes
www.eeworm.com/read/266640/11216489

inc bldc_data.inc

;This file is used for defining the variables and compile time options ;This file should be included in all .asm/.c files ;Author : Padmaraja Yedamale ;Version: V1.1 include "P18F4431.inc"
www.eeworm.com/read/129633/14235351

cpp fft.cpp

/*********************************************************************** FFT_FREQ.C - SOURCE CODE FOR DISCRETE FOURIER TRANSFORM FUNCTIONS fft In-place radix 2 decimation in time FFT ifft
www.eeworm.com/read/333952/12651026

f fft2f.f

! Fast Fourier/Cosine/Sine Transform ! dimension :one ! data length :power of 2 ! decimation :frequency ! radix :2 ! data :inplace ! table :not use
www.eeworm.com/read/132772/14073849

c ditr2fft_fixpt_intr.c

/************************************************************************************ * ditr2fft_fixpt_intr.c - Fix-point complex radix-2 decimation-in-time FFT algorithm *
www.eeworm.com/read/291752/8399475

cpp dit_pino_t.cpp

//====================================================== // // File = dit_pino_T.cpp // // Decimation-In-Time FFT // // Permuteded Input / Naturally-ordered Output // #include #
www.eeworm.com/read/352751/7101473

c fft2f.c

/* Fast Fourier/Cosine/Sine Transform dimension :one data length :power of 2 decimation :frequency radix :2 data :inplace table :not use functions