Borrar filtros
Borrar filtros

Why MATLAB-synthesised-song different from real one?

1 visualización (últimos 30 días)
alicin
alicin el 24 de En. de 2013
Hi,
I wonder why Why MATLAB-synthesised-song different from real one?
  1 comentario
alicin
alicin el 24 de En. de 2013
frequency, filter, noise.. What is the reasond for this_

Iniciar sesión para comentar.

Respuesta aceptada

Jan
Jan el 24 de En. de 2013
Editada: Jan el 24 de En. de 2013
Real one is simply too boring for a good song:
song = real(1);
wavplay(song, 44100);
At least the text of the "Why MATLAB-synthesised-song" is a revelation:
SongText = evalc('why'); % a duet with Sean
NET.addAssembly('System.Speech')
speaker = System.Speech.Synthesis.SpeechSynthesizer();
speaker.Rate = 1
speaker.Speak(SongText)
  3 comentarios
Jan
Jan el 24 de En. de 2013
I needed it, too. But even then, it is different from real one.
Walter Roberson
Walter Roberson el 25 de En. de 2013
Editada: Walter Roberson el 25 de En. de 2013
Yes. Every time I try,
why
and
evalc('why')
give me different results.
I think Cleve wanted it that way.

Iniciar sesión para comentar.

Más respuestas (2)

Walter Roberson
Walter Roberson el 24 de En. de 2013
Editada: Walter Roberson el 24 de En. de 2013
MATLAB changes the output to avoid potential copyright violations. The details of how it does that are "trade secret", in order to prevent people from creating the MATLAB output some other way and copyrighting that version too.

Image Analyst
Image Analyst el 24 de En. de 2013
What's the "real" one: this? or this?

Categorías

Más información sobre Filter Banks en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by