Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Question with sinc function

Status
Not open for further replies.

kostbill

Full Member level 1
Joined
Dec 7, 2004
Messages
97
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
885
sinc function in chinese

Hello.

I have a problem with one exercise, it starts like this:

We sample the signal x( t ) = ( sinc( 4t ) )^2 with the Nyquist frequency.

At the end of the exercise, he gives us that

F[ sinc( x ) ] = rect( f ), F[ x( at ) ] = ( 1/|a| ) X( f/a ), F[ ( x( t ) )^2 ] = F[ x(t) ] * F[ x(t) ].

In order to find the maximum frequency of our signal, I start like that

F[ ( sinc( 4t ) ) ] =
F[ sinc( 4t ) ] * F[ sinc( 4t ) ] =
(1/4) rect( f/4 ) * (1/4) rect( f/4 ) =
(1/16) triangle( f/4 ).

( the convolution of two rectagle functions rect( x ) * rect( x ) = triangle( x ) ).

So, given the definition of the triangle function, my max frequency is 4.

This is my question, the area under triangle( f/4 ) is not equal to 1. Should it be equal to one? I am not sure about that...

Can anyone help?

Thanks a lot.

Added after 11 minutes:

I made a mistake, I forgot to square the funtion, so, the order is

F[ ( sinc( 4t ) )^2 ] =
F[ sinc( 4t ) ] * F[ sinc( 4t ) ] =
(1/4) rect( f/4 ) * (1/4) rect( f/4 ) =
(1/16) triangle( f/4 ).
 

sinc function triangle

a*rect(f/4)*a*rect(f/4)=a^2*triang(f/2)
In the case of 2 rectangle convolution result takes 2 times higher frequency range than rectangle... You can see it when you shift one of the rectangles and evaluate cases for non zero convolution.

****
****
in convolution with
****
****
gives:
.....*
...***
.******
********
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top