Hilbert transform in simulink for real-time purposes

조회 수: 14 (최근 30일)
Marek Andrzej
Marek Andrzej 2016년 10월 7일
댓글: Marek Andrzej 2016년 10월 9일
I'm translating .m code to simulink model. Is there a way to make hilbert(x) as a block 1 in 1 out in a simple way? I've seen a block "hilbert" but it's a filter, not a transform.

답변 (1개)

Matthias Walle
Matthias Walle 2016년 10월 7일
Hi,
you might be able to use the MATLAB Function Block and include hilbert as extrinsic function. Downside of this is that the Matlab compiler has to run every-time.
  댓글 수: 3
Matthias Walle
Matthias Walle 2016년 10월 7일
not when you use the extrinsic function option
Marek Andrzej
Marek Andrzej 2016년 10월 9일
Is it possible to first generate C code out of the extrinsic function and then put it to siulink?

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

카테고리

Help CenterFile Exchange에서 Fixed-Point Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by