代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/375337/9363656
m aalms1.m
function[w,y,e,J,w1]=aalms1(x,dn,mu,M)
%function[w,y,e,J,w1]=aalms1(x,dn,mu,M);
%this function provides also the changes of filter coefficients
%versus iterations;
%all quantities are real-value
www.eeworm.com/read/371680/9542399
m numel.m
function ans = numel(x)
% Number of elements in ADTAYL object.
% See documentation of the builtin NUMEL for why this is important.
% It is the product of the lengths of the dimensions *excluding* t
www.eeworm.com/read/168924/9888061
c pctorc.c
#include "main.h"
#include "pctorc.h"
/**************************************************************************
*
* NAME
* pctorc
*
* FUNCTION
*
* Convert from lp-polynomial to reflection coeffici
www.eeworm.com/read/168924/9888165
c pctorc.c
#include "main.h"
#include "pctorc.h"
/**************************************************************************
*
* NAME
* pctorc
*
* FUNCTION
*
* Convert from lp-polynomial to reflection coeffici
www.eeworm.com/read/359349/10153965
m drsp.m
a=input('Type in the left coefficient vector:');
b=input('Type in the right coefficient vector:');
n=input('Type in the range of index n:');
x=input('Type in the expression of input sequence x[n]:'
www.eeworm.com/read/359349/10154082
m cheby_digital.m
% Name:cheby_digital.m
%====================================================================
% This program is used to
% design a type 1 chebyshev lowpass digital filter
% The specifications are:
www.eeworm.com/read/359349/10154089
m butt_design_bi.m
% Name: butt_design_bi
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of th
www.eeworm.com/read/359349/10154242
m experiment_3.m
% Name: experiment_3.m
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of th
www.eeworm.com/read/359349/10154244
m butt_design_im.m
% Name: butt_design_im.m
% This program is used to design the IIR digital lowpass filter
% using the bilinear transformation
% The analog lowpass filter is the Butterworth
% The specifications of
www.eeworm.com/read/359349/10154320
m program7_1.m
%===================================================
% program 7_1
% Solving a constant coefficient difference equation
% The input sequence must be a closed representation
%======================