Filter Design Toolbox    
get

Return the property values for quantized filters, quantizers, and quantized FFTs

Syntax

Description

get(obj,pn,pv) displays the property names and property values associated with obj, where obj is one of the following:

pn is the name of a property of the object obj, and pv is the value associated with pn.

get(hq) displays a list of the property names and property values associated with quantized filter hq.

struct = get(hq) returns the MATLAB structure struct, a list of the properties associated with the quantized filter hq, along with the properties' associated values. Each field associated with struct is named according to the corresponding property name.

v = get(hq,'propertyname') returns the property value v associated with the property named in the string 'propertyname' for the quantized filter hq. If you replace the string 'propertyname' by a cell array of a vector of strings containing property names, get returns a cell array of a vector of corresponding values.

value = get(f, 'propertyname') returns the property value value associated with the property named in the string 'propertyname' for the quantized FFT f. If you replace the string 'propertyname' by a cell array of a vector of strings containing property names, get returns a cell array of a vector of corresponding values.

structure = get(f) returns a structure containing the properties and states of quantized FFT f.

value = get(q, 'propertyname') returns the property value value associated with the property named in the string 'propertyname' for the quantizer q. If you replace the string 'propertyname' by a cell array of a vector of strings containing property names, get returns a cell array of a vector of corresponding values.

structure = get(q) returns a structure containing the properties and states of quantizer q.

Remarks

For more information on the properties associated with quantized filters, see A Quick Guide to Quantized Filter Properties. For more information on the properties associated with quantized FFTs, see A Quick Guide to Quantized FFT Properties. For more information on the properties associated with quantizers, refer to A Quick Guide to Quantizer Properties.

Examples

Use get to list the properties of quantized filter hq, along with the property values. Then retrieve the value associated with the OutputFormat property for this filter in a structure v.

get also supports the dot notation for setting and accessing properties.

See Also
qfft, qfilt, quantizer, set


  freqz gremez 

Learn more about the latest releases of MathWorks products:

 © 1994-2009 The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS