Question:

In a signal \( x(n) \), if ‘n’ is replaced by \( \frac{n}{3} \), then it is called ________.

Show Hint

If time index is divided by \( k \), it’s upsampling. If multiplied, it’s downsampling.
Updated On: Jun 23, 2025
  • upsampling
  • folded version
  • downsampling
  • shifted version
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: In discrete-time systems:
\( x(n) \rightarrow x(kn) \): downsampling
\( x(n) \rightarrow x\left(\frac{n}{k}\right) \): upsampling
Step 2: Here, replacing \( n \) by \( \frac{n}{3} \) increases the number of samples — that’s upsampling.
Step 3: For example: \[ x(n) = [1, 2, 3] \Rightarrow x\left(\frac{n}{2}\right) = [1, 0, 2, 0, 3] \] Hence, this is upsampling by 3.
Was this answer helpful?
0
0