generate_chord_templates(nonchord=False)
Function description
Generate chord templates of major and minor triads (and possibly nonchord)
Notebook: C5/C5S2_ChordRec_Templates.ipynb
Parameter
nonchord (bool): If "True" then add nonchord template (Default value = False)
Return
chord_templates (np.ndarray): Matrix containing chord_templates as columns
Example
Inner helper function
Last updated 2 years ago