Vous êtes sur la page 1sur 6

11/27/2014

All Subject Interview Questions and Answers - DSP Interview Questions

Interview Questions with Answers

All Subject Interview Questions


and Answers

DSP Interview Questions

11/27/2014 12:21pm
Home
C/C++ Interview Questions
8085 and 8086 Interview Questions
DSP Interview Questions
LINUX Interview Questions

Advertisement

UNIX Interview Questions


Networking Interview Questions
Wireless Interview Questions
Govt. model Papers

how to classify signals?


discreet time/continous time, periodic/nonperiodic

Give me ur Opininon

what is the use of random signals?


for testing systems dynamic response statistically for very small
amplitudes and time durations.
how to classify systems?
linear, stable, time invariant
what's the difference between correlation & convolution?
how to obtain convolution from correlation operator *?
conv(h,x) = h*(-x)
what are the characteristics of a transient response of a
system?
decay time, rise time, peak time, max overshoot, settling time
whats sampling thereom? who proposed it? whats
importance?

Why is the need of FFT ?


What is the need of Digital Signal Processing?
what is the convolution?
What is aliasing and how do we prevent it?
Aliasing is frequency shifting of content of input signal above half
the sample frequency. We avoid it by using antialiasing filters to
limit signal content below 1/2 sample frequency and/or by sampling
at high enough frequency to avoid antialiasing.
What is the application fo Cross correlation and Auto
Correlation?
what do u mean by spectral resolution?
i think its separetion of two signal in frequency domain.

http://allinterviewquestions.page.tl/DSP-Interview-Questions.htm

1/6

11/27/2014

All Subject Interview Questions and Answers - DSP Interview Questions

how do u reduce spectral leakage?


By incresing the window lenth in time domain we can reduce
spectral leakage.
What is the concept of stability of an LTI system? How to
check if a given system is stable?
Determine the roots of the system. If all roots have real part <> 0,
the system is unstable.
What is the importance of time frequency resolution? Can
this be explained with respect to some application eg when
we need to determine the stationary and dynamic
characteristic of a signal, how do transform with different
time frequency resolution, affects it.
Time and frequency are two important aspects in which time and
frequency are the inverse of each other.Hence if u have a small
frequency it is spread out in large time and vice versa. Just u can
analyze a time frequency plot.
So when we try to analyze non stationary signals these values
continuously change and the properties of FFT do not hold for non
stationary signals for which u need to go to either Short term Fourier
trnasform or the wavelet analysis.
Each has it's own adv and disadv.

Tell some thing about Interpolation and decimation?


Intepolation basically filling missing samples,
decimation basically reducing the sample rate.
Explain using convolution the effects of taking an FFT of a
sampe with no windowing (rectangular window).
The signal is multiplied by a rectangular window in the time domain.
This corresponds to convolution by a sync function in the frequency
domain. The wide center lobe of the sync function spreads
frequencies and the side lobes shift frequencies.
What is Gibbs phenomenon?
The Gibbs phenomenon in time is the result of truncating its
corresponding discrete Fourier Transform, or, Fourier Series. The
Gibbs
phenomenon in frequency is the result of truncating its sampled
time series.
If a have two vectors, how will i check the orthogonality of
those vectors?
Why do we need I&Q signals?
what care should be taken when we doing camulative
decimation?

Transforms
In signal processing, why we are much more interested in
orthogonal transform?
What are the pros and cons of Discrete Cosine Transform?"
What are basis vectors in a transofrm?
how can you compute fourier transform form Z-transform ?
z =r*e(-iw) when r=1 Z-transform converges to discrete Fourier
tranform.
Why is FFT faster than DFT? what is the actual concept
behind this?
FFT is an algorithm to implement DFT , FFT is not at all a tranform,
if u implement Directly it take (N^2) complex Multiplications and

http://allinterviewquestions.page.tl/DSP-Interview-Questions.htm

2/6

11/27/2014

All Subject Interview Questions and Answers - DSP Interview Questions

(N^2 -N) complex additions , where as FFT will Nlog2(N) complex


Mul & additions
what is the difference between DFT and DTFT?
DFT = spectrum of DFT also discrete in nature,where as spectrum of
DTFT is continuous.
why we use DCT extensilvely in compression?
DCT has excellent energy compaction property, for highly correlated
input it give excellent energy compaction similar to KL transform.
why after DCt we use a zig zag manner for run length coding?
to convert to 2d to 1d data for run lenth coding, zig-zag is prefered
because it scan the 2d data from low frequency to high frequency
coef.
FFT is in complex domain, how to use it in real life signals
optimally?
use two diiferent buffers for real & complex
why we use Forrier transform in DSP

how to find energy density (enrgy per unit bandwidth) from


fourier transform?
| F(jw)| pow 2
why do we use laplace transform?
analysis & design of linear time invariant systems
can u compare laplace & fourier transforms? any
disadvantages for fourier?
in a strict sense, fourier is not applicable for unit step, unit ramp and
sinusoidal functions. this is overcome in laplace.
what are advantages of laplace transform?
simplifies operations, transforms frequently occuring exponential
function to simpler easier to handle algebraic functions.

what's the fourier transform of a auto correlation for a


periodic waveform ?
power spectral density
Filters
what is use of windowing in digital filters?
How toget a magnitude response of a quantized filter?
Any noise estimation has to be done??
What is the difference between equiripple filter and FIR
filter?
whats basic difference b/w winer filter and kalman filter and
lms filter ?
What is the advantage of a Direct form II FIR over fom I?
Why IIR filters doesnt have Linear phase?.
Liner phase IIR filter cannot physically realizable , its unstable.
Can IIR filters be Linear phase? how to make it linear Phase?
Idealy Physically realizable doesnt have linear phase, but we can
implement IIR filter with linear phase response in passband. (refer
Bessel series Approx)

http://allinterviewquestions.page.tl/DSP-Interview-Questions.htm

3/6

11/27/2014

All Subject Interview Questions and Answers - DSP Interview Questions

What is the advantage of a Direct form II FIR over fom I?


i think Direct form -2 take less memory (not sure)
What is the basic difference blw FIR and IIR filters?
basic difference is FIR has liner phase response,where has IIR filter
has nonlinear phase response.
what is the special about minimum phase filter ?
minimum phase system has both poles and zeors reside in side unit
circle, these are basically used for
compensating channel impairments.
differences b/w butterworth, chebyshev, elliptical filter and
advantages/disadvantages of each?
butter worth -monotonic response in pass band and stop band.
chebyshev-1 ripple in pass band, and monotonic in stop band.
chebyshev-2 monotonic in passband ripple in stop band.
elliptic- ripple response both in passband &stop band.
for given set of parameters we can achive minimum transistion band
width with elliptic filter , other way
we can implement with fewer number of coef than other methods

What is Interpolation and decimation filters and why we


need it?
interpolation for reconstruction and for sample rate up conversion.
deciamtion filter sample rate down conversion.
what is the simplest high pass filter ? write the equation?
Hp= 1- Lp

The last comments on this page:


Comment posted by ugg ???????( wondhx gmail.com ), 01/08/2014, 12:37 am:
The looks is emphasized by thick, dark rimmed glasses, bowties, cardigan sweaters, plaid dress shirts, and retro
suits which were reminiscent of Buddy Holly and then the sixties. Not only is this fashion trend stylish, but the
majority of for the small trends built into the larger ugg
???? picture are classic accessories and garments
upon entering your well earned money out from. Just like, dark plastic frames All Subject Interview Questions and
Answers - DSP Interview Questions for instance Ray Ban's original Wayfarers undoubtedly are a classic style that
should always look sharp.
Comment posted by ?? ??( goctghabe gmail.com ), 01/05/2014, 5:46 pm:
Some ?? ?? other popular methods:Although screen printing and embroidery could be the common anxiety for
imprinting clothes, you'll find All Subject Interview Questions and Answers - DSP Interview Questions also other
sorts of alternatives. Some other sort of varieties imprinting methods include rubber, pewter decoration, and
liquid metal.
Comment posted by ????? ?????( bkcmpsip gmail.com ), 01/05/2014, 3:20 am:
Professional WrestlingProfessional wrestling is really the most wellknown version of wrestling. Modern professional
wrestlers often are big names, including Hulk Hogan, The Rock, Stone Cold Steve Austin and
??
?? Triple
H. Pro wrestling usually is choreographed so the combatants know earlier who is going to win. Wrestlers often
adopt specific personalities in the All Subject Interview Questions and Answers - DSP Interview Questions ring
and normally bad or good; bad wrestlers will often be identified as heels. This makes a high higher level of
audience participation, while the crowd cheer one wrestler and boos another. Despite being choreographed, pro
wrestling is really a tough, energetic and skillful sport as well as a small error in technique or timing may result in
serious injury.
Comment posted by Koehler( kathrinkoehler googlemail.com ), 01/04/2014, 10:03 pm:
Incredible points. Sound arguments. Keep up the great spirit.
Comment posted by Mackintosh( joelmackintosh bigstring.com ), 01/03/2014, 6:06 pm:
He wanted to return to California to reconcile with his estranged wife, a physician who suffered from a serious
heart condition and thyroid ailment made worse, Attallah claims, by anxiety and depression. Pinkham offers
medical services, and treatments for her patients. Andrea looked surprised when I stated that after nine months,
one surgery, physical therapy and four doctors, my leg still throbbed and was swollen.
Comment posted by Piquet( eileen-piquet gmail.com ), 01/03/2014, 5:32 pm:
Appreciating the time and effort you put into your blog and in depth information you present. It's great to come
across a blog every once in a while that isn't the same outdated rehashed material. Great read! I've saved your
site and I'm including your RSS feeds to my Google account.
Comment posted by De Bernales( lynnedebernales zoho.com ), 01/03/2014, 10:44 am:
I am sure this paragraph has touched all the internet viewers, its really really good post on building up new blog.
christian louboutin cheap
Comment posted by mareeswaran( pmareeswaran8 gmail.com ), 01/03/2014, 9:44 am:
not bad
Comment posted by Castillo( isidrocastillo gmail.com ), 01/02/2014, 12:42 pm:
Piece of writing writing is also a fun, if you be acquainted with then you can write if not it is complex to write.
Comment posted by Andre( barrettandre gmail.com ), 01/02/2014, 6:16 am:
Heya i am for the first time here. I came across this board and I to find It truly helpful & it helped me out a lot. I
hope to give one thing again and aid others such as you helped me.
Comment posted by Akehurst( rodrickakehurst gmail.com ), 01/01/2014, 10:35 am:

http://allinterviewquestions.page.tl/DSP-Interview-Questions.htm

4/6

11/27/2014

All Subject Interview Questions and Answers - DSP Interview Questions

Hey I am so thrilled I found your website, I really found you by mistake, while I was searching on Yahoo for
something else, Regardless I am here now and would just like to say many thanks for a remarkable post and a all
round interesting blog (I also love the theme/design), I don_t have time to read through it all at the moment but
I have bookmarked it and also added in your RSS feeds, so when I have time I will be back to read much more,
Please do keep up the great work.
Comment posted by ??? ???????( xzemog gmail.com ), 01/01/2014, 10:29 am:
The manufacturer proceeded to go from strength to strength since and then enjoys an intercontinental reputable
name All Subject Interview Questions and Answers - DSP Interview Questions making sports shoes quality and
also other sports products. For that matter, just about the most prized baseball footwear is now some of Nike air
baseball cleats, although the image of the outfit Nike dedicated fan from top to bottom in their products. Nike also
provides a great array of sports
changing.

???? bags quality and as with creations with the range is always

Comment posted by Schrantz( zoraschrantz gmail.com ), 12/31/2013, 6:03 pm:


What's up, just wanted to mention, I loved this article. It was funny. Keep on posting!
Comment posted by Ricker( cortneyricker bigstring.com ), 12/31/2013, 4:19 pm:
Heya i am for the primary time here. I came across this board and I to find It truly useful & it helped me out a lot.
I hope tto give one thing again and aid others such as you helped me.
Comment posted by Benjafield( aracelisbenjafield t-online.de ), 12/31/2013, 4:05 pm:
Hey! Someone in my Myspace group shared this site with us so I came to give it a look. I'm definitely loving the
information. I'm book-marking and will be tweeting this to my followers! Fantastic blog and great style andd
design.
Comment posted by Hirth( anjahirth animail.net ), 12/30/2013, 4:50 am:
This vitamin also help to prevent a type of anemia that can often make people tired and weak. Also the all-in-one
treatment in most cases do not contain enough of one ingredient to have any positive effect. There was no
consideration of other factors such as smoking rates, stress factors, sugar intake, exercise frequency, or other
lifestyle factors.
Comment posted by Fuhrmann( zelmafuhrmann arcor.de ), 12/29/2013, 10:33 am:
Hello would you mind letting me know which hosting company you're working with? I've loaded your blog in 3
completely different internet browsers and I must say this blog loads a lot faster then most. Caan you suggest a
good internet hosting provider at a fair price? Thank you, I appreciate it!
Comment posted by Linderman( merilinderman zoho.com ), 12/29/2013, 5:45 am:
Coach Outlet Allen Coupon It offers a superior a Bible based curriculum and Christ centered preschool.I do
believe watching one with less time recovering was a easy way "go out" with Dexter.
http://www.osuwrfc.com/coach-outlet/?key=Coach+Outlet+Store+Online+Real
Comment posted by Giles( yasmingiles bigstring.com ), 12/28/2013, 8:33 pm:
moncler outlet As ffor Dex again maanaging to conceal hiss involvement inside a deatrh fom Miami Homicide, yes
it stretches reality in the interests oof the story, though the show has ALWAYS DONE THAT.Don't attack other
readers personally, while keeping your language decent. Http://Sultan-Events.Nl/Uggs.Html
Comment posted by Annand( margot.annand arcor.de ), 12/28/2013, 1:01 pm:
I comment whenever I like a post on a site or if I have something to valuable to contribute to the discussion.
Usually it's a result of the passion displayed in the article I read. And after this post All Subject Interview
Questions and Answers - DSP Interview Questions. I was actually moved enough to post a thought ; -) I actually
do have a few questions for you if it's okay. Could it be just me or do a few oof these comments look as if they are
left by brain dead folks? :-P And, if you are writing on additional sites, I would like to follow anything fresh you
have to post. Would you list the complete urls of all your public pages like your twitter feed, Facebook page or
linkedin profile?
Comment posted by Doan( eniddoan gmail.com ), 12/28/2013, 9:26 am:
uggs kopen "Emmert's announcement on the NCAA's plan to get out of the jersey sales came being the Executive
Committee, which employs Emmert, together with the Division I Board of Directors finished numerous regularly
scheduled meetings in Indianapolis.Bush is outselling his rival by a slim margin. ugg australia Pas cher
Comment posted by Russo( lesrusso peacemail.com ), 12/28/2013, 5:51 am:
canada goose outlet online 20 plus cents, owing to our reliance upon oil exports.This is what these tamil
community/student leader aree actualoly doing in the last 20 years. Uggg pas cher
Comment posted by Comstock( nick.comstock web.de ), 12/27/2013, 5:13 pm:
New Years 2014 Mifhael Kors Manhattan Project: The Manhattan Project was the codename to get a project
conducted during Wordld War II to develop the 1st atomic bomb.Different coffee pod systemsThe pods for
several different brands of coffee brewing systems generally may not bee interchangeable. New Years 2014
Michael Kors
Comment posted by Young( audrayoung googlemail.com ), 12/27/2013, 10:39 am:
Woah! I'm really loving the template/theme of this site. It's simple, yet effective. A lot of times it's very hard to get
that "perfect balance" between usability and appearance. I must say you have done a excellent job with this.
Also, the blog loads very fast for me on Firefox. Exceptional Blog!
Comment posted by Mosely( kirk.mosely googlemail.com ), 12/27/2013, 10:00 am:
I am extremely impressed with your writing skills as well as with the layout on your blog. Is this a paid theme or
did you modify it yourself? Anyway keep up the nice quality writing,itis rare to see a nice blog like this one
nowadays.
Comment posted by Wheelwright( ada.wheelwright t-online.de ), 12/25/2013, 7:24 pm:
Hi there, I enjoy reading all of your article. I like to write a little comment to support you.
Comment posted by Sorrells( manuel.sorrells freenet.de ), 12/25/2013, 7:08 pm:
It's very easy to find out any topic on web as compared to textbooks, as I found this piece of writing at this site.
Comment posted by Purton( rockypurton gmail.com ), 12/25/2013, 6:50 pm:
I create a comment each time I appreciate a post on a site or if I have something to add to the discussion. It is
triggered by the passion displayed in the article I read. And on this post All Subject Interview Questions and
Answers - DSP Interview Questions. I was moved enough to drop a thought :-P I do have 2 questions for you if
it's allright. Is it simply me or does it look as if like some of these comments come across like they are coming from
brain dead people? :-P And, if you are posting at other places, I would like to follow you. Could you make a list
every one of your shared sites like your twitter feed, Facebook page or linkedin profile?

Add comment to this page:


Your Name:
Your Email address:
Your website URL:

Your message:

http://allinterviewquestions.page.tl/DSP-Interview-Questions.htm

5/6

11/27/2014

All Subject Interview Questions and Answers - DSP Interview Questions

Add comment

Today, there have been 77 visitors (208 hits) on this page!

=> Do you also want a homepage for free? Then click here! <=

http://allinterviewquestions.page.tl/DSP-Interview-Questions.htm

6/6

Vous aimerez peut-être aussi