Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

使用查找表逼近函数

在 Simulink® 中创建并优化函数查找表

使用查找表优化器,您可以生成用于逼近函数、子系统和模块的节省内存的查找表。您还可以用它优化现有的 Lookup Table 模块。

App

查找表优化器Optimize existing lookup table or approximate function with lookup table

FunctionApproximation.Problem Object defining the function to approximate, or the lookup table to optimize
FunctionApproximation.Options Specify additional options to use with FunctionApproximation.Problem object
FunctionApproximation.LUTSolutionOptimized lookup table data or lookup table data approximating a math function
FunctionApproximation.LUTMemoryUsageCalculatorCalculate memory used by lookup table blocks in a system
FunctionApproximation.TransformFunctionObject defining transform function to approximate (自 R2023a 起)

对象

LUTCompressionResultOptimized lookup table data for all Lookup Table blocks in a system (自 R2020a 起)

函数

FunctionApproximation.compressLookupTablesCompress all Lookup Table blocks in a system (自 R2020a 起)
coder.approximationCreate function replacement configuration object
DataTypeWorkflow.findDecoupledSubsystemsGet a list of subsystems to replace with an approximation

主题