compressionkit-ecg-spiht-8x-v1.0 / spiht_app_config.h
apage-ambiq's picture
Release deployment artifacts from CompressionKit
d4c56a7 verified
Raw
History Blame Contribute Delete
645 Bytes
/*
* SPIHT codec deploy configuration for ECG @ 8x.
*
* Generated by compressionkit.export.spiht_deploy.export_spiht_deploy().
* Operating-point macros only — pair this with the SPIHT C algorithm
* sources shipped from a separate C-module repository.
*/
#ifndef COMPRESSIONKIT_SPIHT_APP_CONFIG_H
#define COMPRESSIONKIT_SPIHT_APP_CONFIG_H
#define APP_SPIHT_FRAME_SIZE 512
#define APP_SPIHT_LEVELS 6
#define APP_SPIHT_MAX_BITS 1024
#define APP_SPIHT_MAX_BYTES 128
#define APP_SPIHT_USE_AC 1
#define APP_SPIHT_WAVELET_NAME "bior4.4"
#define APP_SPIHT_MODALITY "ecg"
#endif /* COMPRESSIONKIT_SPIHT_APP_CONFIG_H */