YIN Tuner

版本 1.0.0.0 (77.9 KB) 作者: Neuron
A guitar tuner, an optimized real-time pitch detector for tuning using mic input
785.0 次下载
更新时间 2016/11/8

查看许可证

This is a pitch detector that can be used to tune any instrument in equal temperament. It receives any sound from the mic input, detects its pitch, and displays its distance from the nearest note.

For pitch detection it implements the YIN algorithm, considered the best publicly available method. YIN cannot run entirely on matlab code, demanding routines are implemented in C.


Use microphone or plug your instrument directly into mic-in for better capture.
Mic sensitivity can be adjusted from your system's recording controls (not play controls).

Choose a compiler that works:
>> mex -setup

Compile the MEX file:
>> mex dfopt.c

Run it:
>> tuner

Work with cents instead of hertz:
set accuracy=0 in yint.m


The application is kept as simple as possible. There may follow a version with more UI options.
I am currently working on the web version built entirely on open web technology (html/css and js).

Leave feedback!!! or comment. Thanks.

This is part of my thesis "Fundamental frequency estimation for music signals" (Greek)

http://hellanicus.lib.aegean.gr/handle/11610/8650

引用格式

Neuron (2024). YIN Tuner (https://www.mathworks.com/matlabcentral/fileexchange/54663-yin-tuner), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Audio Processing Algorithm Design 的更多信息
致谢

参考作品: Guitar Tuner

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

just tweaked the defaults a bit
description layout
-

-
-
-