Why MATLAB-synthesised-song different from real one?
    5 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
Hi,
I wonder why Why MATLAB-synthesised-song different from real one?
Akzeptierte Antwort
  Jan
      
      
 am 24 Jan. 2013
        
      Bearbeitet: Jan
      
      
 am 24 Jan. 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 Kommentare
  Walter Roberson
      
      
 am 25 Jan. 2013
				
      Bearbeitet: Walter Roberson
      
      
 am 25 Jan. 2013
  
			Yes. Every time I try,
why
and
evalc('why')
give me different results.
I think Cleve wanted it that way.
Weitere Antworten (2)
  Walter Roberson
      
      
 am 24 Jan. 2013
        
      Bearbeitet: Walter Roberson
      
      
 am 24 Jan. 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.
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




