代码搜索:Decimation
找到约 613 项符合「Decimation」的源代码
代码结果 613
www.eeworm.com/read/176500/9495746
txt prog9b2.txt
%
% m-file to illustrate simple interpolation and
% decimation operations (Program 9B.2, p644).
% File name: prog9b2.m
% An Illustration of sampling rate changes using upfirdn by a factor of
www.eeworm.com/read/169910/9833142
c fft_float.c
/*
fft_float.c - Floating-point complex radix-2 decimation-in-time FFT
Perform in place FFT the output overwrite the input array
*/
#include "fcomplex.h" /* floating-point complex.
www.eeworm.com/read/168454/9912374
m prog9b3.m
%
% m-file to illustrate simple interpolation and
% decimation operations (Program 9B.2, p644).
% File name: prog9b3.m
% An Illustration of sampling rate changes using upfirdn by a factor of
www.eeworm.com/read/168454/9912426
txt prog9b2.txt
%
% m-file to illustrate simple interpolation and
% decimation operations (Program 9B.2, p644).
% File name: prog9b2.m
% An Illustration of sampling rate changes using upfirdn by a factor of
www.eeworm.com/read/296134/7103018
c fft_float.c
/*
fft_float.c - Floating-point complex radix-2 decimation-in-time FFT
Perform in place FFT the output overwrite the input array
*/
#include "fcomplex.h" /* floating-point complex.
www.eeworm.com/read/318888/13467723
c fft_float.c
/*
fft_float.c - Floating-point complex radix-2 decimation-in-time FFT
Perform in place FFT the output overwrite the input array
*/
#include "fcomplex.h" /* floating-point complex.
www.eeworm.com/read/126757/6314978
c fft_float.c
/*
fft_float.c - Floating-point complex radix-2 decimation-in-time FFT
Perform in place FFT the output overwrite the input array
*/
#include "fcomplex.h" /* floating-point complex.
www.eeworm.com/read/478810/6703722
m fftsp.m
%
% Computes the fft of vector X
% Using split-radix FFT algorithm, time decimation Programmed by
% F.PATIN aka YOV408
%
function [Y] = fftsp(X)
N = length(X);
if (N==1)
Y = X;
www.eeworm.com/read/478814/6703735
m fftsp.m
%
% Computes the fft of vector X
% Using split-radix FFT algorithm, time decimation Programmed by
% F.PATIN aka YOV408
%
function [Y] = fftsp(X)
N = length(X);
if (N==1)
Y = X;
www.eeworm.com/read/264747/11302923
m prog9b3.m
%
% m-file to illustrate simple interpolation and
% decimation operations (Program 9B.2, p644).
% File name: prog9b3.m
% An Illustration of sampling rate changes using upfirdn by a factor of