代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/378919/9212973
m omatch.m
% OMATCH Provides VSWR, reflection coefficient and input impedance
% for a omega matching structure.
%
% [VSWR, RHO, ZIN] = OMATCH(LD,LG,AD,AG,D,Cs,Cp,F,ZD)
%
% LD and
www.eeworm.com/read/378919/9212980
m tmatch.m
% TMATCH Provides VSWR, reflection coefficient and input impedance
% for a T matching structure.
%
% [VSWR, RHO, ZIN] = TMATCH(LD,LT,AD,AT,D,C,F,ZD)
%
% LD and LT are t
www.eeworm.com/read/372550/9503853
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/372037/9523944
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/175308/9552758
ex-18-02
// Example 18-02: Using Reflection
public static void Main()
{
MyMath mm = new MyMath();
Console.WriteLine("Calling DoFunc(7). Result: {0}",
mm.DoFunc1(7));
// get the me
www.eeworm.com/read/371440/9553266
vb client.vb
Imports System
Imports System.Reflection
Module MyClient
Sub Main()
Dim a As Reflection.Assembly = Reflection.Assembly.LoadFrom("C:\\MyDLL.dll")
' Get the type names from the assembly.
'Dim T
www.eeworm.com/read/365161/9876535
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/168924/9888045
c lp_anal.c
#include "main.h"
#include "showdata.h"
#include
#include
#include
#include "lp_anal.h"
#include "pctolsf.h"
#include "bwexp.h"
#include "celp_sup.h"
#include "code_lsf.h
www.eeworm.com/read/168924/9888149
c lp_anal.c
#include "main.h"
#include "showdata.h"
#include
#include
#include
#include "lp_anal.h"
#include "pctolsf.h"
#include "bwexp.h"
#include "celp_sup.h"
#include "code_lsf.h
www.eeworm.com/read/360606/10085075
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