代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/483253/6601774
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/483253/6601785
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/483253/6601795
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/483253/6601811
m lpcar2pp.m
function pp=lpcar2pp(ar)
%LPCAR2PP LPC: Convert ar filter to power spectrum polynomial in cos(w) PP=(AR)
% the pp is a polynomial such that |polyval(ar,e^jw)|^2 = polyval(pp,cos(w))
% Copyri
www.eeworm.com/read/483253/6601822
m lognmpdf.m
function p=lognmpdf(x,m,v)
%LOGNMPDF calculate pdf of a multivariate lognormal distribution P=(X,M,V)
%
% Inputs: X(N,D) are the points at which to calculate the pdf (one point per row)
%
www.eeworm.com/read/483253/6601826
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/477018/6744153
html apache11.html
Apache Software License, Version 1.1
/*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 1999-2002 The Apache Software Fou
www.eeworm.com/read/409198/11341957
h ui.h
/* ui.h - header file for user interface
* $Id: ui.h,v 1.5 2005/05/08 23:51:41 knilch Exp $ */
/* Ramdefrag User Interface Abstraction Layer
* (c) 2004, 2005 Tobias 'knilch' Jordan
www.eeworm.com/read/402294/11538716
copyright
The following copyright notices apply to most of the program. Some
modules are under different licenses, or in the public domain.
Please note that this is by no means an exhaustive list of all the
p
www.eeworm.com/read/346528/11739253
m qvec.m
% qvec Empty state vector for a given number of qudits.
% qvec(n,d) creates an n qudit empty state vector where d is the
% dimension of the qudits. If d is omitted then it is taken to be 2.
%