I'm looking at VB code written by others and trying to understand if something is in error. Documents/examples don't explicitly state that the Sampling Rate passed to a filter function (for example ChebyshevLowpassFilter) should be the sample rate at which the data were collected. This seems like an obvious thing to me, but the code I'm looking at does not pass the actual sample rate of the data, so I'm wondering if I'm missing something.
Could someone verify the proper use of the sampling rate variable in the filters?