Logo
MSP DSP Library
msp_shift_iq31_params Struct Reference

Parameter structure for the IQ31 vector shift function. More...

#include <DSPLib_vector.h>

Data Fields

uint16_t length
 Length of source and destination data, must be a multiple of two.
 
int8_t shift
 

Detailed Description

Parameter structure for the IQ31 vector shift function.

Examples:
transform_ex3_fft_iq31.c.

Field Documentation

int8_t msp_shift_iq31_params::shift

Integer value to shift each vector element by. Positive values will shift to the left and negative values will shift to the right.

Examples:
transform_ex3_fft_iq31.c.

The documentation for this struct was generated from the following file: