Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの列を含む SQL テーブルがあります。
最大振幅波の周波数を計算する方法は? (各波は固定周波数です)。ありがとうございました
これを試して
select 1/Time as frequency from <table> order by amplitude desc limit 1