How to set a sample time in a Discrete Transfer Fcn??
181 次查看(过去 30 天)
显示 更早的评论
I'm following the training of Simulink fundamentals, and I'm stucked trying to set the sample time on the parameters. Is not showing me that option to set it. I attached an image for you to view. Please I need some help with this is the only task that is left to end the course. Thanks in advance.
4 个评论
Henrique
2023-10-6
Yes, I had the same problem.
Matlab gives some explanation at "https://nl.mathworks.com/help/simulink/ug/sampletimehiding.html".
The workaround by promoting the parameter worked for me. You can read more about promoting the parameter at "https://nl.mathworks.com/help/simulink/ug/parameter-promotion.html"
采纳的回答
Oren Savir
2023-10-29
I also got stuck with this problem.
but here is the solution:
Click the block (discrete transfer function)
Go to Model Explorer
change to default from the dropdown menu
Add SampleTime to objects visible:
Then click at bottom on paremter value and change -1 to Ts.
Exit Model Explorer
Clicking the block now includes the Sample Time option.
5 个评论
Paula
2024-8-7
Agree with Zhaolun's approach, esier, open model data editor can edit all sample times for all the blocks.
更多回答(4 个)
Subhrajeet
2024-2-28
Step1 : Go to Model Explorer and change the Column view to Default.
Step2: Search SampleTime under the search section and double click on the SampleTime, and then the SampleTime will come under "Display column names" section.
Step3: Then see the buttom of the page, The columns will appear [Name, BlockType, SampleTime].
Step4: Then double click on Discrete Filter -> Sample Time to what ever you want.
(See the attached pdf for the Complete Solution)
0 个评论
Michael
2023-10-3
Per default the sample time of this block is (-1). This means the sample time is inherited from the signal at the input of the block. It is documented at the end of the help page of "Discrete Transfer Fcn" in the chapter "Version History"
0 个评论
Hassaan
2024-2-9
编辑:Hassaan
2024-2-9
@MathWorks Support Team I am having the same issue and stuck on this part. None of the solutions worked for me.
Simulink fundamentals
Modeling Discrete Dynamic Systems
Modeling Discrete Transfer Functions and State-Space Representations
Task 2
1 个评论
Paula
2024-8-7
sorry to hear this, please open Model Data Editor Under 'Modeling' Tab. you will see the window above. on the far right, there is a column of sample time. you can edit all sample times for all the blocks here. once you put in Ts_filt for block 'Discrete Filter', then go back to the block again, you will see the updated Sample Time shows up. and click on the 'why' which explains in detail why by default , this sample time was hiddlen. Hope this helps.
Kitsirin
2024-7-31
Does the following block have the correct parameter settings?
Discrete Filter:
Numerator: num_filt
Denominator: den_filt
InitialStates: 0
SampleTime: Ts_filt
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Model Editing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!