代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/440750/7682227
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/440750/7682230
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/440750/7682240
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/440750/7682255
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/440750/7682257
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/440750/7682267
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/440750/7682274
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/439886/7697388
cs assemblyinfo.cs
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/439686/7702967
m ppp.m
function AB=ppp(A,B);
% $ Version 1.02 $ Date 28. July 1998 $ Not compiled $
% The parallel proportional profiles product - triple-P product
% For two matrices with similar column dimension the t
www.eeworm.com/read/439686/7703046
m normit.m
function [Y,D]=normit(X)
%NORMIT normalize
%
%[Y,D]=normit(X);
%Normalizes X, such that X = Y *D
%It also applies that X' = D'*Y'
%Always give X column wise
% Copyright (C) 1995-2006 R