代码搜索:Generalized
找到约 2,645 项符合「Generalized」的源代码
代码结果 2,645
www.eeworm.com/read/203170/15364509
c generalized_circular_delay_wavetable.c
/* gdelay2.c - generalized circular delay with real-valued shift */
void gdelay2(D, c, q)
int D;
double c, *q; /* \(c\)=shift, \(q\)=offset index */
{
*q -= c;
www.eeworm.com/read/305575/13765349
m laguerre.m
function[y]=laguerre(x,k,c)
%LAGUERRE Generalized Laguerre polynomials
%
% Y=LAGUERRE(X,K,C) where X is a column vector returns the
% generalized Laguerre polynomials specified by parameters K and
www.eeworm.com/read/467252/7008259
m ggpdf.m
function y = ggpdf(x, a, b)
% GGPDF Generalized Gaussian probability density function
% Y = GGPDF(X, A, B) returns the generalized Gaussian density function
% with parameters A and B, at the values
www.eeworm.com/read/301544/6962359
m ggpdf.m
function y = ggpdf(x, m, a, b)
% GGPDF Generalized Gaussian probability density function
% Y = GGPDF(X, M, A, B) returns the generalized Gaussian density function
% with parameters A and B, at the
www.eeworm.com/read/131469/5928566
c mgc2mgc.c
/*
----------------------------------------------------------------
Speech Signal Processing Toolkit (SPTK): version 3.0
SPTK Working Group
Department of Computer Science
Nagoya Inst
www.eeworm.com/read/367067/9784273
pdf gamls a generalized framework for associative modular learni.pdf
www.eeworm.com/read/205717/15309553
readme
License
This software is free only for non-commercial use. It must not be modified
and distributed without prior permission of the author. The author is not
responsible for implications from the u
www.eeworm.com/read/367160/9770525
f dtgsen.f
SUBROUTINE DTGSEN( IJOB, WANTQ, WANTZ, SELECT, N, A, LDA, B, LDB,
$ ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, M, PL,
$ PR, DIF, WORK, LWORK, IWORK, LI
www.eeworm.com/read/367160/9770622
f ctgsen.f
SUBROUTINE CTGSEN( IJOB, WANTQ, WANTZ, SELECT, N, A, LDA, B, LDB,
$ ALPHA, BETA, Q, LDQ, Z, LDZ, M, PL, PR, DIF,
$ WORK, LWORK, IWORK, LIWORK, INF