I need to transform this Laplace function to the z-domain:
From the answer I received:
$s=(1-z^{−1})/T$
Then substitution into my Laplace function would give:
$t(z) = 2R/(m*(1-z^{−1})/T + 2R)$
Is that it?
Then $z$ is the input signal's current sample? Is $z^{-1}$ is the input signal delayed by one sample?
ie. Is it:
output_of_function = 2*R / (m* (1 - input_signal_1)/T + 2*R)
What basic mechanism might this function expect to perform? Eg. a LPF? Or what?
Does the fact that you're subtracting $z^{-1}$ from 1 imply that the input must be between -1 and 1?
Thanks. (I edited this in reply to the answer given from Matt L which helped.)

