代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/336521/12439628

m lin2pcmu.m

function p=lin2pcmu(x,s) %LIN2PCMU Convert linear to Mu-law PCM P=(X,S) % pcmu = lin2pcmu(lin) where lin contains a vector % or matrix of signal values within a range determined by % the scale fac
www.eeworm.com/read/233017/14172882

m tfrrmsc.m

function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K); %TFRRMSC Reassigned Morlet Scalogram time-frequency distribution. % [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE) % computes the Morlet scalogram and
www.eeworm.com/read/130567/14185045

cpp matrix.cpp

#include "../include/Matrix.h" #include "../include/Exception.h" #include using namespace std; namespace annie { Matrix::Matrix(int m,int n) { _m = m; _n = n; _M = NULL;
www.eeworm.com/read/130553/14186947

c ifactor.c

/* ** ifactor.c -- print prime factorization of a number ** ** Ray Gardner -- 1985 -- public domain */ #include #include int prevfact = 0; void factor (long); void sh
www.eeworm.com/read/231449/14233544

m program_10_7.m

% Program 10_7 % Illustration of Sampling Rate Alteration by % a Ratio of Two Integers % clf; N = input('Length of input signal = '); L = input('Up-sampling factor = '); M = input('Down-samplin
www.eeworm.com/read/129636/14234928

m exm05021_2.m

syms a x;f1=x^4-5*x^3+5*x^2+5*x-6;factor(f1) f2=x^2-a^2;factor(f2) factor(1025)
www.eeworm.com/read/127235/14367110

cpp matrix.cpp

#include "../include/Matrix.h" #include "../include/Exception.h" #include using namespace std; namespace annie { Matrix::Matrix(int m,int n) { _m = m; _n = n; _M = NULL;
www.eeworm.com/read/228652/14371409

m projection_shift.m

function [Pnew,Ptnew,F] = projection_shift(P,Pt,nshift,side,Qsize) % PROJECTION_SHIFT -- relative shift of biorthogonal multiwavelets % % [Pnew,Ptnew,F] = projection_shift(P,Pt,nshift,side,Qsi
www.eeworm.com/read/228652/14371605

m match_type.m

function [type,m,r] = match_type(varargin) % MATCH_TYPE - propagate type, dilation factor, multiplicity % % [type,m,r] = match_type(P1,P2,P3,...) % % This is used only in multiwavelet ca
www.eeworm.com/read/228372/14388036

m lin2pcmu.m

function p=lin2pcmu(x,s) %LIN2PCMU Convert linear to Mu-law PCM P=(X,S) % pcmu = lin2pcmu(lin) where lin contains a vector % or matrix of signal values within a range determined by % the scale fac