该程序是为心理声学实验准备被打断的语音的。该程序可以一次准备多个未中断文件的样本。首先过滤语音信号,然后执行中断操作。中断是通过将输入语音样本与方波(用户定义的占空比和中断率)相乘来完成的。提供了两个m-文件:一个对原始句子文件进行中断,另一个对带通滤波的语音进行中断。
Speech Interruption Generator Automated Processing for Psychoacoustic Experiments in MATLAB
相关推荐
MATLAB Simulation Experiments A Comprehensive Guide
MATLAB仿真实验
Matlab
7
2024-11-04
Matlab Automated Glomerular Histology Scoring Code
This project automates the glomerular histology scoring process using Masson's Trichrome stained kidney slices for glomerular localization and scoring. The method was partially trained using Gomori's Trichrome, but the results are yet to be validated, and I do not recommend using this method for Gom
Matlab
18
2024-11-05
Binary Image Processing in MATLAB
In Binary Image processing, pixels are represented as either 0 or 1, where 0 represents black and 1 represents white. This type of image is often used in image segmentation, object recognition, and thresholding tasks in MATLAB. The conversion of a grayscale image to binary involves setting a specifi
Matlab
9
2024-11-06
Automated MySQL Database Backup Script
MySQL数据库在日常运营中起着至关重要的作用,因此定期备份是确保数据安全的重要步骤。\"mysql自动备份数据库脚本\"提供了一种自动化的方法,通过Windows的定时任务服务(taskschd.msc)来定期执行数据库的备份,避免了手动操作的繁琐和可能的人为错误。MySQL的自动备份主要涉及以下几个核心知识点: 1. SQL备份命令:使用mysqldump命令备份数据库,例如:
mysqldump -u [username] -p[password] [database_name] > [backup_file.sql]
Windows定时任务:使用taskschd.msc设置定期运行
MySQL
15
2024-10-31
MATLAB Image Processing Commands
以下是一些关于图像处理的MATLAB命令,希望能对你有所帮助:
imread - 读取图像文件。
imshow - 显示图像。
imwrite - 保存图像。
rgb2gray - 将RGB图像转换为灰度图像。
imresize - 调整图像大小。
imfilter - 对图像应用滤波器。
这些命令可以帮助你进行基本的图像处理操作。
Matlab
18
2024-11-04
Wooden Dictionary Generator
快速生成字典文本格式,包含生日、数字、大小写英文的组合,以及各行字典的长度等。
Access
11
2024-10-31
Backup Fundamentals in Computer Experiments
备份就是制作数据库结构和数据的拷贝。在执行备份操作之前,应该做好相应的计划工作、明确备份的对象和理解备份的动态特点等。下面详细介绍这些内容。
SQLServer
11
2024-11-03
Matlab_Image_Processing_Assistance
通过Matlab软件,我们能够更好地进行图像处理。
Matlab
7
2024-11-01
Digital Image Processing Basics with MATLAB
本PPT将讲解MATLAB的数字图象处理基本方法和命令,适合初学者学习使用。
Matlab
7
2024-11-04