代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/310212/13654614
m poly2rc.m
function k = poly2rc( a )
%POLY2RC Compute reflection coefficients from polynomial coefficients.
% K = POLY2RC(A) finds the reflection coefficients of the lattice
% structure of discrete filter
www.eeworm.com/read/305575/13765515
m dmat.m
function[x]=dmat(N)
%DMAT 2-D unit reflection matrix.
%
% D=DMAT returns the unit reflection matrix
%
% D=[0 1;
% 1 0]
%
% such that D*X exchanges the first and second elements of
www.eeworm.com/read/303512/13813868
m gout.m
% gout.m - output reflection coefficient in terms of S-parameters
%
% Usage: gamma = gout(S,gG)
%
% S = 2x2 S-matrix
% gG = generator reflection coefficient
%
% gamma = output reflection coef
www.eeworm.com/read/303512/13813899
m frwrec.m
% frwrec.m - order-increasing forward layer recursion - from r to A,B
%
% Usage: [A,B] = frwrec(r)
%
% r = reflection coefficients = [r(1),...,r(M+1)], M = number of layers
% A,B = (M+1)x(M+1) ma
www.eeworm.com/read/303512/13813901
m bkwrec.m
% bkwrec.m - order-decreasing backward layer recursion - from a,b to r
%
% Usage: [r,A,B] = bkwrec(a,b)
%
% a,b = order-M reflection polynomials, M = number of layers
%
% r = reflection coeffici
www.eeworm.com/read/303512/13813908
m gprop.m
% gprop.m - reflection coefficient propagation
%
% --------|-------------|----------
% generator Gamma1 l Gamma2 load
% --------|-------------|----------
%
%
www.eeworm.com/read/303512/13813938
m gin.m
% gin.m - input reflection coefficient in terms of S-parameters
%
% Usage: gamma = gin(S,gL)
%
% S = 2x2 S-matrix
% gL = load reflection coefficient
%
% gamma = input reflection coefficient
www.eeworm.com/read/477400/6734264
cs program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using System.Reflection;
namespace GLT.SqlCopy
{
static class Program
{
///
www.eeworm.com/read/347029/11704909
pov wiz with gray marble.pov
// Info-Zip WiZ splash screen, using POV-RAY 3.01 by Mike White
#include "colors.inc"
#include "stones.inc"
camera {
location
look_at
angle 16
}
light_source
www.eeworm.com/read/154209/11983029
m poly2rc.m
function k = poly2rc( a )
%POLY2RC Compute reflection coefficients from polynomial coefficients.
% K = POLY2RC(A) finds the reflection coefficients of the lattice
% structure of discrete filter