transform_funct_1dT_transform_funct_1dTransformFunct1dTransformFunct1dtransform_funct_1d (Operator)

Name

transform_funct_1dT_transform_funct_1dTransformFunct1dTransformFunct1dtransform_funct_1d — Transformiere eine Funktion mit gegebenen Transformationsparametern.

Signatur

transform_funct_1d( : : Function, Params : TransformedFunction)

Herror T_transform_funct_1d(const Htuple Function, const Htuple Params, Htuple* TransformedFunction)

void TransformFunct1d(const HTuple& Function, const HTuple& Params, HTuple* TransformedFunction)

HFunction1D HFunction1D::TransformFunct1d(const HTuple& Params) const

static void HOperatorSet.TransformFunct1d(HTuple function, HTuple paramsVal, out HTuple transformedFunction)

HFunction1D HFunction1D.TransformFunct1d(HTuple paramsVal)

def transform_funct_1d(function: Sequence[Union[float, int]], params: Sequence[float]) -> Sequence[Union[float, int]]

Beschreibung

transform_funct_1dtransform_funct_1dTransformFunct1dTransformFunct1dTransformFunct1dtransform_funct_1d transformiert die Eingabefunktion FunctionFunctionFunctionFunctionfunctionfunction mit den Transformationsparametern, die in ParamsParamsParamsParamsparamsValparams übergeben werden. Die Funktion FunctionFunctionFunctionFunctionfunctionfunction wird dabei als Tupel übergeben (siehe create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array und create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs). Es wird folgendes Modell der Transformation zwischen den zwei Funktionen verwendet (siehe match_funct_1d_transmatch_funct_1d_transMatchFunct1dTransMatchFunct1dTransMatchFunct1dTransmatch_funct_1d_trans): Die Ausgabefunktion TransformedFunctionTransformedFunctionTransformedFunctionTransformedFunctiontransformedFunctiontransformed_function entsteht dadurch, dass die x- und y-Werte der Eingabefunktion getrennt nach obiger Formel transformiert werden, d.h. die Ausgabefunktion wird nicht neu abgetastet. Daher muss gelten. Um eine Funktion neu abzutasten steht der Operator sample_funct_1dsample_funct_1dSampleFunct1dSampleFunct1dSampleFunct1dsample_funct_1d zur Verfügung.

Ausführungsinformationen

Parameter

FunctionFunctionFunctionFunctionfunctionfunction (input_control)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Eingabefunktion.

ParamsParamsParamsParamsparamsValparams (input_control)  number-array HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Transformationsparameter zwischen den Funktionen.

Parameteranzahl: 4

TransformedFunctionTransformedFunctionTransformedFunctionTransformedFunctiontransformedFunctiontransformed_function (output_control)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Transformierte Funktion.

Vorgänger

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array, match_funct_1d_transmatch_funct_1d_transMatchFunct1dTransMatchFunct1dTransMatchFunct1dTransmatch_funct_1d_trans

Modul

Foundation