代码搜索:FOUNDATION

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

代码结果 10,000
www.eeworm.com/read/336521/12439733

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/336521/12439860

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/232374/14196431

h yaffs_qsort.h

/* * Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU Gene
www.eeworm.com/read/228372/14387875

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/228372/14387882

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/228372/14387911

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/228372/14387915

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/228372/14387974

m usasi.m

function x=usasi(n,fs) %USASI generates N samples of USASI noise at sample frequency FS X=(N,FS) % This is based on hearsay: I haven't read the actual standard: EIA-549-1988 % It may also be defi
www.eeworm.com/read/228372/14387983

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/228372/14388028

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