Path: news.mathworks.com!not-for-mail
From: "Sprinceana " <mihaispr@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: BOX CAR
Date: Sun, 19 Jul 2009 08:57:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 21
Message-ID: <h3un4t$d21$1@fred.mathworks.com>
References: <h3u671$n0p$1@fred.mathworks.com>
Reply-To: "Sprinceana " <mihaispr@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1247993821 13377 172.30.248.35 (19 Jul 2009 08:57:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 19 Jul 2009 08:57:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1740796
Xref: news.mathworks.com comp.soft-sys.matlab:556566


"guj " <gulatiakshay@gmail.com> wrote in message <h3u671$n0p$1@fred.mathworks.com>...
> can any one tell me how can i apply window on my signal which is 296 sample long, i want to see only 64 samples..how can i apply rectangular window...
> 
> and how to plot it with my funtion
> 
> I tired RECTWIN(64) but is giving me straight line, and how can i multiply with 296 point signal.
> 
> I am new to DSP ..:) still learning the things

You store your 296 sample long on your signal in a variable isn't it?


So you multiply:

reactwin(64) *name_of_variable (which consist of your 296 point signal).


You gave little details a little code and message of errors can guide us to help you quicker!


Michael