Let $s_{\rm out}[n]$ be the 1D output signal of a system, $s[n]$ be the input, and $k[n,q]$ be the filter kernel for an element $n$ and for fixed value $q$. Then:
$s_{\rm out}[n] = s[n] \ast k[n,q]$
If I know $q$ as a real number, then I can compute the filter kernel $k[n,q]$ and determine $s[n]$.
The values for $q$ normally range between $q = 30$ and $q = 500$. The signal $s[n]$ is discrete data that is bounded between two values. Moreover, $s[n]$ is minimum-phase.
In the frequency domain, the filter kernel $k[n,q]$ modifies both the magnitude and phase of the input $s[n]$ to cause attenuation. This is a "lossy" transmission channel.
However, I do not know $q$ and $s[n]$, and so I am looking for a well-known, "classic" reference that details how to estimate $s[n]$ with some knowledge of $k[n,q]$. I know the mathematical form of $k[n,q]$, but I just don't know $q$.
I'm looking for an algorithm that works fairly well and is reasonably well-understood and applied. In this case, $s[n]$ could be contaminated by noise (as are all real signals), but the main goal is to remove $k[n,q]$ to estimate $s[n]$.