“…Since ANNs work with integer inputs, the ACE‐AGP signals must be decomposed into real and imaginary parts. The training process of an ANNT can be described as - Use the ACE‐AGP algorithm to obtain x AGP from the original time‐domain signal x Org
- Split the x Org and x AGP signals into training x Org, tr , x AGP, tr and test sets x Org, ts , x AGP, ts .
- Decompose the x Org and x AGP signals into real and imaginary parts , , respectively.
- Create two ANN models ANNT Re , ANNT Im for real and imaginary parts, respectively.
- Get and by training the models ANNT Re and ANNT Im with the pairs and , respectively.
- Obtain x ANNT with .
More details about ANNT method‐based PAPR reduction can be found in Louliej et al for interested readers. The major drawback of ANNT‐based PAPR reduction is its offline training time based on ACE‐AGP signals, which is not suitable for real‐time applications.…”