代码搜索:polyphase
找到约 167 项符合「polyphase」的源代码
代码结果 167
www.eeworm.com/read/418794/10896952
o polyphase.o
www.eeworm.com/read/245374/12802039
m polyphase.m
function filter_ten(flag)
% filter_ten(flag) flag=0 for flat sidelobes, flag=1 for falling sidelobes
hh1=remez(169,[0 40 60 500]/500,[1 1 0 0],[1 100]);
frq=[0 40 60 99 100 149 150 199 200 249 250
www.eeworm.com/read/326313/13148668
m polyphase.m
function P = polyphase(varargin)
% POLYPHASE -- convert matrix polynomial to polyphase form
%
% P = polyphase(P,m,r)
% P = polyphase(P)
%
% If P has type '', both M and R mus
www.eeworm.com/read/132069/5921275
c polyphase.c
/* ***** 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
www.eeworm.com/read/487114/6523716
m polyphase.m
close all
clear all;
clc;
N=512;
M=32;
K=16;
n=1:N;
f1=600;
f2=5;
fs=2000;
t=-1:1/fs:1;
t1=0.2;
t2=0.5;
x1=sin(2*pi*f1*t);
% x2=square(2*pi*f2*t,20);
% x2=sawtooth(2*pi*f2*t,0.5);
www.eeworm.com/read/228652/14371646
m polyphase.m
function P = polyphase(varargin)
% POLYPHASE -- convert matrix polynomial to polyphase form
%
% P = polyphase(P,m,r)
% P = polyphase(P)
%
% If P has type '', both M and R mus
www.eeworm.com/read/164348/5492076
c polyphase.c
/* ***** 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
www.eeworm.com/read/414886/2139402
c polyphase.c
/* ***** 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/387740/8656845
m polyphase_filtering.m
clear all;
clc;
%%%信号的产生
t=0:1/3e6:0.01;
w=2*pi*60.5e6;
x=cos(w*t);
%%%信号的产生结束
fx=fft(x);
afx=abs(fx)/max(abs(fx));
dafx=20*log10(afx);
plot(dafx);
title('frequency domain of the hole signa
www.eeworm.com/read/418794/10896701
bak polyphase.c.bak
/* ***** 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 files incl