How to fit same variance of data to another data ?

I have two data sets of energy consumption for full day with 30min(data size 48*1) and 1 min(data size 1440*1) time interval of different days.
Now I want to make 30min time interval data in the form of 1min(data size 1440*1) time interval for full day, assuming that the same variation is hppened in load curve pattern both days. Which data statistic method to be applied for this calculation and how to implement it in matlab ?
Thanks

回答 (1 件)

KSSV
KSSV 2019 年 3 月 12 日

0 投票

Probablu you need to interpolate the data.....read about interp1

3 件のコメント

MUKESH KUMAR
MUKESH KUMAR 2019 年 3 月 12 日
but how can I put the same load pattern of 1min time interval data to 30min time interval data using interpolating data??
KSSV
KSSV 2019 年 3 月 12 日
It does linear interpolation.
MUKESH KUMAR
MUKESH KUMAR 2019 年 3 月 12 日
編集済み: MUKESH KUMAR 2019 年 3 月 12 日
No , I want to do non linear with same pattern/variation of another data set, like using curve fitting.

この質問は閉じられています。

質問済み:

2019 年 3 月 12 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by