代码搜索:reflection
找到约 10,000 项符合「reflection」的源代码
代码结果 10,000
www.eeworm.com/read/458661/7291922
m r2n.m
% r2n.m - reflection coefficients to refractive indices of M-layer structure
%
% Usage: n = r2n(r)
%
% r = reflection coefficients = [r(1),...,r(M+1)]
% n = refractive indices = [na,n(1),...,n(M)
www.eeworm.com/read/458661/7291951
m n2r.m
% n2r.m - refractive indices to reflection coefficients of M-layer structure
%
% Usage: r = n2r(n)
%
% n = refractive indices = [na,n(1),...,n(M),nb]
% r = reflection coefficients = [r(1),...,r(
www.eeworm.com/read/449348/7508624
cs system.cs
//$si$ virtual
////////////////////////////////////////////////////////////////
// File System.dll:
// Global functions
//-------------------------------------------------------
// Global fi
www.eeworm.com/read/449348/7508629
cs custommarshalers.cs
//$si$ virtual
////////////////////////////////////////////////////////////////
// File CustomMarshalers.dll:
// Global functions
//-------------------------------------------------------
Voi
www.eeworm.com/read/448415/7533748
m rfresnel.m
function [rpar,rper]=rfresnel(ang_inc,ep)
% DESCRIPTION
% This function calculates the reflection coefficients (parallel and perpendicular)
% INPUTS
% ang_inc: incident angle
% ep: parameter f
www.eeworm.com/read/442518/7650035
cs system.cs
//$si$ virtual
////////////////////////////////////////////////////////////////
// File System.dll:
// Global functions
//-------------------------------------------------------
// Global fi
www.eeworm.com/read/442518/7650040
cs custommarshalers.cs
//$si$ virtual
////////////////////////////////////////////////////////////////
// File CustomMarshalers.dll:
// Global functions
//-------------------------------------------------------
Voi
www.eeworm.com/read/440314/7690719
m repl.m
%Creates an output image which is the input image with reflection about the
%borders for ct pixels
function out = repl(in, ct)
out = zeros(size(in,1)+2*ct, size(in,2)+2*ct);
M = size(out,1);
N
www.eeworm.com/read/245849/12777685
m s_reflcoeff.m
function refl=s_reflcoeff(impedance)
% Function computes reflection coefficients from impedance
% Start time and sample interval of the output reflection coefficients are those
% of the impedance
%
%