Converting a MATLAB builtin function to C using MATLAB coder
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Harsh
am 23 Feb. 2025
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
0 Kommentare
Siehe auch
Kategorien
Mehr zu MATLAB Coder 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!