Skip to content

Instantly share code, notes, and snippets.

View undoroid's full-sized avatar

undo undoroid

View GitHub Profile
@undoroid
undoroid / AndroidFFTSample.java
Created September 18, 2020 08:17 — forked from qwasd1224k/AndroidFFTSample.java
Androidで周波数解析
public class MainActivity extends Activity {
// サンプリングレート
int SAMPLING_RATE = 44100;
// FFTのポイント数
int FFT_SIZE = 4096;
// デシベルベースラインの設定
double dB_baseline = Math.pow(2, 15) * FFT_SIZE * Math.sqrt(2);
@undoroid
undoroid / zshrc_useful.sh
Created June 30, 2016 14:53 — forked from mollifier/zshrc_useful.sh
少し凝った zshrc
# 少し凝った zshrc
# License : MIT
# http://mollifier.mit-license.org/
########################################
# 環境変数
export LANG=ja_JP.UTF-8
# 色を使用出来るようにする