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.

DSP very basic question

Status
Not open for further replies.

shhrikant1

Member level 2
Joined
Apr 21, 2010
Messages
47
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
Edison NJ
Activity points
1,572
Correct me if I am wrong -
If we have a continuous signal & we have to sample it ,
then -
impulse train of sampling frequency F(s) * Continuous signal X(t)
will give me sampled output X(s).

here * is convolution.

also by going through convolution theory, I am quite clear that convolution is totally different from multiplication in time domain, then how to write a code for convolution in VHDL?

I am very new to DSP , as you could guess by the simplicity of the question itself.

thanks in advance
 

In this case, you are talking about a mathmatical model of sampling. so you will just be sampling some input signal.

after sampling, you might choose to use a FIR filter or an IIR filter. both perform a convolution defined by the filter.
 

Hi Permute,

I am sorry I couldn't understand this line " after sampling, you might choose to use a FIR filter or an IIR filter. both perform a convolution defined by the filter
"
I thought I have to do convolution for sampling, What I could infer from the above statement is sampling is done 1st & by designing a filter convolution is done by the filter itself. plz correct me, its something very basic, which I couldn't answer myself
 

Sampling is the multiplication of the continuous signal by an impulse train in the TIME domain, the convolution is applied between the signal's spectrum and an impulse train to obtain the output's spectrum.

If you are to do sampling, there is no need for convolution at all !
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top