Skip to main content
Skip table of contents

BitsToInt

Overview

Converts multiple binary bits to an integer value

Type Definition

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

Pins

Input Pins

Name: in1

Description: audio input

Data type: int

Channel range: 1

Block size range: 1

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

CODE
 M=bits_to_int_module(NAME,NUMIN)
 Converts input bits at N input pins to unsigned integer at the output
 pin. The bit present at first input pin is LSB bit. 
    NAME - name of the module.
    NUMIN - number of input pins.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.