代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/167185/5462208
c orthog.c
orthog(M,T,n)
/* routine returns in M an orthogonal matrix O
and in T an upper triangular matrix T such that M=O*T */
/* if M non-singular, T non-singular */
register double *M,*T;
register int n;
{
www.eeworm.com/read/160611/5569211
c pa_dither.c
/*
* $Id: pa_dither.c,v 1.2 2004/04/22 04:19:50 mbrubeck Exp $
* Portable Audio I/O Library triangular dither generator
*
* Based on the Open Source API proposed by Ross Bencina
* Copyright (c) 1
www.eeworm.com/read/411401/11246899
m addnodes.m
function [g,HH,Indb1]=addnodes(g,H,bg);
%addnodes Adds nodes in the middle of each face of the triangular element
% Function [g,HH,Indb1]=addnodes(g,H,bg);
% adds nodes in the middle of each edge of
www.eeworm.com/read/247181/12675849
m refine.m
function refmesh = refine(mesh)
% Regular refinement of unstructured triangular mesh
%
% mesh -> data structure for unstructured 2D triangulation
%
Nv_ref = mesh.Nv + mesh.Ne;
Nt_ref = 4*mesh.Nt;
x
www.eeworm.com/read/154760/11928770
m ecgsim.m
function y = ecgsim(N,m)
%ECG simulated ECG waveform
% y=ecgsim(N,m) generates simulated ECG with 100N points per beat
% using an m-point triangular window for smoothing out the edges.
% N must
www.eeworm.com/read/339293/12244290
m expl6_12.m
%Example 6.12
%Triangular plant
% Uses the functions rga, condmin, condmini, wcsens
% Copyright 1996-2003 Sigurd Skogestad & Ian Postlethwaite
% $Id: Expl6_9.m,v 1.3 2004/04/14 08:13:34 vidaral Ex
www.eeworm.com/read/234163/14120236
m makeelement2nd.m
function [Element,Nodelist]=MakeElement2nd(H,bg,E);
%MakeElement2nd Computes the Element data structure for a 2D quadratic triangular mesh
% Function [Element,Nodelist]=MakeElement2nd(H,bg,E);
%
www.eeworm.com/read/428732/1956483
m emd_triang.m
% EMD_TRIANG.M
%
% P. Flandrin, Mar. 13, 2003 - modified Mar. 2, 2006
%
% computes and displays EMD for the sum of 2 triangular
% waveforms + 1 tone
%
% produces Figure 2 in
%
% G. Rilling, P. Fland
www.eeworm.com/read/427042/1981338
c pa_dither.c
/*
* $Id: pa_dither.c 899 2005-05-28 22:49:02Z rossbencina $
* Portable Audio I/O Library triangular dither generator
*
* Based on the Open Source API proposed by Ross Bencina
* Copyright (c) 199
www.eeworm.com/read/108859/15573828
m ecgsim.m
function y = ecgsim(N,m)
%ECG simulated ECG waveform
% y=ecgsim(N,m) generates simulated ECG with 100N points per beat
% using an m-point triangular window for smoothing out the edges.
% N must