Mozzi  alpha 0.01.1t
sound synthesis library for Arduino
 All Classes Functions Typedefs
tables/waveshape_chebyshev_5th_256_int8.h
00001 #ifndef CHEBYSHEV_5TH_256_H_
00002 #define CHEBYSHEV_5TH_256_H_
00003 
00004 #include "Arduino.h"
00005 #include <avr/pgmspace.h>
00006 
00007 #define CHEBYSHEV_5TH_256_NUM_CELLS 256
00008 const char __attribute__((progmem)) CHEBYSHEV_5TH_256_DATA [] =
00009         {
00010                 -128, -104, -82,
00011                 -60, -40, -22, -5, 11, 26, 39, 52, 63, 73, 82, 90, 98, 104, 110, 114, 118, 121,
00012                 124, 126, 127, 127, 127, 127, 126, 124, 122, 120, 117, 113, 110, 106, 102, 97,
00013                 92, 87, 82, 77, 71, 66, 60, 54, 48, 42, 35, 29, 23, 17, 10, 4, -2, -8, -14, -20,
00014                 -26, -32, -38, -43, -49, -54, -59, -64, -69, -74, -79, -83, -87, -91, -95, -99,
00015                 -102, -106, -109, -112, -114, -117, -119, -121, -122, -124, -125, -126, -127,
00016                 -128, -128, -128, -128, -128, -128, -127, -126, -125, -124, -122, -121, -119,
00017                 -117, -115, -112, -110, -107, -104, -101, -98, -94, -91, -87, -83, -80, -76,
00018                 -71, -67, -63, -58, -54, -49, -45, -40, -35, -30, -25, -20, -15, -10, -5, 0, 4,
00019                 9, 14, 19, 24, 29, 34, 39, 44, 48, 53, 57, 62, 66, 70, 75, 79, 82, 86, 90, 93,
00020                 97, 100, 103, 106, 109, 111, 114, 116, 118, 120, 121, 123, 124, 125, 126, 127,
00021                 127, 127, 127, 127, 127, 126, 125, 124, 123, 121, 120, 118, 116, 113, 111, 108,
00022                 105, 101, 98, 94, 90, 86, 82, 78, 73, 68, 63, 58, 53, 48, 42, 37, 31, 25, 19,
00023                 13, 7, 1, -5, -11, -18, -24, -30, -36, -43, -49, -55, -61, -67, -72, -78, -83,
00024                 -88, -93, -98, -103, -107, -111, -114, -118, -121, -123, -125, -127, -128, -128,
00025                 -128, -128, -127, -125, -122, -119, -115, -111, -105, -99, -91, -83, -74, -64,
00026                 -53, -40, -27, -12, 4, 21, 39, 59, 81, 103,
00027         };
00028 
00029 #endif /* CHEBYSHEV_5TH_256_H_ */