代码搜索:Decimation

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

代码结果 613
www.eeworm.com/read/365707/9850343

txt readme_frac_resampler_dn_v2.txt

The fractional downsampler design in SysGen 9.1i is a fully parallel implementation of a fractional downsampler. The implementation has been designed in a general way so that it can be targeted to th
www.eeworm.com/read/362612/9989161

m multiratewebinar_oct2005_english.m

%% Design of Multistage Decimators % This demo shows how to get progressively more efficient designs for % decimators given a set of design specifications. We start with a % single-section polyphase d
www.eeworm.com/read/457973/7314845

m multiratewebinar_oct2005_english.m

%% Design of Multistage Decimators % This demo shows how to get progressively more efficient designs for % decimators given a set of design specifications. We start with a % single-section polyphase d
www.eeworm.com/read/268284/11145497

txt readme_frac_resampler_dn_v2.txt

The fractional downsampler design in SysGen 9.1i is a fully parallel implementation of a fractional downsampler. The implementation has been designed in a general way so that it can be targeted to th
www.eeworm.com/read/141297/5773549

h gr_sync_decimator.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/386856/8722953

m wcdmareceivefilter.m

function y=WCDMAReceiveFilter(IncomingSignal,PulseShape,SamplesPerChip) %******************************************************************************* %function y=WCDMAReceiveFilter(IncomingSignal
www.eeworm.com/read/184964/9063041

m wcdmareceivefilter.m

function y=WCDMAReceiveFilter(IncomingSignal,PulseShape,SamplesPerChip) %******************************************************************************* %function y=WCDMAReceiveFilter(IncomingSignal
www.eeworm.com/read/184529/9095686

m wcdmareceivefilter.m

function y=WCDMAReceiveFilter(IncomingSignal,PulseShape,SamplesPerChip) %******************************************************************************* %function y=WCDMAReceiveFilter(IncomingSignal
www.eeworm.com/read/373595/9448995

c gen.c

/* Implementation of general genetic algorithms */ #include "defs.h" #include "gen.h" #include "ind.h" /* Parameter Handling */ #define DEFMUTATE 60 #define DEFNMUTATE AUTO #define DEFCOPY 0 #def
www.eeworm.com/read/176500/9495754

m getfactors.m

function DecimationFactors = GetFactors(M,n) % The function GetFactors finds all possible decimation factors for % 2-, 3-, and 4-stage decimation. M is the % overall decimation factor and n is t