Two S functions with different sampling rate

1 Ansicht (letzte 30 Tage)
Zhongyou Wu
Zhongyou Wu am 16 Mär. 2020
Kommentiert: Zhongyou Wu am 28 Mär. 2020
Hi,
I have two S functions connected with each other in one simulink model, one with sampling rate 0.05 and anothe with 0.2 sec, but the second one does not work, even I added rate transitions between them. When I set the sampling rates same at 0.05, the simulation runs without any problem. The reason I use different sampling rates is to increase the simulation speed, but sampling rate cannot be too large for the first system. Could you provide any suggestions to help out? Many thanks.

Antworten (2)

Aman Vyas
Aman Vyas am 19 Mär. 2020
Hi,
Simulink throws an error "SAMPLE RATE MISMATCH" whenever you try to run same model with two different sample rates. Pls proceed with either of these solutions:
A) Try using upsample and downsample block to balance out the sample so that error is removed.
B) Simulate two systems separately so as to run separate systems at different sample rates.
C) Try following this link as it points to similar problem
Follow these documentation links:
Hope this solves your issue.
  4 Kommentare
Zhongyou Wu
Zhongyou Wu am 27 Mär. 2020
Hi Mr. Vyas,
Thanks for your reply.
When I added the rate transition blocks, as in the figure of question. One automatically became a ZOH and another functioned as a Dealy block. Adding delays did not solve my problem. I guess the problem originates from the communications between the fast (first system) and slow (second system) system, but I am not exactly sure.
No error message appeared, but the second system does not function at all, i.e. it output zeros all the time, which is incorrect. Thanks again.
Aman Vyas
Aman Vyas am 27 Mär. 2020
Hello,
The problem you asked states you had different sampling rates and if in single system two different sample rates exist the simulation will throw the error sample rate mismatch.
But as you told that error is eradicated and is not showing up means the sample rate issue is gone and your block might not be working because of some other reason.
I feel now you need to check your logic as the thing you raised is not showing up now.

Melden Sie sich an, um zu kommentieren.


Zhongyou Wu
Zhongyou Wu am 27 Mär. 2020
Thanks. I need to figure out how to make them cooperate correctly.
  1 Kommentar
Zhongyou Wu
Zhongyou Wu am 28 Mär. 2020
Thanks for your advice. I have tried these method. Unfortunately, none of them solves my problem.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by