I am trying to build an AutoEncoder, where I am trying to de-noise the signal.
Now, for example, the amplitude range of my input signal varies in between -47 to +32. But while I am getting the decoded signal (reconstructed one), that signal only ranges in between 0 to +1 amplitude.
How can I get my reconstructed signal with the same amplitude range of -47 to +32?