beta psd return
This commit is contained in:
@@ -20,7 +20,7 @@ class Beta_Calculate():
|
||||
alpha_psd = np.sum(self.band_psd(freqs, psd, (8, 13)))
|
||||
theta_psd = np.sum(self.band_psd(freqs, psd, (4, 8)))
|
||||
|
||||
print(f"[功率] β={beta_psd:.2f} | α={alpha_psd:.2f} | θ={theta_psd:.2f}")
|
||||
# print(f"[功率] β={beta_psd:.2f} | α={alpha_psd:.2f} | θ={theta_psd:.2f}")
|
||||
|
||||
return beta_psd, alpha_psd, theta_psd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user