Convert Discrete-Time signal to Continuous Time in SIMULINK
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all , i know that to convert Continuous Time Signal to Discrete-Time signal i need to use zero-order hold block in simulink but what if i need to do the opposite ??
0 Kommentare
Antworten (1)
Mohammad Kia
am 17 Jun. 2017
Normally you shouldn't have any problem with connecting discrete time block to continues time ones. But if you have a solver problem that cannot converge, you can simply create a very tense low pass filter such as tf([1], [eps 1]) to connect the desired blocks together.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!