代码搜索:Decimation
找到约 613 项符合「Decimation」的源代码
代码结果 613
www.eeworm.com/read/333952/12650999
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
www.eeworm.com/read/333952/12651006
f fft4f.f
! Fast Fourier/Cosine/Sine Transform
! dimension :one
! data length :power of 2
! decimation :frequency
! radix :4, 2
! data :inplace
! table :use
www.eeworm.com/read/132772/14073786
c ditr2fft.c
/****************************************************************************
* ditr2fft.c - Floating-point complex radix-2 decimation-in-time FFT
* Perform in place FFT, the outp
www.eeworm.com/read/141297/5773114
cc gr_freq_xlating_fir_filter_scc.cc
/* -*- c++ -*- */
/*
* Copyright 2003 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/141297/5773134
cc gr_freq_xlating_fir_filter_fcc.cc
/* -*- c++ -*- */
/*
* Copyright 2003 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/141297/5773159
cc gr_freq_xlating_fir_filter_ccf.cc
/* -*- c++ -*- */
/*
* Copyright 2003 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/141297/5773248
cc gr_freq_xlating_fir_filter_fcf.cc
/* -*- c++ -*- */
/*
* Copyright 2003 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/141297/5773264
cc gr_freq_xlating_fir_filter_scf.cc
/* -*- c++ -*- */
/*
* Copyright 2003 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/141297/5773273
cc gr_freq_xlating_fir_filter_ccc.cc
/* -*- c++ -*- */
/*
* Copyright 2003 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/284911/8883708
f fftsg.f
! Fast Fourier/Cosine/Sine Transform
! dimension :one
! data length :power of 2
! decimation :frequency
! radix :split-radix
! data :inplace
! table :use