www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/@filterquantizer/firtdecimoutputconnect.m

    function [NL, PrevIPorts, PrevOPorts, mainparams]=firtdecimoutputconnect(q,NL,H,mainparams,decim_order)

%FIRTDECIMOUTPUTCONNECT specifies the blocks, connection and quantization parameters in the
%conceptual output stage

%   Author(s): Honglei Chen
%   Copyright 1988-2005 The MathWorks, Inc.


% specify the inter-stage connection
% nodeport(node, port)
% since head represents the first layer, no previous input and previous
% output ports
PrevIPorts=[filtgraph.nodeport(1,1)];
PrevOPorts=[];