代码搜索:FOUNDATION

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

代码结果 10,000
www.eeworm.com/read/458010/7314197

m potsband.m

function [b,a]=potsband(fs) %POTSBAND Design filter for 300-3400 telephone bandwidth [B,A]=(FS) % %Input: FS=sample frequency in Hz % %Output: B/A is a discrete time bandpass filter with a passba
www.eeworm.com/read/458010/7314205

m qrabs.m

function [m,q]=qrabs(q1) %QRABS absoloute value and normalization of a real quaternions [m,q]=[q1] % % Inputs: % % q1(4,1) A real quaternion in the form [r, i, j, k]' where i^2=j^2=k^2=ijk=-
www.eeworm.com/read/458010/7314214

m kmeanlbg.m

function [x,esq,j] = kmeanlbg(d,k) %KMEANLBG Vector quantisation using the Linde-Buzo-Gray algorithm [X,ESQ,J]=(D,K) % %Inputs: % D contains data vectors (one per row) % K is number of centres re
www.eeworm.com/read/458010/7314222

m atan2sc.m

function [s,c,r,t]=atan2sc(y,x) %ATAN2SC sin and cosine of atan(y/x) [S,C,R,T]=(Y,X) % % Outputs: % s sin(t) where tan(t) = y/x % C cos(t) where tan(t) = y/x % r sqrt(x^2 +
www.eeworm.com/read/458010/7314231

m pcma2lin.m

function x=pcma2lin(p,m,s) %PCMU2LIN Convert A-law PCM to linear X=(P,M,S) % lin = pcma2lin(pcma,m,s) where pcma contains a vector or matrix % of A-law values in the range 0 to 255. % No checking
www.eeworm.com/read/458010/7314232

m lpcdl2aa.m

function aa=lpcdl2aa(dl) %LPCDL2AA dct of log area to area coefficients AA=(DL) % we do not correct for sinc errors % Copyright (C) Mike Brookes 1997 % Version: $Id: lpcdl2aa.m,v 1
www.eeworm.com/read/458010/7314241

m rdct.m

function y=rdct(x,n,a,b) %RDCT Discrete cosine transform of real data Y=(X,N,A,B) % Data is truncated/padded to length N. % % This routine is equivalent to multiplying by the matrix % % rd
www.eeworm.com/read/458010/7314244

m lpcrf2is.m

function is=lpcrf2is(rf) %LPCRF2IS Convert reflection coefficients to inverse sines IS=(RF) % Copyright (C) Mike Brookes 1997 % Version: $Id: lpcrf2is.m,v 1.4 2007/05/04 07:01:39 dmb
www.eeworm.com/read/458010/7314247

m lpccc2pf.m

function pf=lpccc2pf(cc,np,nc) %LPCCC2PF Convert complex cepstrum to power spectrum PF=(CC,NP,NC) % cc = complex cepstrum coefs % np+2 = number of frequency values 0 to nyquist (default: np=size(cc
www.eeworm.com/read/458010/7314257

m rotmc2qc.m

function qc=rotmc2qc(mc) %ROTMC2QC converts a matrix of complex quaternion matrices to a matrix of complex quaternion vectors % Inputs: % % MC(2m,2n) mxn matrix of real quaternion matrices