代码搜索:FOUNDATION

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

代码结果 10,000
www.eeworm.com/read/152843/5656587

c fixup-ev96100.c

/* * * BRIEF MODULE DESCRIPTION * EV96100 Board specific pci fixups. * * Copyright 2001 MontaVista Software Inc. * Author: MontaVista Software, Inc. * ppopov@mvista.com or source@mvist
www.eeworm.com/read/393518/8280685

m rnsubset.m

function m = rnsubset(k,n) %RNSUBSET choose k distinct random integers from 1:n M=(K,N) % % Inputs: % % K is number of disinct integers required from the range 1:N % N specifies the range
www.eeworm.com/read/393518/8280694

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/393518/8280758

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/393518/8280767

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/393518/8280837

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/393518/8280853

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/393518/8280858

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/393518/8280920

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/393518/8280950

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