nano_exit

基礎的なことこそ、簡単な例が必要だと思うのです。

2024-02-01から1ヶ月間の記事一覧

pythonでヒストグラムを作成し、その半値全幅を算出する。

参考サイト NumPyでヒストグラムを作るnp.histogram関数の使い方 - DeepAge scipy.signal.peak_widths — SciPy v1.12.0 Manual import numpy as np from scipy.signal import find_peak, peak_widths from matplotlib import pyplot as plt # data file: dat…