Skip to content

Commit

Permalink
Migrate legacy codes into src/sse/legacies
Browse files Browse the repository at this point in the history
  • Loading branch information
wattai committed Nov 10, 2024
1 parent 4cbebce commit e79ef7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sse/music.py → src/sse/legacies/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ def simu_music(theta=120, fs=16000, N_fft=128, c=340, d=1.0, N_theta=90 + 1):
c = 340 # wave speed. [m/sec]
d = 0.1 # width for mic. array. [m]

theta = -6 # 0~180 [deg]
# theta = 75 # 0~180 [deg]
theta = 75 # 0~180 [deg]
N_fft = 2048
simu_csp(theta=90 - theta, fs=fs, N_fft=N_fft, c=c, d=d)
simu_music(theta=90 - theta, fs=fs, N_fft=N_fft, c=c, d=d, N_theta=180 + 1)
# simu_music(theta=theta, fs=fs, N_fft=N_fft, c=c, d=d, N_theta=180 + 1)
File renamed without changes.

0 comments on commit e79ef7c

Please sign in to comment.