代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/449038/7519704
m chap9_6i.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/448529/7531898
m lms.m
function [h,y] = lms(x,d,delta,N)
% LMS Algorithm for Coefficient Adjustment
% ----------------------------------------
% [h,y] = lms(x,d,delta,N)
% h = estimated FIR filter
% y = output
www.eeworm.com/read/448529/7531916
m casfiltr.m
function y = casfiltr(b0,B,A,x);
% CASCADE form realization of IIR and FIR filters
% -----------------------------------------------
% y = casfiltr(b0,B,A,x);
% y = output sequence
% b0 = gain c
www.eeworm.com/read/448350/7534476
m lpcar2rr.m
function rr=lpcar2rr(ar,p)
%LPCAR2RR Convert autoregressive coefficients to autocorrelation coefficients RR=(AR,P)
% The routine calculated the autocorrelation coefficients of the signal
% that res
www.eeworm.com/read/448096/7540255
h zc030x_matrix.h
#ifndef h_Zc030x_Gamma_h
#define h_Zc030x_Gamma_h
/* This files declares gamma creation */
/* Driver file - Zc030x - Driver file */
/* This file is under GPL */
/* Copyrig
www.eeworm.com/read/444331/7613760
m chap9_6i.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/443518/7631544
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/442757/7645275
m chap9_6i.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/442748/7645733
v categoryselect.v
/*******************************************************************/
/* This module implements the category selection circuit */
/* of the Entropy encoder */
/**************************
www.eeworm.com/read/442748/7645746
v stripper.v
/*******************************************************************/
/* This module implements the strip logic stage */
/* of the Entropy encoder */
/*******************