It's some HTML filtering happening somewhere between (or including) his machine and yours.
The less than of the for loop is being seen as the start of an HTML tag, or just possibly part of the start of an HTML tag and being stripped away. A common problem when providing code snippets on the web via email or in forums etc. Generally due to software not doing proper sanitizing at some step along the way :P On Thu, Jan 26, 2017 at 11:06 AM, robert bristow-johnson < r...@audioimagination.com> wrote: > > > ---------------------------- Original Message ---------------------------- > Subject: Re: [music-dsp] Recognizing Frequency Components > From: "Bjorn Roche" <bj...@shimmeo.com> > Date: Thu, January 26, 2017 10:57 am > To: "A discussion list for music-related DSP" < > music-dsp@music.columbia.edu> > -------------------------------------------------------------------------- > > > I wrote a blog post a while ago about how to use FFT to find the pitch of > > an instrument. As I mention in the post, this is hardly the best way, > but I > > think it's suitable for many applications. For example, you could write a > > perfectly serviceable guitar tuner with this. > > > > The post links to code and includes some discussion of specific issues of > > time/frequency resolution and so on. > > > > I've been wanting to write about other methods, but... maybe when I > retire > > :) > > > > http://blog.bjornroche.com/2012/07/frequency-detection- > using-fft-aka-pitch.html > > > > Bjorn, you *must* be aware of this because it appears 3 times, but why are > your for() statements truncated? > > e.g. > > void applyWindow( float *window, float *data, int size ) > { > for( int i=0; i > data[i] *= window[i] ; > } > > > -- > > r b-j r...@audioimagination.com > > "Imagination is more important than knowledge." > > _______________________________________________ > dupswapdrop: music-dsp mailing list > music-dsp@music.columbia.edu > https://lists.columbia.edu/mailman/listinfo/music-dsp >
_______________________________________________ dupswapdrop: music-dsp mailing list music-dsp@music.columbia.edu https://lists.columbia.edu/mailman/listinfo/music-dsp