Re: fft
- From: "David " <dave@xxxxxxxxxxxxxx>
- Date: Thu, 20 Dec 2007 11:14:34 +0000 (UTC)
"shopana " <shopana.e@xxxxxx> wrote in message
<fkd5pn$5lf$1@xxxxxxxxxxxxxxxxxx>...
i have a doubt in fft, in my GUI i have two axes,one fori
displaying Logo.another one for display the FFT. i
programmed in creation function of logo axes,whenever i
run my GUI the logo will get displayed.now my problem is
want to plot FFT to another one axes.i tried to do thatwill
but the fft displayed on the axes which is already
displaying logo,but not displaying on the axes for fft.i
mentioned my code below.
x=fft(c);
y=stem(x);
handles.axes6=y;
i want to set the 'y' value to my fft axes so that it
diplay correctly.how can i do that?can anyone solve my
problem.thank you...
do you mean that you have a figure with 2 subplots and
that the fft plot is going to the wrong subplot? try
posting the trimmed down code of where you are stuck, that
may help someone to figure out what your problem is.
.
- Prev by Date: Re: hi i a B.tech final year want ur suggestion for network simulation
- Next by Date: compress bmp image
- Previous by thread: Re: FFT
- Next by thread: Forming a nd submatrix
- Index(es):
Relevant Pages
|