代码搜索:polyphase

找到约 167 项符合「polyphase」的源代码

代码结果 167
www.eeworm.com/read/245377/12801980

m polyphase50.m

function polyphase_50a % demonstration of resampling polyphase filter bank % building filter hh=remez(511,[0 96 160 192*32]/(192*32),[1 1 0 0],[1 13]); hh(1)=hh(2)/4; hh(2)=hh(2)/2; hh(512)=hh(1
www.eeworm.com/read/487121/6515348

m polyphase_deng.m

close all; clear all; clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%---------输入信号------------------------------- N=512; n=0:1:N-1; f1=50; f2=10; f3=500; fs=1400; x1=sin(f1*2*pi*n./fs); % x1=cos(2*pi*n
www.eeworm.com/read/179666/9345651

mdl polyphase16_ok.mdl

Model { Name "polyPhase16_ok" Version 6.3 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" ComputedM
www.eeworm.com/read/414886/2139345

svn-base polyphase.c.svn-base

K 14 svn:executable V 0 END
www.eeworm.com/read/414886/2139375

svn-work polyphase.c.svn-work

K 14 svn:executable V 0 END
www.eeworm.com/read/414886/2139385

svn-base polyphase.c.svn-base

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the file
www.eeworm.com/read/255246/12093322

h polyphas.h

/* FILE : POLYPHAS.H Routines to handle polyphase matrices, a matrix that holds (Laurent) polynomials in z. This implementation only handles 2x2 matrices. (C) C. Valens Created : 14/09
www.eeworm.com/read/255246/12093303

c polyphas.c

/* FILE : POLYPHAS.C Routines to handle polyphase matrices. (C) C. Valens Created : 14/09/1999 Last update : 24/09/1999 */ #include "redir.h" #include "zpoly.h" #include "polyph
www.eeworm.com/read/395749/8155155

m p4pulsecompressiondemo.m

% function P4PulseCompressionDemo % fuxiongjun @ 2006-08-15 clear; close all; cj=sqrt(-1); % P4多相码的产生 m=16; for i=1:m phasevalue (i)=pi/m*(i-1)^2-pi*(i-1); end % module to 2pi re
www.eeworm.com/read/279979/10371653

h src.h

//********************************************************************** // // Filename: src.h //