代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/439446/7708676

m p6_1.m

% Program P6_1 % Conversion of a rational transfer function % to its factored form num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [z,p,k] = tf2zp(num
www.eeworm.com/read/439446/7708712

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/439437/7709110

m qcoeff.m

function [y,L,B] = QCoeff(x,N) % [y,L,B] = QCoeff(x,N) % Coefficient Quantization using N=L+B bit Representation % with Rounding operation % y: quantized array (same dim as x) %
www.eeworm.com/read/439437/7709134

m ladrfilt.m

function [y] = ladrfilt(K,C,x) % LATTICE/LADDER form realization of IIR filters % ---------------------------------------------- % [y] = ladrfilt(K,C,x) % y = output sequence % K = LATTICE (refle
www.eeworm.com/read/439437/7709162

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/377646/7715246

m exa050904_latcfilt.m

% ------------------------------------------------------------------------------ % exa050904_latcfilt.m , for example 5.9.4 %to test latcfilt.m and to realize filtering with LATTICE coefficient. %
www.eeworm.com/read/439114/7716637

m demo1.m

% This Matlab file demomstrates the level set method in Li et al's paper % "Level Set Evolution Without Re-initialization: A New Variational Formulation" % in Proceedings of CVPR'05, vol. 1, p
www.eeworm.com/read/438780/7727101

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Steve Gunn (sr
www.eeworm.com/read/438605/7729241

m chap9_5i.m

%Three Loop of Flight Simulator Servo System with Direct Current Motor clear all; close all; %(1)Current loop L=0.001; %L
www.eeworm.com/read/438602/7729459

m chap9_2f.m

%Three Loop of Flight Simulator Servo System with Direct Current Motor clear all; close all; %(1)Current loop L=0.001; %L