代码搜索:FOUNDATION

找到约 10,000 项符合「FOUNDATION」的源代码

代码结果 10,000
www.eeworm.com/read/372550/9503951

m lpcrf2aa.m

function aa=lpcrf2aa(rf) %LPCRF2AA Convert reflection coefficients to area function AA=(RF) %The areas are normalised so that aa(p+2)=1: the effective area of the free air beyond the lips. % aa(1)
www.eeworm.com/read/372550/9503964

m pcmu2lin.m

function x=pcmu2lin(p,s) %PCMU2LIN Convert Mu-law PCM to linear X=(P,S) % lin = pcmu2lin(pcmu) where pcmu contains a vector % of mu-law values in the range 0 to 255. % No checking is performed to
www.eeworm.com/read/372550/9503977

m lpcra2pf.m

function pf=lpcra2pf(ra,np) %LPCAR2PF Convert AR coefs to power spectrum PF=(RA,NP) % The routine is faster if NP+1 is a power of 2 % For RA(:,p+1) the default value of np is p and the output is PF
www.eeworm.com/read/372550/9503982

m frq2erb.m

function erb = frq2erb(frq) %FRQ2ERB Convert Hertz to ERB frequency scale ERB=(FRQ) % erb = frq2erb(frq) converts a vector of frequencies (in Hz) % to the corresponding values on the ERB-rate scal
www.eeworm.com/read/372550/9504011

m rsfft.m

function x=rsfft(y,n) %RSFFT FFT of of a real symmetric data sequence X=(Y,N) % i.e. y(i)=y(N+2-i) % only FIX(1+N/2) data samples need be provided in y which will be truncated % or zero-padded
www.eeworm.com/read/365946/9838933

txt apache-license.txt

/* * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
www.eeworm.com/read/365849/9843597

m pdf.m

function p = pdf(OBJ, t, x) % PDF Compute pdf for a Gaussian distribution % P = PDF(W, T, X) pdf of W at time T for values X. T is ignored. % Copyright (C) 2005 Gustaf Hendeby % % This program
www.eeworm.com/read/365161/9876536

m permutes.m

function [p,s]=permutes(n) %PERMUTES All N! permutations of 1:N + signatures [P,S]=(N) % The output P is a matrix of size (N!,N) where each row % contains a permutation of the numbers 1:N. The rows
www.eeworm.com/read/365161/9876545

m irdct.m

function x=irdct(y,n) %IRDCT Inverse discrete cosine transform of real data X=(Y,N) % Data is truncated/padded to length N. % % This routine is equivalent to multiplying by the matrix % %
www.eeworm.com/read/365161/9876548

m lpcbwexp.m

function arx=lpcbwexp(ar,bw) %LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW) %minimum bandwidth will be BW*fs where fs is the sampling frequency %the radius of each pole will be multi