![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1684876/image.png)
Simulink Discrete Filter Sample Time
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everybody I'm new here and new to simulink.
I have a problem
The Sample Time was "canceld" for the discrete Filter in the update 2023b.
At least the easy Set Up trough the Block Parameter, but I need it to initiated for the Task In Simu Link Fundamentals at step 4.5.
Does anyone know what i can do know? that would made my day.
Thank you
Best Regards
Jan
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1668691/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1668696/image.png)
0 Kommentare
Antworten (2)
Jose
am 2 Mai 2024
if the before answer can't solve your problem, do the next steps.
1) Right click on the Discrete Filter
2)Search the "Find Referenced Variables" option
3)Select "SimulinksFundamentales"
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1684876/image.png)
Now you can edit the parameter sample Time of the row Discrete Filter.
If in the beginning don't appear, do click on "show details". Then search the sample time option.
1 Kommentar
Fangjun Jiang
am 14 Apr. 2024
See the note on this page.
To set it in command line
set_param('BlockPath','SampleTime','0.1')
R2023b: Conditional display of the Sample time parameter
The Discrete Filter block no longer displays the Sample time parameter in the block parameters dialog box by default. The parameter is visible only if you set the sample time to a value other the default value (-1) at the command line or in an existing model. For more information, see Blocks for Which Sample Time Is Not Recommended.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!