Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Distotion_Unit.h
- Committer:
- faker
- Date:
- 2011-05-07
- Revision:
- 0:8e3468376286
File content as of revision 0:8e3468376286:
/*****************************************************/ /* Distotion_Unit.h */ /* */ /*****************************************************/ #ifndef _DISTOTIN_UNIT_INCLUDE #define _DISTOTIN_UNIT_INCLUDE #undef EXTERN #ifdef DIST_MAIN #define EXTERN #else #define EXTERN extern #endif // Gloval Valinat EXTERN float g_inputGain #ifdef DIST_MAIN = 1.0 #endif ; EXTERN int g_clipLevel #ifdef DIST_MAIN = 15000 #endif ; EXTERN float g_outputGain #ifdef DIST_MAIN = 1.0 #endif ; EXTERN char g_distMode #ifdef DIST_MAIN = 1; #endif ; // Function EXTERN int distotion(int); #undef EXTERN #endif