can someone explain to me what this code means??
    조회 수: 7 (최근 30일)
  
       이전 댓글 표시
    
Its actually a guitar tuner made by Ryann Kinnett. I tried to interact with him but unfortunately his e-mail is out. Anyway, I think I know what the program does at certain lines but mostly what I am struggling to figure out is the FFT section...
here is the links to the program http://www.mathworks.com/matlabcentral/fileexchange/26367-guitar-tuner/content/GuitarTuner.m
go to "download submisson" at the upper right if you want to run it on matlab
Cheers!!
댓글 수: 2
  Jan
      
      
 2014년 6월 23일
				What exactly is your question? I suggest to post the corresponding line, explain, what you have understood so far and ask a specific question.
채택된 답변
  dpb
      
      
 2014년 6월 23일
        2/L*abs(Y(1:NFFT/2+1)))
gives a one-sided (DC to Nyquist) amplitude spectrum. The above is the two-sided version from [-Nyquist:Nyquist] with DC in the middle.
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Transforms에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


