blob: 6db69d2227a4546b315997a294c86aecbb319761 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.TH SMOOTH 3M
.SH NAME
smooth
.SH DESCRIPTION
subroutine smooth.f
source
Bevington, page 260.
purpose
smooth a set of data points by averaging adjacent channels
usage
call smooth (y, npts)
description of parameters
y - array of data points
npts - number of data points
subroutines and function subprograms required
none
|