FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > DSP

DSP comp.dsp newsgroup, mailing list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-07-2009, 11:24 AM
cpshah99
Guest
 
Posts: n/a
Default Ploting Impulse response


Hi All

May be this is trivial but I need some help.

I am trying to plot impulse response of the channel. I have got a channe
matrix of 71x1000 i.e. the row reprents 'time' and the column represent
'delay'.

When I use 'mesh' function of matlab it does the job but it does not loo
good.

Any otherway to plot it in 3D?

Thanks,

Chintan
Reply With Quote
  #2 (permalink)  
Old 09-07-2009, 12:07 PM
Rune Allnor
Guest
 
Posts: n/a
Default Re: Ploting Impulse response

On 7 Sep, 11:24, "cpshah99" <cpsha...@rediffmail.com> wrote:
> Hi All
>
> May be this is trivial but I need some help.
>
> I am trying to plot impulse response of the channel. I have got a channel
> matrix of 71x1000 i.e. the row reprents 'time' and the column represents
> 'delay'.
>
> When I use 'mesh' function of matlab it does the job but it does not look
> good.
>
> Any otherway to plot it in 3D?


Find out what parameter best represents the properties
of the channel in plots. It could be propagation losses,
interference ratios - anything.

The key to come up with good plots is to

a) Realize that plots are about you communicationg with
human readers.
b) Have a clear idea what message you want to communicate
to the human reader.
c) Find the most revealing data, with respect to the
message you want to communicate.
d) Find out exactly how *little* information is
*necessary* to get the message across.
e) Find a clear, uncluttered and concise way of plotting
this minimum of data.

Rune
Reply With Quote
  #3 (permalink)  
Old 09-07-2009, 04:14 PM
Jerry Avins
Guest
 
Posts: n/a
Default Re: Ploting Impulse response

Rune Allnor wrote:

...

> The key to come up with good plots is to
>
> a) Realize that plots are about you communicationg with
> human readers.
> b) Have a clear idea what message you want to communicate
> to the human reader.
> c) Find the most revealing data, with respect to the
> message you want to communicate.
> d) Find out exactly how *little* information is
> *necessary* to get the message across.
> e) Find a clear, uncluttered and concise way of plotting
> this minimum of data.


Are you familiar with Edward Tufte's work?
http://www.edwardtufte.com/tufte/books_vdqi

Jerry
--
Engineering is the art of making what you want from things you can get.
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Reply With Quote
  #4 (permalink)  
Old 09-07-2009, 05:24 PM
cpshah99
Guest
 
Posts: n/a
Default Re: Ploting Impulse response

Hi All

Thanks

Chintan
Reply With Quote
  #5 (permalink)  
Old 09-07-2009, 05:27 PM
Rune Allnor
Guest
 
Posts: n/a
Default Re: Ploting Impulse response

On 7 Sep, 16:14, Jerry Avins <j...@ieee.org> wrote:
> Rune Allnor wrote:
>
> * *...
>
> > The key to come up with good plots is to

>
> > a) Realize that plots are about you communicationg with
> > * *human readers.
> > b) Have a clear idea what message you want to communicate
> > * *to the human reader.
> > c) Find the most revealing data, with respect to the
> > * *message you want to communicate.
> > d) Find out exactly how *little* information *is
> > * **necessary* to get the message across.
> > e) Find a clear, uncluttered and concise way of plotting
> > * *this minimum of data.

>
> Are you familiar with Edward Tufte's work?http://www.edwardtufte.com/tufte/books_vdqi


Not until now. Thanks for the pointer.

Rune
Reply With Quote
  #6 (permalink)  
Old 09-07-2009, 06:58 PM
Sebastian Doht
Guest
 
Posts: n/a
Default Re: Ploting Impulse response

cpshah99 schrieb:
> Hi All
>
> May be this is trivial but I need some help.
>
> I am trying to plot impulse response of the channel. I have got a channel
> matrix of 71x1000 i.e. the row reprents 'time' and the column represents
> 'delay'.
>
> When I use 'mesh' function of matlab it does the job but it does not look
> good.
>
> Any otherway to plot it in 3D?
>
> Thanks,
>
> Chintan


Use 'image()' or 'imagesc()' if possible. Doing mesh plots on large
datasets will get slow...
Reply With Quote
  #7 (permalink)  
Old 09-07-2009, 07:41 PM
cpshah99
Guest
 
Posts: n/a
Default Re: Ploting Impulse response

>cpshah99 schrieb:
>> Hi All
>>
>> May be this is trivial but I need some help.
>>
>> I am trying to plot impulse response of the channel. I have got

channel
>> matrix of 71x1000 i.e. the row reprents 'time' and the colum

represents
>> 'delay'.
>>
>> When I use 'mesh' function of matlab it does the job but it does no

look
>> good.
>>
>> Any otherway to plot it in 3D?
>>
>> Thanks,
>>
>> Chintan

>
>Use 'image()' or 'imagesc()' if possible. Doing mesh plots on large
>datasets will get slow...
>


Hi...

finally got that thing working. I used 'waterfall', it is bit slow bu
does exactly what I want.

I tried those fundction 'image()' and 'imagesc()' but I guess they ar
more for image processing whereas what I am looking for is 3D plot o
channel impulse response.

Anyways, many thanks to everybody. Thanks for that link Jerry.

Chintan
Reply With Quote
  #8 (permalink)  
Old 09-08-2009, 01:07 AM
robert bristow-johnson
Guest
 
Posts: n/a
Default Re: Ploting Impulse response

On Sep 7, 11:27*am, Rune Allnor <all...@tele.ntnu.no> wrote:
> On 7 Sep, 16:14, Jerry Avins <j...@ieee.org> wrote:
>
> > Are you familiar with Edward Tufte's work?http://www.edwardtufte.com/tufte/books_vdqi

>
> Not until now. Thanks for the pointer.
>


i thought the essay on powerpoint was a necessary truth to say
http://www.edwardtufte.com/tufte/books_pp . actually i didn't buy it
but i completely identify with the web description.

i've been attacking micro$hit for years with just churning out crap
(e.g. Word) that has features i'll never used larded on while trying
to do simple things (like controlling the indent formatting with
numbered lists and the like) is fraught with frustration.

now, whether the sales figure is Mickey Mouse or Ronald MacDonald or
that sweet little helpmate puppy, Powerpoint has now become a
caricature of micro$hit as anyone who has suffered being victimized by
a horrible presentation that was chock full of these clever and
pleasant pp visual effects can tell.

the hell where Bill Gates will go will be like the Clockwork Orange
where he will be strapped into a chair with his eyes forced open and
he has to take in all of these horrible pp presentations done with his
crap.

hey Jerry, thanks for introducing Tufte.

r b-j
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Frequency response, impulse response and fft Joli DSP 6 07-18-2007 06:40 AM
Magnitude response by visually inspecting impulse response? Murli DSP 5 06-07-2007 12:46 AM
What channel impulse response is for this matched response? fl DSP 0 03-24-2006 09:36 PM
Room impulse response and car cockpit impulse response data drkrajgopal DSP 9 03-16-2006 10:46 AM
Frequency response from impulse response in Matlab 7.0 simulink mkugan80 DSP 10 09-09-2005 06:56 AM


All times are GMT +1. The time now is 01:37 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved