代码搜索:Ladder
找到约 328 项符合「Ladder」的源代码
代码结果 328
www.eeworm.com/read/310212/13654671
m tf2latc.m
function [K,V]=TF2LATC(num,den)
%TF2LATC Transfer function to lattice filter conversion.
% [K,V] = TF2LATC(NUM,DEN) finds the lattice parameters K and the ladder
% parameters V for an IIR (ARMA
www.eeworm.com/read/282731/6304806
c 72.c
#include
void main()
{
int i=1; /*i为所设的阶梯数*/
clrscr();
puts("**************************************************");
puts("* This program is to sol
www.eeworm.com/read/349895/6684181
c 23.c
#include
void main()
{
int i=1,j=1;
/*i为所设的阶梯数,j是一个计数器*/
clrscr();
puts("***************************************************");
puts("| Thi
www.eeworm.com/read/347982/11620230
c 23.c
#include
void main()
{
int i=1,j=1;
/*i为所设的阶梯数,j是一个计数器*/
clrscr();
puts("***************************************************");
puts("| Thi
www.eeworm.com/read/157384/11713670
in d2dbs.conf.in
#################################################################################
# d2dbs.conf - Configuration file for the Diablo2 Game database server #
#------------------------------------------
www.eeworm.com/read/343401/11951136
c 23.c
#include
void main()
{
int i=1,j=1;
/*i为所设的阶梯数,j是一个计数器*/
clrscr();
puts("***************************************************");
puts("| Thi
www.eeworm.com/read/154209/11983189
m tf2latc.m
function [K,V]=TF2LATC(num,den)
%TF2LATC Transfer function to lattice filter conversion.
% [K,V] = TF2LATC(NUM,DEN) finds the lattice parameters K and the ladder
% parameters V for an IIR (ARMA
www.eeworm.com/read/415674/11058873
c 23.c
#include
void main()
{
int i=1,j=1;
/*i为所设的阶梯数,j是一个计数器*/
clrscr();
puts("***************************************************");
puts("| Thi
www.eeworm.com/read/157384/11715041
h d2cs_d2dbs_ladder.h
/*
* Copyright (C) 2000,2001 Onlyer (onlyer@263.net)
* Copyright (C) 2001 sousou (liupeng.cs@263.net)
*
* This program is free software; you can redistribute it and/or
* modify it under the term
www.eeworm.com/read/432412/8606146
m ladrfilt.m
function [y] = ladrfilt(K,C,x)
% LATTICE/LADDER 型式IIR滤波器实现
% ----------------------------------------------
% [y] = ladrfilt(K,C,x)
% y = 输出序列
% K = LATTICE (反射)系数数组
% C = LADDER 系数数组
% x = 输入序