代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/388457/8607930

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] = tf2z
www.eeworm.com/read/388457/8608050

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 =
www.eeworm.com/read/388439/8609492

m coef2b.m

function [b]=coef2b(coefs,thsize); % % [b]=coef2b(coefs,thsize); % % Converts a coefficient string into a bias % vector % % b = returned bias vector % coefs = coefficient string % thsize = nu
www.eeworm.com/read/388422/8610388

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/388370/8612473

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/388370/8612512

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/388370/8612547

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/288527/8626823

m coef2b.m

function [b]=coef2b(coefs,thsize); % % [b]=coef2b(coefs,thsize); % % Converts a coefficient string into a bias % vector % % b = returned bias vector % coefs = coefficient string % thsize = nu
www.eeworm.com/read/288180/8648611

h ms7x_reg.h

// // MST7XXX registers define // 2005/1/6 // #define GEN_00_REGBK 0x00 // Register Bank Select #define AINC_B _BIT3 // Serial bus address auto increase (Enable|Disable) #define REGBAN
www.eeworm.com/read/387887/8649380

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] = tf2z