代码搜索:Decimation
找到约 613 项符合「Decimation」的源代码
代码结果 613
www.eeworm.com/read/435244/1865331
h coef24to8.h
//
// Project: Experiment 4.5.5 Decimation using FIR filter - Chapter 4
// File name: coef24to8.h
//
// Description: This is the filter coefficient file for a 3:1 decimasion FIR filter
//
www.eeworm.com/read/435244/1865332
h coef48to24.h
//
// Project: Experiment 4.5.5 Decimation using FIR filter - Chapter 4
// File name: coef48to24.h
//
// Description: This is the filter coefficient file for a 2:1 decimasion FIR filter
//
www.eeworm.com/read/435244/1865354
asm decimate.asm
;
; Project: Experiment 4.5.8 Implementation of sample rate convertor in real-time - Chapter 4
; File name: decimate.asm
;
; Description: This is the C55x implementation of the decimation filt
www.eeworm.com/read/351309/10659102
m lyonpassiveear.m
function y=LyonPassiveEar(x,sr,df,earQ,stepfactor,differ,agcf,taufactor)
% y=LyonPassiveEar(input, sample_rate, decimation, earQ, stepfactor);
%
% Changes
% Zeroed out the preemphasis channels before
www.eeworm.com/read/310212/13654674
m intfilt.m
function [h,a]=intfilt(R,L,alpha,type);
%INTFILT Interpolation (and Decimation) FIR Filter Design
% B = INTFILT(R,L,ALPHA) designs a linear phase FIR filter which, when
% used on a sequence in
www.eeworm.com/read/154209/11983195
m intfilt.m
function [h,a]=intfilt(R,L,alpha,type);
%INTFILT Interpolation (and Decimation) FIR Filter Design
% B = INTFILT(R,L,ALPHA) designs a linear phase FIR filter which, when
% used on a sequence in
www.eeworm.com/read/270715/11029113
m cicdecimation.m
%-------cic decimation filter
%-------time :2007-12-06
%-------name : Wanyiping
%----R ratio change factor
%----M delay order of comb filter
%----N cascade stages num.
function data_ou
www.eeworm.com/read/297143/8050633
m colfilter.m
function Y = colfilter(X, h)
% function Y = colfilter(X, h)
% Filter the columns of image X using filter vector h, without decimation.
% If length(h) is odd, each output sample is aligned with each
www.eeworm.com/read/237367/8626674
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/180485/9305435
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