代码搜索:trapezoidal
找到约 201 项符合「trapezoidal」的源代码
代码结果 201
www.eeworm.com/read/392194/8358652
m trapezoidal.m
function y=Trapezoidal(x)
%阶梯形函数
% 当x0.5时y=1
y=zeros(size(x));
y(x>0.5)=1;
www.eeworm.com/read/358827/10178444
m trapezoidal.m
function INTF = trapezoidal(f,a,b)
%integral of f(x) over [a,b] by trapezoidal rule
INTF = (feval(f,a) + feval(f,b))*(b-a)/2;
www.eeworm.com/read/209211/4982155
c trapezoidal.c
#include
#include
#include "map.h"
static struct coord stdpar0, stdpar1;
static double k;
static double yeq;
static int
Xtrapezoidal(struct place *place, double *x, double *y)
{
*y =
www.eeworm.com/read/371706/9540940
m trapezoidal_wavelet.m
function [w,tw] = trapezoidal_wavelet(dt,f1,f2,f3,f4,c);
%TRAPEZOIDAL_WAVELET: Computes a FIR band-pass filter with
% phase rotation c
%
% [w,tw] = make_a_trapezoidal_wavelet(
www.eeworm.com/read/300891/13883355
m trapezoidal_wavelet.m
function [w,tw] = trapezoidal_wavelet(dt,f1,f2,f3,f4,c);
%TRAPEZOIDAL_WAVELET: Computes a FIR band-pass filter with
% phase rotation c
%
% [w,tw] = make_a_trapezoidal_wavelet(
www.eeworm.com/read/233013/14173800
m trapezoidal_wavelet.m
function [w,tw] = trapezoidal_wavelet(dt,f1,f2,f3,f4,c);
%TRAPEZOIDAL_WAVELET: Computes a FIR band-pass filter with
% phase rotation c
%
% [w,tw] = make_a_trapezoidal_wavelet(
www.eeworm.com/read/203170/15364510
c trapezoidal_wavetable.c
/* trapez.c - trapezoidal wavetable: D1 rising, D2 steady */
double trapez(D, D1, D2, i)
int D, D1, D2, i;
{
if (i < D1)
return i/(double) D1;
else
if (i < D1+
www.eeworm.com/read/304962/3782311
h trapezoidal_decomposition_2.h
// Copyright (c) 1997 Tel-Aviv University (Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version
www.eeworm.com/read/434325/7874300
m traprl.m
function s = traprl(f,a,b,m)
%---------------------------------------------------------------------------
%TRAPRL Quadrature using the trapezoidal rule.
% Sample call
% s = traprl(f,a,b,m)
%
www.eeworm.com/read/139332/5799723
h trapezoidal_decomposition_2_iostream.h
// Copyright (c) 1999 Tel-Aviv University (Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version