代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/134895/13971628
txt lpcar2rr.txt
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/236814/13997898
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/111076/15519582
cpp gauss1.cpp
//the simplest gauss-elimination method
#include
#include
const int N=4;
void main()
{
double a[N][N+1],x[N];
cout
www.eeworm.com/read/104078/15710435
c autodbn.c
/**************************************************************************
*
* ROUTINE
* autohf
*
* FUNCTION
* LPC autocorrelation analysis with high frequency compensation
*
*
* SYNOPSIS
* subrou
www.eeworm.com/read/104078/15710441
c durbin.c
/*****************************************************************************
*
* NAME
* durbin
*
* FUNCTION
*
* Durbin recursion to do autocorrelation analysis.
* Converts autocorr
www.eeworm.com/read/104078/15710453
c autohf.c
/**************************************************************************
*
* ROUTINE
* autohf
*
* FUNCTION
* LPC autocorrelation analysis with high frequency compensation
*
*
* SYNOPSIS
* subrou
www.eeworm.com/read/159314/5586358
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity kcmvht is
generic(
a_width : integer := 8;
coefficient : integer := 8;
coef_width : integer := 8;
www.eeworm.com/read/159314/5586366
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity kcmpipevht is
generic(
a_width : integer := 15;
coefficient : integer := 2;
coef_width : integer := 3;
www.eeworm.com/read/291725/8401850
h ms_reg.h
//
// MST7XXX registers define
// 2005/1/6
//
#define BK0_00_REGBK 0x00 // Register Bank Select
#define AINC_B _BIT3 // Serial bus address auto increase (Enable|Disable)
#define RE