Click here to return to the Arithmetic and Logic page
This module computes the 2 Power of the incoming data.
Name | ADAU-145x | ADAU-146x | ADSP-214xx | ADSP-SC5xx |
---|---|---|---|---|
Exp2 | Yes | Yes | Yes | Yes |
Name | Type | Description |
---|---|---|
Input | Audio/Control | Input data whose 2 Power is to be computed |
Name | Type | Description |
---|---|---|
Output0 | Control | Pow2(input) |
Output1 | Control | Flag set when the output of the module Overflows/Underflows |
No configurable parameters
2 Power x is equivalent to e^(x ln 2). Taylor series expansion of e^x is used to compute the value of 2 Power x.