[Thread Prev][Thread Next][Index]
[ferret_users] Extracting frequency from FFTA
- To: ferret_users@xxxxxxxx
- Subject: [ferret_users] Extracting frequency from FFTA
- From: David Ogier <david.ogier@xxxxxxxxx>
- Date: Mon, 04 Apr 2011 18:00:51 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=FmmBWcWmXF+UHIaXtEZnJJv3EA6dXllvK5y7e7N7Ir8=; b=uDskJYXVyAXC4hxw0YI3dRVcRDV9Oo5Tv/q5Ng0yuzhH8kGSLVwbupQeTdu3mFytRg EDB2OSFWAV62X5ee3EmBn/X4PLYsDWJh69StdlmSoTNYNJ+H2FeFfllfSmiKmn7MCBVU YYlN3dq+uVtLhxxG6SP9T5fV/KasutfsNqWT8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=cj7midazLrC72jxJuBFOAf98C0VnfqqMbX/82QytNQ5VXog9FOi3j9FSXPHUdlisbG bNGh8rTL3TG8uVKhuzRYZo5HGl7BzrpDFzK+Cgm/CoYmxKGHHFwvSGPBKIH41XDZFN4C 64CJM45sumgaPGdlvcOu94Pzp5kVp7zf90l/k=
- Sender: owner-ferret_users@xxxxxxxx
Hi there,
I hope you have some extra experience with Fourier analysis as I'm running out of ideas.
I have a time series (hourly for a month) and I have done a FFTA on it with the following
let FFT_temp = ffta(temp[l=1:744]) !simple enough
and I now need to isolate the 4 hourly frequency and return only it back to the hourly temperature data (ie I need 744 time steps again 24 hours * 31 days)
I've tried FFT_INVERSE but I don't know how to specify the frequency or period I need,
let sample_re = FFT_RE(temp[d=1])
let sample_im = FFT_IM(temp[d=1])
let invert_ts = FFT_INVERSE(sample_re, sample_im) ! this returns the full original data set and imposing l limits to the sample_re or sample_im seems to return wrong data
I've also been trying LSL_LOWPASS but I'm not sure on the functioning and is returning strange data that looks incorrect.
Is there something simple that I'm doing wrong?
Many thanks for your time.
Cheers
Dave
[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce /
NOAA /
OAR /
PMEL /
Ferret
Privacy Policy | Disclaimer | Accessibility Statement