代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/317833/13495899
m latcfilt.m
function [y] = latcfilt(K,x)
% LATTICE form realization of FIR filters
% ---------------------------------------
% y = latcfilt(K,x)
% y = output sequence
% K = LATTICE filter (reflection) co
www.eeworm.com/read/315751/13536810
m nfig.m
% nfig.m - noise figure of two-port
%
% Usage: F = nfig(Fmin, rn, gGopt, gG);
%
% Fmin = minimum noise figure in dB
% rn = normalized noise resistance Rn/Z0
% gGopt = optimum source reflecti
www.eeworm.com/read/315751/13536831
m chebtr2.m
% chebtr2.m - Chebyshev design of broadband reflectionless quarter-wave transformer
%
% Usage: [n,a,b,A] = chebtr2(na,nb,M,DF)
%
% na,nb = refractive indices of left and right media
% M = num
www.eeworm.com/read/315751/13536908
m chebtr3.m
% chebtr3.m - Chebyshev design of broadband reflectionless quarter-wave transformer
%
% Usage: [n,a,b,DF] = chebtr3(na,nb,M,A)
%
% na,nb = refractive indices of left and right media
% M = num
www.eeworm.com/read/310972/13638945
cs loader.cs
using System;
using System.Reflection;
// entry point for the user's Psharp application.
namespace JJC.Psharp.Lang {
class Loader {
static void Main(string[] args) {
// args = new stri
www.eeworm.com/read/310862/13642236
cs microsoft.jscript.cs
//$si$ virtual
////////////////////////////////////////////////////////////////
// File Microsoft.JScript.dll:
// Global functions
//-------------------------------------------------------
/
www.eeworm.com/read/309106/13682275
h reflections.h
/*************************************************************************
Copyright (c) 1992-2007 The University of Tennessee. All rights reserved.
Contributors:
* Sergey Bochkanov (ALGLIB
www.eeworm.com/read/304001/13805048
m d_k1.m
%compute the No.1 reflection coefficient
function k=d_k1(p)
k=-p(10);
for n=1:9
j=11-n;
for i=1:j-1
pp(i)=(p(i)-k*p(j-i))/(1-k^2); %overflow
end
p=pp;
k=-p(j-1);
end
www.eeworm.com/read/303512/13813875
m nfig.m
% nfig.m - noise figure of two-port
%
% Usage: F = nfig(Fmin, rn, gGopt, gG);
%
% Fmin = minimum noise figure in dB
% rn = normalized noise resistance Rn/Z0
% gGopt = optimum source reflecti
www.eeworm.com/read/303512/13813896
m chebtr2.m
% chebtr2.m - Chebyshev design of broadband reflectionless quarter-wave transformer
%
% Usage: [n,a,b,A] = chebtr2(na,nb,M,DF)
%
% na,nb = refractive indices of left and right media
% M = num