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.

Explain x(2n) and 2x(n) signals in dsp

Status
Not open for further replies.

arti.iisc

Junior Member level 3
Joined
Jun 22, 2007
Messages
31
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
india
Activity points
1,514
signal in dsp

can anyone explain x(2n) and 2x(n).
 

signal in dsp

Hi Aru,

x(2n) :

n is the index for smaple number.

if y(n) = x(2n) then y(n) takes only even numbered sample. i.e y(0) = x(0), y(1) = x(2),y(2) = x(4), y(3) = x(6)

similarly
here 2 is a constant multiplication to each sample.
if y(n) = 2x(n) then y(n) is map to double amplitude sample. i.e y(0) = 2*x(0), y(1) = 2*x(1),y(2) = 2*x(2), y(3) = 2*x(3)

Regards,
Naresh
 

signal in dsp

is your question with refernce to matlab?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top