示例#1
0
 def test_gpcca_real_spectrum(self, mc: GPCCA, fpath: str):
     mc.plot_spectrum(real_only=True, dpi=DPI, save=fpath)
示例#2
0
 def test_gpcca_spectrum_title(self, mc: GPCCA, fpath: str):
     mc.plot_spectrum(title="foobar", real_only=True, dpi=DPI, save=fpath)
示例#3
0
 def test_gpcca_complex_spectrum(self, mc: GPCCA, fpath: str):
     mc.plot_spectrum(real_only=False, dpi=DPI, save=fpath)