CostFunction

Navigation:  Library > Signal > Cost Functions > Continuous >

CostFunction

Previous pageReturn to chapter overviewNext page

Library

Signal\Cost Functions\Continuous

Implementations

IE

ISE

IAE

ISTE

ITAE

ITSE

IAEWAI

ISEWSI

ITAEWAI

Use

Domains: Continuous. Size: 1-D. Kind: Iconic Diagrams (Electric, Electric).

Description - IE

This submodel yields the following cost function:

 

output = int(e);

Description - ISE

This submodel yields the following cost function:

 

output = int(e2);

Description

This submodel yields the following cost function:

 

output = int(abs(e));

Description - ISTE

This submodel yields the following cost function:

 

output = int(time2*e2);

Description - ITAE

This submodel yields the following cost function:

 

output = int(time*abs(e));

Description  - ITSE

This submodel yields the following cost function:

 

output = int(time*e2);

I

Description - IAEWAI

This submodel yields the following cost function:

 

output = int(abs(e) + lambda*abs(input));

Description - ISEWSI

This submodel yields the following cost function:

 

output = int(e2 + lambda*input2);

Description

This submodel yields the following cost function:

 

output = int(time*abs(e) + lambda*abs(input));

Interface

Inputs

Description

e

input

Input signal

Input signal

Outputs

 

output

 

Parameters

 

lambda

Weighting factor.

Initial Values

 

output_initial

The initial value of the output.