代码搜索:FOUNDATION

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

代码结果 10,000
www.eeworm.com/read/440750/7682120

m frq2midi.m

function [n,t]=frq2midi(f) %FRQ2MIDI Convert frequencies to musical note numbers [N,T]=(F) % notes are numbered in semitones with middle C being 60 % Note 69 (the A above middle C) has a frequency
www.eeworm.com/read/440750/7682139

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/440750/7682143

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/440750/7682165

m rotro2pl.m

function [u,v,t]=rotro2pl(r) %ROTRO2PL find the plane and rotation angle of a rotation matrix [u,v,t]=r % Inputs: % % R(n,n) Rotation matrix % % Outputs: % % U(n,1) and V(n,1) are or
www.eeworm.com/read/440750/7682170

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/440750/7682171

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/440750/7682193

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/440750/7682203

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/440750/7682206

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/440750/7682216

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