代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/448350/7534457
m lpcdl2aa.m
function aa=lpcdl2aa(dl)
%LPCDL2AA dct of log area to area coefficients AA=(DL)
% we do not correct for sinc errors
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpcdl2aa.m,v 1
www.eeworm.com/read/448350/7534466
m rdct.m
function y=rdct(x,n,a,b)
%RDCT Discrete cosine transform of real data Y=(X,N,A,B)
% Data is truncated/padded to length N.
%
% This routine is equivalent to multiplying by the matrix
%
% rd
www.eeworm.com/read/448350/7534469
m lpcrf2is.m
function is=lpcrf2is(rf)
%LPCRF2IS Convert reflection coefficients to inverse sines IS=(RF)
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpcrf2is.m,v 1.4 2007/05/04 07:01:39 dmb
www.eeworm.com/read/448350/7534472
m lpccc2pf.m
function pf=lpccc2pf(cc,np,nc)
%LPCCC2PF Convert complex cepstrum to power spectrum PF=(CC,NP,NC)
% cc = complex cepstrum coefs
% np+2 = number of frequency values 0 to nyquist (default: np=size(cc
www.eeworm.com/read/448350/7534482
m rotmc2qc.m
function qc=rotmc2qc(mc)
%ROTMC2QC converts a matrix of complex quaternion matrices to a matrix of complex quaternion vectors
% Inputs:
%
% MC(2m,2n) mxn matrix of real quaternion matrices
www.eeworm.com/read/448350/7534497
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/448350/7534499
m irfft.m
function x=irfft(y,n)
%IRFFT Inverse fft of a conjugate symmetric spectrum X=(Y,N)
% Y contains FIX(1+N/2) complex samples from the spectrum: if argument N
% is specified then Y will be truncate
www.eeworm.com/read/448350/7534509
m rotqr2ro.m
function r=rotqr2ro(q)
%ROTQR2RO converts a real quaternion to a 3x3 rotation matrix
% Inputs:
%
% Q(4,1) real-valued quaternion (with magnitude = 1)
%
% Outputs:
%
% R(3,3) Input
www.eeworm.com/read/448350/7534516
m peak2dquad.m
function [v,xy,t,m]=peak2dquad(z)
%PEAK2DQUAD find quadratically-interpolated peak in a 2D array
%
% Inputs: Z(m,n) is the input array
%
% Outputs: V is the peak value
% XY
www.eeworm.com/read/447747/7545946
c div0.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you