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

2 次查看(过去 30 天)
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.

回答(1 个)

Walter Roberson
Walter Roberson 2018-2-9
You will need to write the functionality yourself.
  5 个评论
Walter Roberson
Walter Roberson 2018-2-9
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 2021-5-6
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Code Generation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by