[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] a bit off topic...
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-users] a bit off topic...
- From: Dan Stowell <danstowell@xxxxxxxxx>
- Date: Fri, 19 Jun 2009 07:24:55 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=37uoPcOiKvA7Mkr/FLfPDrtVHN+hWU2w5ZOY1kNhg+4=; b=SUg2tVCbPR4tPPiBq4XtzzI6OAvVw/ceP5E0x7Zs22CK0Drc0IMZfWNPEELLGyxBpk bq6SI+DZG+9UKd00Zo5B+lArupivrg8JzWjQVByYai0Qi4He9uxY0wiwX+rpSukzSGo9 n8HZPoWiEQO2G5yxxbWzC0kx3cPu5SnbYFSMQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=dA1iHGizsGLHWnk6dFqdJTxxY1JKvb5d5JHiIS4+JQfWzn71cUTpX3Ucq5fpq6TpDz GIIIgD7Ac9bwA0YoWeQUc1qFYwkl3p+ZooY5fZkpltWNpcGiD5dmH1JuqCoWamn+eCWk Atql5FSpbUwJkr9GyiL6GzkXumXR1SyfMhyao=
- In-reply-to: <220F9AD9-FD70-47F2-B1AE-260B47FA2B5F@xxxxxxxxxxxxxx>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <220F9AD9-FD70-47F2-B1AE-260B47FA2B5F@xxxxxxxxxxxxxx>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
Your friend should join the music-dsp mailing list, lots of expertise
on that list: http://music.columbia.edu/mailman/listinfo/music-dsp
It's hard to tell what you want to do without a more precise
description. If by "FFT correlation" you mean do a correlation on the
FFT bin amplitudes (to see if the signals have a similar spectral
shape) then yes, that's totally doable in C++.
Dan
2009/6/18, Marinos Koutsomichalis <marinos@xxxxxxxxxxxxxx>:
> I know it is a bit out off topic as it' s not supercollider conserned
> but I thought that since there are a lot of developers around some
> one could help... :)
>
> a friend asked for my help to implement an algorithm in C++ to do FFT
> correlation of two signals
> I have no clue on C++ so I can' t help him out with this - I
> suggested using supercollider... but he needs C++ code (to program a
> fpga I think)
>
> Anyway, what he wants to do is check 2 short singals to see if they
> are similar or not,
> I suggested that this could be easily done in the time-domain but he
> things that way is faster to do it that way
>
> anyway,
> I guess there will be plenty of code for applying an FFT correlation
> algorithm in C++ out there, right ??
>
> thx
>
> _______________________________________________
> sc-users mailing list
>
> info (subscription, etc.):
> http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
> archive: https://listarc.bham.ac.uk/marchives/sc-users/
> search: https://listarc.bham.ac.uk/lists/sc-users/search/
>
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/