代码搜索:Decimation
找到约 613 项符合「Decimation」的源代码
代码结果 613
www.eeworm.com/read/176500/9495673
m prog9b1.m
%
% m-file to illustrate simple interpolation and
% decimation operations (Program 9B.1, p641)
% File name: prog9b1.m
% An Illustration of interpolation by a factor of 4
%
Fs=1000;
www.eeworm.com/read/169910/9833117
c fft_a.c
/*
fft_a.c - Radix 2 decimation in time FFT
Using C55x C intrinsics to perform in place FFT,
the output overwrite the input array
*/
#include "icomplex.h"
#include
www.eeworm.com/read/168454/9912351
m prog9b1.m
%
% m-file to illustrate simple interpolation and
% decimation operations (Program 9B.1, p641)
% File name: prog9b1.m
% An Illustration of interpolation by a factor of 4
%
Fs=1000;
www.eeworm.com/read/167781/9952798
m program_10_5.m
% Program 10_5
% Illustration of Decimation Process
%
clf;
N = input('Length of input signal = ');
M = input('Down-sampling factor = ');
f1 = input('Frequency of first sinusoid = ');
f2 = input
www.eeworm.com/read/165851/10049037
m program_10_5.m
% Program 10_5
% Illustration of Decimation Process
%
clf;
N = input('Length of input signal = ');
M = input('Down-sampling factor = ');
f1 = input('Frequency of first sinusoid = ');
f2 = input
www.eeworm.com/read/357506/10208342
m program_13_5.m
% Program 13_5
% Illustration of Decimation Process
%
clf;
N = input('Length of input signal = ');
M = input('Down-sampling factor = ');
f1 = input('Frequency of first sinusoid = ');
f2 = input
www.eeworm.com/read/416230/11037414
m program_13_5.m
% Program 13_5
% Illustration of Decimation Process
%
clf;
N = input('Length of input signal = ');
M = input('Down-sampling factor = ');
f1 = input('Frequency of first sinusoid = ');
f2 = input
www.eeworm.com/read/296134/7103002
c fft_a.c
/*
fft_a.c - Radix 2 decimation in time FFT
Using C55x C intrinsics to perform in place FFT,
the output overwrite the input array
*/
#include "icomplex.h"
#include
www.eeworm.com/read/457222/7331517
c fft_a.c
/*
fft_a.c - Radix 2 decimation in time FFT
Using C55x C intrinsics to perform in place FFT,
the output overwrite the input array
*/
#include "icomplex.h"
#include
www.eeworm.com/read/199778/7823000
m program_10_5.m
% Program 10_5
% Illustration of Decimation Process
%
clf;
N = input('Length of input signal = ');
M = input('Down-sampling factor = ');
f1 = input('Frequency of first sinusoid = ');
f2 = input