Why Do Some Blocks in the Discrecte Library Not Have a Sample Time Parameter?

1 view (last 30 days)
The doc page "Blocks for Which Sample Time is Not Recommended" has a section "Appropriate Bocks for the Sample Time Parameter" that says "Specify sample time ... in blocks designed to model rate transtions. Examples include: .... Blocks in the Discrete Library"
However, not all blocks in the Discrete Library have a Sample Time parameter, such as Difference, Transfer Fcn First Order, and Transfer Fcn Lead or Lag,
Why do those blocks not have a Sample Time parameter like the others?

Answers (1)

Jonas
Jonas on 16 Jun 2020
The discrete blocks you mention inherit their sample time from the blocks they are connected to. The Difference block for example, uses the current sample and the previous sample, but the sample rate is inherited by other blocks.
  2 Comments
Paul
Paul on 16 Jun 2020
But why are those blocks different from the others where the Sample Time is a block parameter. Why shouldn't the user be able to specify a sample time for the Difference block, for example?
Jonas
Jonas on 16 Jun 2020
I do not know the reason why in some blocks you can specify the sampling time and in others it is implicit. If you want to specify a sampling time just for one block where it is implicit, you can use the Rate Transition block before and after. So it is not really a limitation, just a matter of convenience.

Sign in to comment.

Products


Release

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!