代码搜索:FOUNDATION

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

代码结果 10,000
www.eeworm.com/read/448350/7534373

m rotqc2mc.m

function mc=rotqc2mc(qc) %ROTQC2MC converts a matrix of complex quaternion vectors to quaternion matrices % Inputs: % % QC(2m,n) mxn matrix of real quaternion vectors (each 2x1) % % Outpu
www.eeworm.com/read/448350/7534375

m rotqr2ax.m

function [a,t]=rotqr2ax(q) %ROTQR2AX converts a real quaternion to the corresponding rotation axis and angle % Inputs: % % Q(4,1) real-valued quaternion (with magnitude = 1) % % Outputs:
www.eeworm.com/read/448350/7534379

m choosrnk.m

function x=choosrnk(n,k) %CHOOSRNK All choices of K elements taken from 1:N with replacement. [X]=(N,K) % The output X is a matrix of size ((N+K-1)!/(K!*(N-1)!),K) where each row % contains a choic
www.eeworm.com/read/448350/7534383

m lpccc2db.m

function db=lpccc2db(cc,np,nc) %LPCCC2DBf Convert complex cepstrum to dB power spectrum DB=(CC,NP,NC) % cc = complex cepstrum coefs % np+2 = number of frequency values 0 to nyquist (default: np=siz
www.eeworm.com/read/448350/7534401

m rotmr2qr.m

function qr=rotmr2qr(mr) %ROTMR2QR converts a matrix of real quaternion matrices to quaternion vectors % Inputs: % % MR(4m,4n) mxn matrix of real quaternion matrices (each 4x4) % % Output
www.eeworm.com/read/448350/7534421

m potsband.m

function [b,a]=potsband(fs) %POTSBAND Design filter for 300-3400 telephone bandwidth [B,A]=(FS) % %Input: FS=sample frequency in Hz % %Output: B/A is a discrete time bandpass filter with a passba
www.eeworm.com/read/448350/7534429

m qrabs.m

function [m,q]=qrabs(q1) %QRABS absoloute value and normalization of a real quaternions [m,q]=[q1] % % Inputs: % % q1(4,1) A real quaternion in the form [r, i, j, k]' where i^2=j^2=k^2=ijk=-
www.eeworm.com/read/448350/7534438

m kmeanlbg.m

function [x,esq,j] = kmeanlbg(d,k) %KMEANLBG Vector quantisation using the Linde-Buzo-Gray algorithm [X,ESQ,J]=(D,K) % %Inputs: % D contains data vectors (one per row) % K is number of centres re
www.eeworm.com/read/448350/7534447

m atan2sc.m

function [s,c,r,t]=atan2sc(y,x) %ATAN2SC sin and cosine of atan(y/x) [S,C,R,T]=(Y,X) % % Outputs: % s sin(t) where tan(t) = y/x % C cos(t) where tan(t) = y/x % r sqrt(x^2 +
www.eeworm.com/read/448350/7534456

m pcma2lin.m

function x=pcma2lin(p,m,s) %PCMU2LIN Convert A-law PCM to linear X=(P,M,S) % lin = pcma2lin(pcma,m,s) where pcma contains a vector or matrix % of A-law values in the range 0 to 255. % No checking