Path: news.mathworks.com!newsfeed-00.mathworks.com!oleane.net!oleane!feedme.news.telefonica.de!telefonica.de!area.cu.mi.it!news.ngi.it!feeder.news.tin.it!spool.news.tin.it!not-for-mail
Date: Thu, 22 Oct 2009 20:50:28 +0200
From: Ettos <matmailRIMUOVIQUESTO@europe.com>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
MIME-Version: 1.0
Newsgroups: comp.soft-sys.matlab
Subject: Re: Questions about matlab FFT
References: <4ae09934$0$831$4fafbaef@reader5.news.tin.it> <hbq7hl$c34$1@fred.mathworks.com>
In-Reply-To: <hbq7hl$c34$1@fred.mathworks.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 17
Message-ID: <4ae0a976$0$817$4fafbaef@reader5.news.tin.it>
Organization: TIN.IT (http://www.tin.it)
X-Comments: Please send technical notifications to newsmaster@tin.it
NNTP-Posting-Host: 79.22.126.151
X-Trace: 1256237431 reader5.news.tin.it 817 79.22.126.151:15095
X-Complaints-To: Please send abuse reports to abuse@retail.telecomitalia.it
Xref: news.mathworks.com comp.soft-sys.matlab:579414


Lars wrote:


> hint: fft returns a complex spec. ie one single-freq-signal --> two peaks
> solution: just normalize by (n/2)
> 

ok! Thanks!

> 
> sin(linspace(0,2*pi,100)) ???
> 
> what happened to your fs?

In what sense?
I supposed fs to be 10000Hz just to check if the ftt was right (sine 
frequency of 100Hz).