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.

Multiplying a rectangular pulse with a triangualar pulse?

Status
Not open for further replies.

silent7

Newbie level 3
Joined
Sep 8, 2010
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,310
Hi there, I have the following system
x(t)-->| h(t) |---->y(t)

where X(w) = 0.5rect(w/8000*pi) and H(w) = triangle(w/2000*pi). With this I'm trying to find the output frequency Y(w) but I dont know how to multiply these two together?.
 

multiplying in time domain is equal to convolution in frequency domain or vice versa. why not try in matlab??
 

You can directly multiply X(w) with H(w) for each frequencies to get Y(w). Just simply multiply it sample by sample.

If you want to do the operation in time domain, you can convert X(w) and H(w) to time domain, do convolution between x(t) and h(t) to get y(t), and then convert back to frequency domain to get Y(w).
X(w) --[ifft]--> x(t) --> h(t) --> y(t) --[fft]--> Y(w)
H(w) --[ifft]---------------^
 

Do you want to multiply them in time domain or frequency domain?
If in time domain, ifft then do multiply sample by sample, the spectrum will look like a pyramid with a flat summit.
If in the frequency domain, multiply X(W) and Y(W).
Any other problem ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top