dear
i have records for wind speed and its every 15 minutes as you see in pictures below ...what i want to do is to convert it from every 15 minutes to every 10 minutes for example for one hour from
Table 1
14:00 5.55
14:15 6.75
14:30 6.36
14:45 6.44
15:00 6.19
to
Table 2
14:00 (the same value of previous table)
14:10 (the average of 14:00 and 14:15)
14:30 (the same value of previous table)
14:40 (the average of 14:30 and 14:45)
14:50 (the average of 14:45 and 14:15:00)
15:00 (the same value of previous table)
how can i do this task ???i tray some solution but the hard problem face me how to keep the same value from previous table in new table
Bookmarks