Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

frequency analysis - FFT pitch detection for guitar string -


i have pitch detection. input (microphone) data passed fft routine, i'm looking pitch maximum value means:

max(pow(data[i].getre(), 2) + pow(data[i].getim(), 2)) 0<= < samplessize 

i need detection of guitar string's primary frequency. works freq 440 hz (and maybe higher, didn't check that) downto 250 hz. below value detected frequency twice high should be, ie. 195 hz detected frequency 380 hz. looks detects higher harmonics below 250 hz. pure 195 hz tone detects perfectly, quitar string wrong.

any suggestion can cause ? or should use more sophisticated pitch detection?

ps. sampling rate: 8000hz, input data size: 1024

i don't know guitars specifically, missing fundamentals seem quite common in acoustics. wikipedia page on pitch detection alludes secondary processing steps after fft, perhaps 1 of these helpful.

also, see these 2 questions, lots of information there: (1), (2).


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -