Given f(N) as digital signal, find f(2N -1)

  • Thread starter Thread starter jaus tail
  • Start date Start date
  • Tags Tags
    Digital Signal
Click For Summary
SUMMARY

The discussion centers on the mathematical function f(N) defined as {3, 4, 5, 6, 7} with a starting point of f(0) = 5. Participants analyze how to compute f(2N - 1) by first determining f(2N) and then applying a leftward shift. The correct transformation results in f(2N - 1) being {3, 5, 7}, starting at 3. A key point of contention is the interpretation of the transformation, specifically the application of the factor of 2 only to N and not to the constant term.

PREREQUISITES
  • Understanding of digital signal processing concepts
  • Familiarity with function transformations in mathematics
  • Knowledge of sequence notation and indexing
  • Ability to interpret graphical representations of functions
NEXT STEPS
  • Study function transformations, focusing on scaling and shifting techniques
  • Explore digital signal processing fundamentals, particularly discrete functions
  • Learn about graphical representations of mathematical functions
  • Investigate the implications of modifying function arguments in mathematical expressions
USEFUL FOR

Students and educators in mathematics, particularly those studying digital signal processing and function transformations, as well as anyone seeking to deepen their understanding of sequence manipulation and graphical analysis.

jaus tail
Messages
613
Reaction score
48

Homework Statement


f(N) is {3, 4, 5, 6, 7}
It starts at 5 meaning f(o) is 5.
i have to find f{2N-1}

2. Homework Equations [/B]
f(N) is given, so first find f(2N) and then delay by 1.

The Attempt at a Solution


f(N) is {3, 4, 5, 6, 7}
finding f(2N)

f(0) is 5.
f(2 * 0) is 5

f(-1) is 4.
f(2 * -1) is f(-2) is 3.

f(-2) is 3.
f(2*-2) is f(-4) is 0

f(1) is 6
f(2*1) is f(2) is 7.

f(2) is 7
f(2*2) is f(4) is 0

so f(2N) is {0, 3, 5, 7, 0}
Starting value at 5.
So now f(2N-1) is shifting the origin to left by 1 we get f(2N-1) is {3, 5, 7}
starting at 3.

But in book they have done:
f(n) is {3, 4, 5, 6, 7}
starting at 5
then f(n-1) is {3, 4, 5, 6, 7
starting at 4
then f(2n-1) is {4, 6}
how can they multiply 2 only to n and not to (-1).
like shouldn't it be:
f(n)---->f(2n)---->f(2n-2)...
 
Physics news on Phys.org
jaus tail said:

Homework Statement


f(N) is {3, 4, 5, 6, 7}
It starts at 5 meaning f(o) is 5.[/B]
This should be f(0) is 5. o is the letter o, not zero.
jaus tail said:
i have to find f{2N-1}

2. Homework Equations

f(N) is given, so first find f(2N) and then delay by 1.

The Attempt at a Solution


f(N) is {3, 4, 5, 6, 7}
finding f(2N)

f(0) is 5.
f(2 * 0) is 5

f(-1) is 4.
f(2 * -1) is f(-2) is 3.

f(-2) is 3.
f(2*-2) is f(-4) is 0

f(1) is 6
f(2*1) is f(2) is 7.

f(2) is 7
f(2*2) is f(4) is 0

so f(2N) is {0, 3, 5, 7, 0}
Starting value at 5.
So now f(2N-1) is shifting the origin to left by 1 we get f(2N-1) is {3, 5, 7}
No.
If you know the graph of y = f(n), then the graph of y = f(2n) represents a compression of the graph of y = f(n) toward the vertical axis by a factor of 2.
Then, f(2n - 1) = f(2(n - 1/2)) represents a shift of the graph of y = f(2n) to the right by 1/2 unit.

Original function:
N -2 -1 0 1 2
f(N) 3 4 5 6 7

y = f(2N)
N -1 -1/2 0 1/2 1
f(2N) 3 4 5 6 7

For the graph of y = f(2N - 1) = f(2(N - 1/2)), all the points in the table above are shifted to the right by 1/2 unit.
jaus tail said:
starting at 3.

But in book they have done:
f(n) is {3, 4, 5, 6, 7}
starting at 5
then f(n-1) is {3, 4, 5, 6, 7
starting at 4
then f(2n-1) is {4, 6}
how can they multiply 2 only to n and not to (-1).
like shouldn't it be:
f(n)---->f(2n)---->f(2n-2)...
 
Yes you are right. The f(2n-1) is actually f(2(n-1/2)). I missed that step as it wasn't in the book.
Thanks.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
Replies
4
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
Replies
1
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K