OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

pps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [pps] temporal data definition (for continuous and discrete time)


Considering transration between discrete time
and continuous time,

自己フォローです。

> 
> <scale name="scale01" 
>   origin="2004-06-18T09:00:00"
>   value="T01H00M00S"/>
> 
> この場合、18日の9時から10時(10時は含まず)が
> 1期、10時から11時が2期といった形で利用されます。

9時から10時が0期、10時から11時が1期と定義しておいた
ほうがいいですね。

離散時刻 Td から連続時刻 Tc に変換する場合に、

Tc = Td * value + origin

となります。(区間の先頭に対応づけられます。)
ついでに、連続時刻から離散時刻へは、

Td = (Tc - origin) \ value 

where Td represents discrete time, and
Tc represents continuous time.

> -- 
> Yasu Nissy (Yasuyuki NISHIOKA), Dr.Eng.
> MIT, 41-211
> 77 Massachusetts Ave
> Cambridge MA 02139
> Phone 617-452-2982, Fax 617-253-2249
> nishioka@mit.edu <nishioka@k.hosei.ac.jp>
> 
> 
> 

-- 
Yasu Nissy (Yasuyuki NISHIOKA), Dr.Eng.
MIT, 41-211
77 Massachusetts Ave
Cambridge MA 02139
Phone 617-452-2982, Fax 617-253-2249
nishioka@mit.edu <nishioka@k.hosei.ac.jp>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]