www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fspecs/@audioweightingwt/thisgetspecs.m

    function specs = thisgetspecs(this)
%THISGETSPECS   

%   Copyright 2009 The MathWorks, Inc.

specs.NormalizedFrequency = this.NormalizedFrequency;
specs.Fs = this.Fs;
specs.WeightingType = this.WeightingType;

% [EOF]