Converting a MATLAB builtin function to C using MATLAB coder

조회 수: 1 (최근 30일)
Juan D Guerrero
Juan D Guerrero 2019년 11월 8일
답변: Harsh 2025년 2월 23일
Im converting my file in in MATLAB coder and its saying that the 'lowpass' MATLAB method cannot be converted to C. How can i go about converting/ or rewriting the lowpass method? Thank you.

답변 (1개)

Harsh
Harsh 2025년 2월 23일
The “lowpass” function is not supported for code generation in MATLAB. You can use a different approach to implement the low-pass filter. “butter” function is a good alternative to the “lowpass” function, and it is also supported for code generation. Please run the following command to understand more about “butter” function -
doc butter

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by