主要内容

specietyall.

完全指定固定点过滤器系统对象设置

描述

例子

specidideAll(sysobj.的)设置滤波器系统对象™的所有数据类型固定点属性“自定义”这样您就可以轻松地指定所有固定点设置。如果对象有一个fulleprecisionoverride.属性,其值设置为错误的specietyall.作为更改所有定点属性的快捷方式。

specidideAll(sysobj.假)将过滤系统对象的所有固定点属性设置为其默认值,并将过滤器设置为全精密模式,如果有可用。

specidideAll(sysobj.,真的)相当于specietyall(sysobj)

例子

全部收缩

使用specietyall.访问以直接表单结构实现的FIR筛选器的所有固定点设置。使用specietyall.禁用所有自动过滤器缩放和重置模式值。

B = FiRCBAND(12,[0 0.4 0.5 1],[11 0 0],[1 0.2],{'W''C'});firFilter = dsp。FIRFilter ('分子',b);得到(firfilter)
ANS =.结构与字段:分子:[0.0164 0.1031 -0.0632 -0.0907 ...]反射速度'系数dattype:'与输入'的单词长度与输入'reflectocofientsdattype: '全精度' CustomAccumulatorDataType:[1x1的embedded.numerictype] StateDataType: '同累加器' CustomStateDataType:[1x1的embedded.numerictype] OutputDataType: '同累加器' CustomOutputDataType:[1x1的embedded.numerictype]

specietyall.函数将FIR滤波器的所有数据类型固定点属性设置为“自定义”

specietyall(firfilter)get(firfilter)
ANS =.结构与字段:分子:[0.0164 0.1031 -0.0632 -0.0907 ...]反射速度'CofficientSdattype:'自定义'ReflectionCoeffientsDatatype:'自定义'CustomCoeffientsDatatype:[1x1 Embedded.numerictype] customreflectionCoeffietyDattype.nu​​merictype] stateataType:'custom'customstateataType:[1x1嵌入式.numerictype] outputdattype:'custom'customoutputdattype:[1x1嵌入式.numerictype]
在R2011A介绍