Chart2d : added tutorial to draw audio signal live

This commit is contained in:
Martin Pernollet 2014-10-10 14:30:47 +02:00
parent b9714644dc
commit c1324adf84
1 changed files with 2 additions and 3 deletions

View File

@ -25,10 +25,9 @@ import org.jzy3d.plot3d.primitives.axes.layout.renderers.PitchTickRenderer;
import org.jzy3d.ui.LookAndFeel;
/**
* Showing a pair of 2d charts simulating
* Showing a pair of 2d charts to represent pitch and amplitude variation of an audio signal
*
* @author martin
*
* @author Martin Pernollet
*/
public class Chart2dDemo {
public static float duration = 15f;