代码搜索:coefficient

找到约 3,200 项符合「coefficient」的源代码

代码结果 3,200
www.eeworm.com/read/161189/10440136

m pptsvds.m

function X = pptsvds(A,L,b,ks) %PPTSVDS Piecewise polynomial truncated SVD, using svds % % X = pptsvds(A,L,b,k) % % Computes PP-TSVD solutions to problems with coefficient matrix A % and right-hand s
www.eeworm.com/read/352501/10545943

c firinverse.c

//FIRinverse.c Implementation of inverse FIR Filter #include "bp41.cof" //coefficient file BP @ Fs/8 int yn; //filter's output short dly[N]; //delay samples int out_
www.eeworm.com/read/423264/10575322

m r.m

%linear block code disp('enter value of n,k'); n=input('enter coefficient of n= '); k=input('enter value of k= '); disp('enter value of parity matrix'); fprintf('order of parity matrix P=%d x %
www.eeworm.com/read/158750/10731577

m sdir2cas.m

function [C,B,A] = sdir2cas(b,a); % DIRECT-form to CASCADE-form conversion in s-plane % ------------------------------------------------- % [C,B,A] = sdir2cas(b,a) % C = gain coefficient % B = K by
www.eeworm.com/read/245589/12791003

java cleblet.java

import java.applet.*; import java.awt.*; import java.awt.event.*; import java.math.*; /* Clebsch-Gordan coefficient calculator */ public class Cleblet extends Applet implements ActionListener, Runna
www.eeworm.com/read/243168/12957724

c firinverse.c

//FIRinverse.c Implementation of inverse FIR Filter #include "bp41.cof" //coefficient file BP @ Fs/8 int yn; //filter's output short dly[N]; //delay samples int out_
www.eeworm.com/read/304373/13795478

m coef.m

function y = coef(x) % @MPOL/COEF - Internal use only % Returns the coefficient vector of polynomial X % D. Henrion, 30 November 2003 % Last modified by D. Henrion, 19 May 2006 global MMM
www.eeworm.com/read/147682/5728078

m asptdrnlms.m

% [w,y,e,p]= asptdrnlms(x,w,d,mu,p,b,k) % % Performs filtering and coefficient update using the % Data Reusing Normalized Least Mean Squares (DRNLMS) % algorithm. DRLMS updates the filter c
www.eeworm.com/read/147682/5728162

m asptrlslattice.m

% [ff,bb,fb,be,cf,b,y,e,kf,kb,c]=asptrlslattice(ff,bb,fb,be,cf,b,a,x,d) % % Performs filtering and coefficient update using the % Recursive Least Squares Lattice Joint Process Estimator %
www.eeworm.com/read/492812/6409776

c firinverse.c

//FIRinverse.c Implementation of inverse FIR Filter #include "bp41.cof" //coefficient file BP @ Fs/8 int yn; //filter's output short dly[N]; //delay samples int out_