代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/232108/14208737

m missile_vr_dat.m

% AERO_GUID_DAT Initialization file for missile guidance model % % See also: AERO_SANIM and Simulink model 'aero_guidance' % J.Hodgson % Copyright 1990-2001 The MathWorks, Inc. % $Revisio
www.eeworm.com/read/129974/14215643

m dominantpass.m

function [D,X,sublist] = dominantpass(X,threshold,sublist) % Dominant pass function D=[]; global N; [m,n]=size(X); % X is the coefficients matrix R=zeros(m); % matrix R is a reference
www.eeworm.com/read/231449/14233549

m program_09_3.m

% Program 9_3 % Coefficient Quantization Effects on the % Frequency Response of a Direct Form FIR Filter % fpts = [0 0.5 0.55 1]; mag = [1 1 0 0]; b = remez(39,fpts,mag); [h,w] = freqz(b,1,512);
www.eeworm.com/read/231449/14233580

m program_09_7.m

% Program 9_7 % Granular Limit Cycles in First-Order IIR Filter % clf; alpha = input('Type in the filter coefficient = '); yi = input('Type in the initial condition = '); x = input('Type in the
www.eeworm.com/read/231449/14233630

m program_06_1.m

% Program 6_1 % Factorization of a Rational Transfer Function % format long num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [z,p,k] = tf2zp(num,
www.eeworm.com/read/231449/14233660

m program_06_3.m

% Program 6_3 % Cascaded Lattice Realization of an % Allpass Transfer Function % format long den = input('Denominator coefficient vector = '); k = poly2rc(den); knew = fliplr(k); disp('The lat
www.eeworm.com/read/230384/14291237

m f_freq.m

function [H,f] = f_freq (b,a,N,fs) %F_FREQ: Compute exact frequency response of discrete-time system % % b(1) + b(2)z^(-1) + ...+ b(M+1)z^(-m) % H(z) = -------------------
www.eeworm.com/read/128123/14314688

cpp term.cpp

#include #include #include #include #include"term.hpp" term::term(double c,int p) { coefficient = c; power = p; } //////////////////////////////
www.eeworm.com/read/229740/14318197

m evolution_lsd.m

function u = EVOLUTION_LSD(u0, g, lambda, mu, alf, epsilon, delt, numIter) % EVOLUTION_LSD(u0, g, lambda, mu, alf, epsilon, delt, numIter) updates the level set function % Note: This code impleme
www.eeworm.com/read/127979/14323052

java agentvariants.java

package asm; /** * Title: Artificial Stock Market * Description: 人工模拟股市(来源:SFI的Swarm版本)的Java版本 * Copyright: Copyright (c) 2003 * Company: http://agents.yeah.net * @author jake *