首页 > 其他 > 详细

Matlab step函数

时间:2019-08-26 16:43:48      阅读:396      评论:0      收藏:0      [点我收藏+]

在Matlab中我们经常能看到Java的影子,即面向对象编程(Object Oriented Programming,OOP)。

以Turbo编码为例:

hTEnc = comm.TurboEncoder(‘TrellisStructure‘,poly2trellis(4, [13 15],13),‘InterleaverIndices‘,intrlvrIndices);

上面的语句生成了一个Turbo编码器对象(Object),该对象包含了两个“属性”,需添加单引号,其后跟随的即为该属性的值。

即属性TrellisStructure的值为poly2trellis(4, [13 15],13);属性InterleaverIndices的值为intrlvrIndices。

要执行(使用)该对象时,调用step函数即可(The behavior of step is specific to each object in the toolbox)。

Matlab step函数

原文:https://www.cnblogs.com/achangchang/p/11413399.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!