Android Open Source - Spectograph Spectograph App






From Project

Back to project page Spectograph.

License

The source code is released under:

Copyright (c) 2013 Salman aljammaz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the So...

If you think the Android project Spectograph listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package net.x65.spectograph;

import android.app.Application;
import java.util.ArrayList;

public class SpectographApp extends Application {
  public ArrayList<int[]> hist = new ArrayList<int[]>(1024);
}




Java Source Code List

net.x65.spectograph.DrawThread.java
net.x65.spectograph.FFT.java
net.x65.spectograph.Spectogram.java
net.x65.spectograph.SpectographApp.java
net.x65.spectograph.Spectograph.java