Categories

Pages

Sampling Rate and Interval Partitions

In music, the sampling rate, sample rate, or sampling frequency defines the number of samples per second (or per other unit) taken from a continuous signal to make a discrete signal. For time-domain signals, the unit for sampling rate is 1/s. The inverse of the sampling frequency is the sampling period or sampling interval, which is the time between samples.

Analog Signal

Sampled Signal

Sampled Signal

In mathematics, a partition of an interval [a,b] is a finite sequence

a = x_0 < x_1 < x_2 < \cdots < x_n = b

Each [xi,xi + 1] is called a subinterval of the partition. The mesh of a partition is defined to be the length of the longest subinterval [xi,xi + 1], that is, it is max(xi + 1xi) where 0 \le i \le n - 1. It is also called the norm of the partition.

A tagged partition of an interval is a partition of an interval together with a finite sequence of numbers t_0, \ldots, t_{n-1} subject to the conditions that for each i, x_i \le t_i \le x_{i+1}. In other words, it is a partition together with a distinguished point of every subinterval. The mesh of a tagged partition is the same as that of an ordinary partition.

Suppose that x_0,\ldots,x_n together with t_0,\ldots,t_{n-1} are a tagged partition of [a,b], and that y_0,\ldots,y_m together with s_0,\ldots,s_{m-1} are another tagged partition of [a,b]. We say that y_0,\ldots,y_m and s_0,\ldots,s_{m-1} together are a refinement of x_0,\ldots,x_n together with t_0,\ldots,t_{n-1} if for each integer i with 0 \le i \le n, there is an integer r(i) such that xi = yr(i) and such that ti = sj for some j with r(i) \le j \le r(i+1) - 1. (It is not correct to allow j to equal r(i + 1) because sr(i + 1) is greater than or equal to xi + 1.) Said more simply, a refinement of a tagged partition takes the starting partition and adds more tags, but does not take any away.

We can define a partial order on the set of all tagged partitions by saying that one tagged partition is bigger than another if the bigger one is a refinement of the smaller one.

There is a pretty obvious similarity between those two notions : the refinement of a tagged partition represents an increase of the sampling rate.

1 comment to Sampling Rate and Interval Partitions

You must be logged in to post a comment.