代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/227522/14421671
m pacf.m
function [PARCOR,sig,cil,ciu]= pacf(Z,KMAX);
% Partial Autocorrelation function
% [parcor,sig,cil,ciu] = pacf(Z,N);
%
% Input:
% Z Signal, each row is analysed
% N # of coefficients
% Output:
www.eeworm.com/read/124397/14569762
m durbin.m
function [a,xi,kappa] = durbin(r,M)
% durbin --> Levinson-Durbin Recursion.
%
%
% [a,xi,kappa] = durbin(r,M)
%
%
% The function solves the Toeplitz system of equation
www.eeworm.com/read/223158/14651419
m lpcrf2rr.m
function [rr,ar]=lpcrf2rr(rf,p);
%LPCRR2AR convert reflection coefs to autocorrelation coefs [RR,AR]=(RF,P)
%
% Inputs: rf(:,n+1) reflection coefficients: one row per frame
% p
www.eeworm.com/read/223154/14652451
m pacf.m
function [PARCOR,sig,cil,ciu]= pacf(Z,KMAX);
% Partial Autocorrelation function
% [parcor,sig,cil,ciu] = pacf(Z,N);
%
% Input:
% Z Signal, each row is analysed
% N # of coefficients
% O
www.eeworm.com/read/218840/14904516
m d_rivdl.m
%D_RIVDL HOSA Demo: Adaptive AR parameter estimation - Lattice form
%
echo off
% A. Swami Oct 18, 1997.
% Copyright (c) 1991-2001 by United Signals & Systems, Inc.
% $Revision: 1.7
www.eeworm.com/read/217949/14942588
m fig3_9.m
%
% This file generates the graph shown in Figure 3-9
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/217949/14942590
m ex3_4.m
%
% This file generates the graph for Example 3.4
% "Reflection coefficient representations"
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
www.eeworm.com/read/217949/14942592
m ex3_1.m
%
% This file generates the graph for Example 3.1
% "Reflection coefficient representations"
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
www.eeworm.com/read/217949/14942741
m ex9_15.m
%
% This example follows a similar design as already done in
% Example 9-14, but in addition to the requirements of
% gain and noise figure, a constant VSWRin=1.5 is added
%
% Copyrigh
www.eeworm.com/read/217949/14942754
m ex9_13.m
%
% In this example we plot the constant operating power gain
% circle and choose a load reflection coefficient G_L.
% Based on this G_L the input reflection coefficient is computed
%
%