随笔分类 -  Python

摘要:An on-the-Fly GPU Audio to Spectrogram Conversion Toolbox Using 1D Convolutional Neural Networks 阅读全文
posted @ 2023-01-15 19:13 prettysky 阅读(301) 评论(0) 推荐(0) 编辑
摘要:Example of ellipsis use: a = np.arange(6).reshape((3,2)) b = np.arange(12).reshape((4,3)) np.einsum('ki,jk->ij', a, b) array([[10, 28, 46, 64], [13, 4 阅读全文
posted @ 2023-01-06 20:08 prettysky 阅读(44) 评论(0) 推荐(0) 编辑
摘要:The package pyfilterbank provides tools for the acousticians and audiologists working with python. 阅读全文
posted @ 2023-01-06 19:52 prettysky 阅读(75) 评论(0) 推荐(0) 编辑
摘要:https://qiita.com/tmtakashi_dist/items/eecb705ea48260db0b62 Create a Mel filter-bank. def mel(*, sr, n_fft, n_mels=128, fmin=0.0, fmax=None, htk=False 阅读全文
posted @ 2023-01-05 19:43 prettysky 阅读(321) 评论(0) 推荐(0) 编辑
摘要:DOI:10.25080/MAJORA-7B98E3ED-003| librosa是一个用于音乐和音频分析的库 阅读全文
posted @ 2022-12-10 16:53 prettysky 阅读(72) 评论(0) 推荐(0) 编辑
摘要:DOI:10.1111/2041-210X.13711| scikit-maad是一个用于声景分析的信号处理库 阅读全文
posted @ 2022-12-08 10:07 prettysky 阅读(289) 评论(0) 推荐(0) 编辑
摘要:Possible values are: Accent, Accent_r, Blues, Blues_r, BrBG, BrBG_r, BuGn, BuGn_r, BuPu, BuPu_r, CMRmap, CMRmap_r, Dark2, Dark2_r, GnBu, GnBu_r, Green 阅读全文
posted @ 2021-08-02 17:51 prettysky 阅读(120) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示