Comment on How and why to take a logarithm of an image [video]parentComments−toxik5moWell, you get the frequency domain derivative. This is the same as scaling the time domain by a linear ramp. Not exactly hugely useful, unless you happen to be in radar.You can take the finite difference with eg np.diff(waveform) though.
Comments
Well, you get the frequency domain derivative. This is the same as scaling the time domain by a linear ramp. Not exactly hugely useful, unless you happen to be in radar.
You can take the finite difference with eg np.diff(waveform) though.