Versions Compared

Key

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

Overview

Converts multiple binary bits to an integer value

Type Definition

Code Block
typedef struct _ModuleBitsToInt
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
} ModuleBitsToIntClass;

Pins

Input Pins

Name: in1

Description: audio input

...

Sample rate range: Unrestricted

Complex support: Real

Output Pins

Name: out

Description: audio output

Data type: int

MATLAB Usage

File Name: bits_to_int_module.m

...