代码搜索:polyphase
找到约 167 项符合「polyphase」的源代码
代码结果 167
www.eeworm.com/read/244333/12871941
m submatchfilter.m
function mPolyphase=SubMatchFilter(tPolyphase,Row)
%this function is used to generate the polyphase components of the match filter in fmt system
%Input argument:tPolyphase——the the polyphase compone
www.eeworm.com/read/242797/12985001
hsmicro
#!/bin/sh
SOX=`which sox`
HSTEST=`which hstest`
if [ -z "$HSTEST" ]
then
HSTEST="./hstest"
fi
if [ -z "$1" ]
then
echo -e "Usage:\n\thsmicro [channel]"
exit
fi
BDADDR=$1
CHANNEL=$2
$H
www.eeworm.com/read/326313/13148492
m test_mw.m
% TEST_MW -- test the subroutines in the mw directory
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State University, Ames, IA 50011.
% This software m
www.eeworm.com/read/326313/13148646
m symbol.m
function H = symbol(varargin)
% SYMBOL -- convert matrix polynomial to symbol
%
% H = symbol(P,m,r)
% H = symbol(P)
%
% If P has type '', both M and R must be given.
% This r
www.eeworm.com/read/343458/11947317
hsmicro
#!/bin/sh
SOX=`which sox`
HSTEST=`which hstest`
if [ -z "$HSTEST" ]
then
HSTEST="./hstest"
fi
if [ -z "$1" ]
then
echo -e "Usage:\n\thsmicro [channel]"
exit
fi
BDADDR=$1
CHANNEL=$2
$H
www.eeworm.com/read/149770/12351208
h src_441to48.h
//Include file for 44.1KHz to 48KHz. Greatest Common Denominator (GCD) = 147/160.
#define HALFB 0 // Half band flag
#define NUPST 2 // Number of up stages
#define PVTFL 1 // Pivot
www.eeworm.com/read/149770/12351209
h src_48to441.h
//Include file for 48KHz to 44.1KHz. Greatest Common Denominator (GCD) = 160/147.
#define HALFB 0 // Half band flag
#define NUPST 0 // Number of up stages
#define PVTFL 1 // Pivot
www.eeworm.com/read/149770/12351400
h src_32to2205.h
//Include file for 32KHz to 22050Hz. Greatest Common Denominator (GCD) = 640/441.
#define HALFB 0 // Half band flag
#define NUPST 0 // Number of up stages
#define PVTFL 1 // Pivot
www.eeworm.com/read/149770/12351402
h src_32to441.h
//Include file for 32KHz to 44100Hz. Greatest Common Denominator (GCD) = 320/441.
#define HALFB 0 // Half band flag
#define NUPST 0 // Number of up stages
#define PVTFL 1 // Pivot
www.eeworm.com/read/149770/12351405
h src_48to441.h
//Include file for 48KHz to 44.1KHz. Greatest Common Denominator (GCD) = 160/147.
#define HALFB 0 // Half band flag
#define NUPST 0 // Number of up stages
#define PVTFL 1 // Pivot