# SimpleMusicSynthesis **Repository Path**: jidantou/simple-music-synthesis ## Basic Information - **Project Name**: SimpleMusicSynthesis - **Description**: 信号与系统大作业,音乐合成软件的拙劣模仿 - **Primary Language**: Matlab - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-05 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpleMusicSynthesis ### 介绍 24春工院信号与系统大作业,对UTAU等音乐合成软件的拙劣模仿。 也算是本人MATLAB语言的练习实践。 项目地址:[SimpleMusicSynthesis](https://gitee.com/jidantou/simple-music-synthesis) 为方便国内用户访问,暂时将主仓库放在gitee,后续将迁移至github ### 运行注意事项 1. **task6_2_2_x.m运行需要先安装Signal Processing Toolbox工具箱,否则有些函数无法运行** ### 开发日志 * 2024/06/15 完成全部任务要求,整理所有文件并实现了一键运行。 * 2024/05/06 完成6.2.1节全部内容,并将普适参数集中于ConstantDefinition.mat中储存。