代码搜索:APPROXIMATION

找到约 1,542 项符合「APPROXIMATION」的源代码

代码结果 1,542
www.eeworm.com/read/448413/7533763

m intro22.m

% Comparation between knife edge difraction losses and its approximation close all; clear; v=-3:.1:3; ind=find(v>=-0.7); Ld=zeros(1,length(v)); Ld(ind)=6.9+20*log10(sqrt(((v(ind)-0.1).^2)+
www.eeworm.com/read/125476/14491797

cc tst_approximate.cc

// tst_approximate.cc void tst_quadratic_approximation(){ cout
www.eeworm.com/read/433021/8551911

vhd 8-bit unipolar successive approximation adc.vhd

--8-bit Unipolar Successive Approximation ADC --8-bit unipolar successive approximation analogue to digital converter --demonstrates use of LOOP and WAIT statements ENTITY adcsc8 IS PORT(vin : IN REAL
www.eeworm.com/read/188324/8550623

m chbpnt.m

function [tau,sp] = chbpnt(t,k,tol,test) %CHBPNT Good data sites, the Chebyshev-Demko points % % CHBPNT(T,K) returns the extreme points of the Chebyshev spline of % order K for the knot sequ
www.eeworm.com/read/469123/6977839

readme

ABOUT THESE PROGRAMS ==================== This collection of matlab programs implement and demonstrates some fo the algorithms described in the book Rasmussen and Williams: "Gaussian Processes for Ma