Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

Overview

Computes the function y = 10^x using the math library

Discussion

Computes the function 10^x using the math library.

Type Definition

Code Block
typedef struct _ModulePow10toX
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
} ModulePow10toXClass;

Pins

Input Pins

Name: in

Description: Input signal

...

Sample rate range: Unrestricted

Complex support: Real

Output Pins

Name: out

Description: Output signal

Data type: float

MATLAB Usage

File Name: pow10toX_module.m

...