回答編集履歴

1

2021/01/23 13:17

投稿

退会済みユーザー
test CHANGED
@@ -12,9 +12,7 @@
12
12
 
13
13
  元記事の数式と合わせて
14
14
 
15
- cal_adjusted_rms()関数もじっくり読むとやっていることがわかると思います。(ド文系の私でもわかる)
15
+ cal_adjusted_rms()関数もじっくり読むとやっていることがわかると思います。
16
-
17
-
18
16
 
19
17
  ```python
20
18
 
@@ -34,4 +32,8 @@
34
32
 
35
33
  clean_amp, clean_samplerate = sf.read(clean_file, dtype=encoding_type.dtype)
36
34
 
35
+
36
+
37
+ clean_rms = cal_rms(clean_amp)
38
+
37
39
  ```