代码搜索:FOUNDATION

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

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

m roteu2qr.m

function q=roteu2qr(m,t) %ROTEU2QR converts a sequence of euler angles to a real unit quaternion % Inputs: % % M(1,n) a string of n characters from the set {'x','y','z'} % or,
www.eeworm.com/read/458010/7314188

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
www.eeworm.com/read/458010/7314210

m winenvar.m

function d=winenvar(n) %WINENVAR get windows environment variable [D]=(N) % % Inputs: N name of environment variable (e.g. 'temp') % % Outputs: D value of variable or [] is non-existant % % N
www.eeworm.com/read/458010/7314220

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/458010/7314223

m rotpl2ro.m

function r=rotpl2ro(u,v,t) %ROTPL2RO find matrix to rotate in the plane containing u and v r=[u,v,t] % Inputs: % % U(n,1) and V(n,1) define a plane in n-dimensional space % T is the rotat
www.eeworm.com/read/458010/7314233

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/458010/7314240

m qrdivide.m

function q=qrdivide(q1,q2) %QRDIVIDE divdes two real quaternions q=[q1,q2] % % Inputs: % % q1(4,1), q2(4,1) Two real quaternions in the form [r, i, j, k]' where i^2=j^2=k^2=ijk=-1 % % Outp
www.eeworm.com/read/458010/7314250

m rsfft.m

function x=srfft(y,n) %SRFFT fft of a real symmetric spectrum X=(Y,N) % The invere fft is the same function but divided by N % Y contains FIX(1+N/2) complex samples from the spectrum: if argumen
www.eeworm.com/read/458010/7314295

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/455624/7369297

c memcmp.c

/* $NetBSD: memcmp.c,v 1.10 2005/12/11 12:24:46 christos Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contribu