specunpack.c(3) | Library Functions Manual | specunpack.c(3) |
specunpack.c - Unpack a spectral data field that was packed using the complex packing algorithm for spherical harmonic data.
#include 'grib2_int.h'
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
g2int specunpack (unsigned char *cpack, g2int
*idrstmpl, g2int ndpts, g2int JJ, g2int KK,
g2int MM, float *fld)
Unpack a spectral data field that was packed using the complex packing
algorithm for spherical harmonic data as defined in the GRIB2 documention,
using info from the GRIB2 Data Representation Template 5.51.
Unpack a spectral data field that was packed using the complex packing algorithm for spherical harmonic data.
Author
Date
Definition in file specunpack.c.
Unpack a spectral data field that was packed using the complex packing algorithm for spherical harmonic data as defined in the GRIB2 documention, using info from the GRIB2 Data Representation Template 5.51.
Parameters
Returns
Author
Date
Definition at line 35 of file specunpack.c.
References G2_NO_ERROR, G2_SPECUNPACK_TYPE, gbits(), int_power(), and rdieee().
Referenced by g2c_unpack7_int().
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |