0% found this document useful (0 votes)
36 views3 pages

Linear Interpolation

This document contains a table showing the relationship between air velocity and thermal resistance. The table lists air velocity in feet per minute (FPM) along the x-axis and thermal resistance in degrees Celsius per watt (°C/W) along the y-axis. It includes tabulated data points as well as interpolated values. The document also demonstrates using Excel's FORECAST function to interpolate new thermal resistance values based on given air velocities.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views3 pages

Linear Interpolation

This document contains a table showing the relationship between air velocity and thermal resistance. The table lists air velocity in feet per minute (FPM) along the x-axis and thermal resistance in degrees Celsius per watt (°C/W) along the y-axis. It includes tabulated data points as well as interpolated values. The document also demonstrates using Excel's FORECAST function to interpolate new thermal resistance values based on given air velocities.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 3

T h e rm a l R e s is ta n c e [°C /W ]

Air Thermal
Velocity Resistance
0 373.0
200 156.1 250
400 113.6
600 93.1 200 Tabulated data
800 81.5 Interpolated data

1000 73.7 150


1200 67.2
1400 62.4 100
1600 58.3
1800 55.0 50

0
0 200 400 600 800 1000 1200 1400 1600 1800 2000
Air Velocity [FPM]

New X Interpolated
Value
485 104.92 <-- using cell references
217 152.46 <-- using named ranges
150 210.30 KnownX blue cells
700 87.34 KnownY green cells
900 77.61

For an explanation of linear interpolation visit:


http://www.BlueLeafSoftware.com/Products/Dagra/LinearInterpolationExcel.php
d data
ed data

00 1800 2000

=FORECAST(E19,OFFSET($C$4,MATCH(E19,$B$4:$B$12,1)-1,0,2),OFFSET($B$4,MATCH(E19,$B$4:$B$12,1)-1,0,2))
=FORECAST(E20,OFFSET(KnownY,MATCH(E20,KnownX,1)-1,0,2),OFFSET(KnownX,MATCH(E20,KnownX,1)-1,0,2))
=FORECAST(E21,OFFSET(KnownY,MATCH(E21,KnownX,1)-1,0,2),OFFSET(KnownX,MATCH(E21,KnownX,1)-1,0,2))
=FORECAST(E22,OFFSET(KnownY,MATCH(E22,KnownX,1)-1,0,2),OFFSET(KnownX,MATCH(E22,KnownX,1)-1,0,2))
=FORECAST(E23,OFFSET(KnownY,MATCH(E23,KnownX,1)-1,0,2),OFFSET(KnownX,MATCH(E23,KnownX,1)-1,0,2))
4:$B$12,1)-1,0,2))
nownX,1)-1,0,2))
nownX,1)-1,0,2))
nownX,1)-1,0,2))
nownX,1)-1,0,2))

You might also like