On Fri, Feb 11, 2022 at 01:36:59PM +0000, e heuchamps wrote: > I have read in a thread in this forum that the sampling rate (usually > denoted by the variable "samp_rate") is just a number representing how > much values are in a period of the signal. This means that, for signal > with frequency "f" or, equivalently, period "T = 1/f", 1 second is equal > to T*f = samp_rate*f values.
Don't know where you read that, but it is all wrong... 'samp_rate' is just the number of samples per second. For a signal with frequency 'f' there will be samp_rate / f samples in each period. Ciao, -- FA