代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/160611/5569194
h pa_dither.h
#ifndef PA_DITHER_H
#define PA_DITHER_H
/*
* $Id: pa_dither.h,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 pro
www.eeworm.com/read/427042/1981325
h pa_dither.h
#ifndef PA_DITHER_H
#define PA_DITHER_H
/*
* $Id: pa_dither.h 608 2003-09-20 21:14:51Z rossbencina $
* Portable Audio I/O Library triangular dither generator
*
* Based on the Open Source API propo
www.eeworm.com/read/197918/7962139
m ttraio1.m
% ttraio1
figure(1)
set (txt_tdir1,'String',['T_Traingular Number: ',num2str(mttrai1+1)]);
figure(2);
clf;
set (gcf,'Position',[0.5 0.1 0.35 0.4],'Name','Trancated Triangular Input Data Window','Num
www.eeworm.com/read/410361/11290210
c fuzzy_main.c
//fuzzy controller
//Membership function is triangular
#include
#include
#include
#include
#include
//需要用到的全局变量
double er,er0; //er 当前误
www.eeworm.com/read/260942/11685344
m te.m
function TE
filling_ratio=0.6;
planewave_number=3;
dc_background=1;
dc_dielectric=13.6;
twopi=2*pi;
d_lattice_constant=1;
%triangular
lattice_1(1)=d_lattice_constant;
lattice_1(2)=0;
lattice
www.eeworm.com/read/277562/4154131
h pa_dither.h
#ifndef PA_DITHER_H
#define PA_DITHER_H
/*
* $Id: pa_dither.h 1097 2006-08-26 08:27:53Z rossb $
* Portable Audio I/O Library triangular dither generator
*
* Based on the Open Source API proposed b
www.eeworm.com/read/147422/5729837
m glotarea.m
% glotarea.m
% glottal area waveform generation
if (get(gloaream_h,'Value')==1)
% generate triangular glottal area
t0 = 1.0/FG_f0(sfno);
td = get(wavedur_h,'Value')*0.01*t0;
t1 = 0.5*(t0 -
www.eeworm.com/read/366142/2893137
crd mesh.crd
triangular mesh
hole = [
(2,2)
(4,2)
(4,4)
(2,4)
]
boundary = [
(0,0)
(10,0)
(10,10)
(0,10)
]
hole = [
(6,6)
(8,6)
(8,8)
(6,8)
]
end
www.eeworm.com/read/410206/11298485
m fixmesh.m
function [p,t,f] = fixmesh(p,t,f)
% FIXMESH: Ensure that triangular mesh data is consistent.
%
% [p,t,f] = fixmesh(p,t,f);
%
% p: Nx2 array of nodal XY coordinates, [x1,y1; x2,y2; etc]
% t
www.eeworm.com/read/410206/11298552
m fixmesh.m
function [p,t,f] = fixmesh(p,t,f)
% FIXMESH: Ensure that triangular mesh data is consistent.
%
% [p,t,f] = fixmesh(p,t,f);
%
% p: Nx2 array of nodal XY coordinates, [x1,y1; x2,y2; etc]
% t