Hilbert transform in simulink for real-time purposes
조회 수: 14 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Fixed-Point Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!