discrete transfer function block replace of contioues transfer function block
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
hello friends,
i want to use a discrete transfer function block replace of contioues transfer function. After simulink, it did not work. can someone give me some advice. thanks.
contioues transfer function block:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/752049/image.png)
discrete transfer function block:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/752054/image.png)
0 Kommentare
Antworten (1)
Ivo Houtzager
am 28 Sep. 2021
You can't use the same parameters of the continuous-time filter in the discrete-time filter. You will have to discretize the filter transfer function using zero-order-hold or Tustin method. You can use the c2d matlab function to perform this discretization.
Siehe auch
Kategorien
Mehr zu Additional Math and Discrete finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!