代码搜索:adjusted
找到约 378 项符合「adjusted」的源代码
代码结果 378
www.eeworm.com/read/138638/13227291
c a_stack.c
/*
** A stack implemented with a static array. The array size can
** be adjusted only by changing the #define and recompiling
** the module.
*/
#include "stack.h"
#include
#define
www.eeworm.com/read/138638/13227310
c a_queue.c
/*
** A queue implemented with a static array. The array size can
** be adjusted only by changing the #define and recompiling
** the module.
*/
#include "queue.h"
#include
#include
www.eeworm.com/read/304001/13804990
m lsf_clmp.m
%Adjust the distance of the adjoin LSFs
%input:
% LSF(LSF parameter)
%output:
% f(adjusted LSFs)
function f=LSF_clmp(LSF)
f=LSF*4000/pi; %LSF Pa
www.eeworm.com/read/147422/5729393
m mgif_pas.m
%
% Manuall glottal inverse filtering algorithm
% The inverse filter can be adjusted by hand using formant frequency
% and bandwidths.
% Author : Minkyu Lee
% Date 10-Oct-1994
%
%Modified by
www.eeworm.com/read/401490/11556943
m gui_corner.m
function varargout = gui_corner(varargin)
% GUI for corner.m
% Main parameters can be adjusted in this GUI:
% C - denotes the minimum ratio of major axis to minor axis of an ellipse,
www.eeworm.com/read/250662/12393196
c a_stack.c
/*
** A stack implemented with a static array. The array size can
** be adjusted only by changing the #define and recompiling
** the module.
*/
#include "stack.h"
#include
#define
www.eeworm.com/read/250662/12393206
c a_queue.c
/*
** A queue implemented with a static array. The array size can
** be adjusted only by changing the #define and recompiling
** the module.
*/
#include "queue.h"
#include
#include
www.eeworm.com/read/223007/14664937
c a_stack.c
/*
** A stack implemented with a static array. The array size can
** be adjusted only by changing the #define and recompiling
** the module.
*/
#include "stack.h"
#include
#define
www.eeworm.com/read/223007/14664949
c a_queue.c
/*
** A queue implemented with a static array. The array size can
** be adjusted only by changing the #define and recompiling
** the module.
*/
#include "queue.h"
#include
#include