comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Interpolation
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Interpolation [message #84944] Wed, 19 June 2013 08:01 Go to previous message
bongzno1 is currently offline  bongzno1
Messages: 1
Registered: June 2013
Junior Member
Hi all,
I have a problem here. I have a 4 column data:hr min sec velocity
The sampling rate of the data is 3 sec. I need to interpolate it where the velocity is zero. The data is over a 10 hr period. Any suggestions please, I'm new in programming.
The program looks like this

Read,datalines
Fitacf=DBLARR(4,datalines)
Hr=0.000
Min=0.000
Sec=0.000
Vel=0.000
OPENR,1,’filename’
For i=0, (datalines-1) do begin
Readf,1,hr,min,sec,b12
Readf,1,vel
Fitacf(0,i)=hr
Fitacf(1,i)=min
Fitacf(2,i)=sec
Fitacf(3,i)=vel
Endfor
Close,1

My progam is working but not interpolating.
Thank you in advance for your time.

Bongz
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: how to calculate mcnemar statistics based on confusion matrix
Next Topic: Using subroutines

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:06:25 PDT 2025

Total time taken to generate the page: 0.00427 seconds