代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/287361/8690150
m equil_find.m
function [zres,fval,niter,code] = equil_find(t, z0)
global P;
% equil_eq - algebraic equations system solution f(x)=0 by
% Newton method
%
% t - time
% z0 - initial approximation
% nmax -
www.eeworm.com/read/366144/9828465
di test7.di
Thu Aug 26 15:57:26 EDT 1999
-----> # QMG test 7 - a circle with two elliptic holes and a crack.
Thu Aug 26 15:57:26 EDT 1999
-----> # Make an approximation to a circle using 6 Bezier cubic arcs.
www.eeworm.com/read/354397/10359052
m disfrst.m
function y = Disfrst(f,a,p)
%
% Computes discrete fractional sine transform
% of order a of vector f
% p (optional) is order of approximation, default N/2
% S-C Pei, M-H Yeh, IEEE Tr SP 49(6)2001
www.eeworm.com/read/452284/7442648
m hlagr2.m
function h = hlagr2(L,x)
% HLAGR2
% MATLAB m-file for fractional delay approximation
% by LAGRANGE INTERPOLATION method
% h = hlagr2(L,x) returns a length L (real) FIR
% filter which approximates
www.eeworm.com/read/452284/7442651
m hcontro2.m
function h = hcontro2(L,x,hprot);
% HCONTRO2
% MATLAB m-file for fractional delay approximation
% CONTINUOUS TUNING BY SINC INTERPOLATION
% Format: h = hcontro2(L,x,hprot)
% Input: L = filter len
www.eeworm.com/read/318908/13466941
m disfrct.m
function y = Disfrct(f,a,p)
% Computes discrete fractional cosine transform
% of order a of vector f
% p (optional) is order of approximation, default N/2
% S-C Pei, M-H Yeh, IEEE Tr SP 49(6)2001,
www.eeworm.com/read/492033/6430296
h barel2d.h
#ifndef BAREL2D_H
#define BAREL2D_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class barel2d defines onedimensional bar element with linear approximation functions
www.eeworm.com/read/492033/6430314
h barel3d.h
#ifndef BAREL3D_H
#define BAREL3D_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class barel3d defines onedimensional bar element with linear approximation functions
www.eeworm.com/read/492033/6430320
h barelq3d.h
#ifndef BARELQ3D_H
#define BARELQ3D_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class barelq3d defines onedimensional bar element with quadratic approximation function
www.eeworm.com/read/492033/6430497
h barelq2d.h
#ifndef BARELQ2D_H
#define BARELQ2D_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class barelq2d defines onedimensional bar element with quadratic approximation function