필터 지우기
필터 지우기

Simulink solver small time delta sampling

조회 수: 1 (최근 30일)
Claudio Rey
Claudio Rey 2020년 8월 31일
댓글: Claudio Rey 2020년 9월 3일
There are problems that require adding a sample location that is very close to the current sample. Such problems involve Boolean signals in mixed signal domains such as PLLs where a very small latency e.g., a femtosecond is required. Clearly you do not want to run the simulator at 10^12 Hz or anywhere close to that. In my opinion there has to be an event driven approach where a sample is added as needed. The usual approach to cross from the signal domain to an event domain requires detecting signals crossing thresholds. One kludge is for the Boolean edge to start a timer and look for a crossing one femtosecond later. This is wasteful.
  댓글 수: 3
Claudio Rey
Claudio Rey 2020년 9월 1일
The fixed step solver does not make sense in this application.
Yes I mentioned the workaround is to use zero crossing detection and that is what I have done in the past. What we need instead is to be able to create extra tiny time steps after an event. The variable pulse delay block seems to address this but it is restricted to the mixed signal blockset however it is poorly documented. E.g., the variable pulse delay has a buffer size but it is not clear what to enter there. Even using a buffer size of 1 appears to work.
Claudio Rey
Claudio Rey 2020년 9월 2일
I have investigated the variable pulse delay block and the problem is that it cannot be used in accelerator mode. It forces you into using normal mode for the simulator. This completely negates its usefulness. So we are back to square one.

댓글을 달려면 로그인하십시오.

답변 (1개)

Nikhil Sonavane
Nikhil Sonavane 2020년 9월 3일
You may consider using stiff solvers for your case. Here's a link to stiff solvers-
  댓글 수: 1
Claudio Rey
Claudio Rey 2020년 9월 3일
Thanks Nikhil, what we need is a block like the variable pulse delay (mixed signal blockset) that works with the accelerator. Changing the solver does not appear to me to be relevant, am I missing something?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Phase-Locked Loops에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by