/* * Based on TTA1-C++ library functions * Copyright (c) 2011 Aleksander Djuric. All rights reserved. * Distributed under the GNU Lesser General Public License (LGPL). * The complete text of the license can be found in the COPYING * file included in the distribution. */ package com.tulskiy.tta; /** * Author: Denis Tulskiy * Date: 5/31/11 */ public class TTA_adapt { int k0; int k1; long sum0; long sum1; }