How to resolve this error "The 'dsp.FilteredXLMSFilter' class does not support code generation"?

1 Ansicht (letzte 30 Tage)
I would to know how to resolve this particular error " The 'dsp.FilteredXLMSFilter' class does not support codegeneration", I am trying to use dsp toolbox in Raspberry Pi to do ANR process.

Antworten (1)

Walter Roberson
Walter Roberson am 9 Feb. 2018
You will need to write the functionality yourself.
  5 Kommentare
Walter Roberson
Walter Roberson am 9 Feb. 2018
Right. The way to be able to generate code for this system object is to get hired by Mathworks and implement code generation for it using their internal development system.
Multiplexer
Multiplexer am 6 Mai 2021
The function dsp.FilterXLMSFilter supports code generation since R2017a as per documentation https://www.mathworks.com/help/releases/R2017a/dsp/ref/dsp.filteredxlmsfilter-class.html
Makes me wonder why the error simply states that "The 'dsp.FilteredXLMSFilter' class does not support codegeneration" when it's obvious from documentation that it does support code generation (in limited capacity but it does). I've checked it in R2021a and the error has exactly same misleading description, still claiming that It's not supported.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Code Generation 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!

Translated by