boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - 请教:Fourier transform in Matlab
相关主题
Fourier Transform, Laplace Transform, and z Transform
Fourier Transform & Differentiability
Fourier Trans questions
请教好的approximation techniques
紧急请教1/n^2,n=1,2,..之和如何计算?
Dirac函数积分表达式的证明
请问数学里有类似的问题吗?应该找哪方面的书?
给大家拜年兼问个数学问题
积分问题求助
delta function question
相关话题的讨论汇总
话题: matlab话题: fourier话题: transform话题: function话题: sin
进入Mathematics版参与讨论
1 (共1页)
l*****e
发帖数: 1345
1
I have a few years of air temperature data. I want to use Fourier Transform
in Matlab to get a function with sume of three or four sin or cos with
different frenquencies.Then I want to use this function to predict the air
termperature. How to achieve this in Matlab? I am not familiar with Matlab
and any suggestion and comments will be highly appreciated.
w**a
发帖数: 1024
2
is your date evenly sampled?
if so you can use 'fft' function
if not, you need other method to estimate the spectra.
commonly used one is least squares fitting.

Transform

【在 l*****e 的大作中提到】
: I have a few years of air temperature data. I want to use Fourier Transform
: in Matlab to get a function with sume of three or four sin or cos with
: different frenquencies.Then I want to use this function to predict the air
: termperature. How to achieve this in Matlab? I am not familiar with Matlab
: and any suggestion and comments will be highly appreciated.

l*****e
发帖数: 1345
3
I appreciate your response. I want to do analysis on daily average
temperature. That means I have one daily average temperature per day.
Originally, I used least square fitting with a single sin function. But a
single sin curve could not fit peak values well. My professor suggested me
using Fourier Transform with sum of three or four sin or cos in an effort to
fit the data better. Any more suggestion?
Thanks again.

【在 w**a 的大作中提到】
: is your date evenly sampled?
: if so you can use 'fft' function
: if not, you need other method to estimate the spectra.
: commonly used one is least squares fitting.
:
: Transform

1 (共1页)
进入Mathematics版参与讨论
相关主题
delta function question
请教:时间序列的lag operator 和 Fourier transform
求助老文献
问一个基本的fourier transform 计算问题
How to get a sampled verson of laplace transformed tranfer (转载)
什么样的软件可以用来fitting一个多项式?谢谢!
a least square fitting problem
请问怎么在matlab 里面画平滑得曲线啊?
问一个Linear regression的弱问题
(zz)Heroes in My Heart (42)
相关话题的讨论汇总
话题: matlab话题: fourier话题: transform话题: function话题: sin