<div dir="ltr">On Tue, Aug 27, 2013 at 12:42 PM, Volker Kuhlmann <span dir="ltr"><<a href="mailto:list0570@paradise.net.nz" target="_blank">list0570@paradise.net.nz</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue 27 Aug 2013 07:47:56 NZST +1200, Richard Jones wrote:<br>
<br>
> After the meeting Volker and I got chatting about gnu radio. Its a great<br>
> tool for knocking up a quick or sometimes not so quick signal processing<br>
> applications. The gnu radio companion software provides a graphical front<br>
> end to make a lot of jobs really simple.<br>
<br>
Sounds very useful indeed.<br>
<br>
> <a href="http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR" target="_blank">http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR</a><br>
<br>
Installing should only be a few mouse clicks these days,<br>
openSUSE users type in rpm:gnuradio into konqueror and use the 1-click<br>
install.<br>
<br>
> There are lots of tutorials to get you started.<br>
<br>
Splendid, but I only had a brief look at the package. First impression<br>
is that it requires a lot of time to get good use out of it.<br>
<br>
> For software defined radio receivers the RTL2832 dongles for about $14US<br>
> are a great place to start.<br>
<br>
The software is obviously geared towards making existing suitable radio<br>
hardware work as a radio. Can it equally be used just as a signal<br>
processing toolbox for getting some C code for the filter chain designed<br>
with it?<br></blockquote><div>Yes, gnuradio is aimed at the radio community so it has capacity to spare for your LF application. My sample rate starts at 960ksps. You could run all your sample rates at 8ksps, A rate that is an integer multiple of the symbol rate is often handy.<br>
</div><div><div class="gmail_extra">Many filters can be designed by gnu radio for you at run time by configuring the filter properties.<br></div><div class="gmail_extra">Drag the desired filter onto the gnuradio-companion screen eg Filter,Bandpass, right click the properties fill in what you want.<br>
</div><div class="gmail_extra">ie ID,FIR Type, Interpolation, Sample Rate, Low cutoff Freq, High cutoff freq, Transition Width, Window, Beta.<br></div><div class="gmail_extra">To add 'c' code for your specialised decoder follow the 'OutOfTree' tutorial and add your own code to the work function.<br>
</div><div class="gmail_extra"><a href="http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules">http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules</a><br>There are also lots of blocks for debugging and GUI.<br>
</div><div class="gmail_extra"><br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Thanks for the tip,<br>
<br>
Volker<br>
<span class=""><font color="#888888"><br>
--<br>
Volker Kuhlmann<br>
<a href="http://volker.dnsalias.net/" target="_blank">http://volker.dnsalias.net/</a>     Please do not CC list postings to me.<br>
<br>
_______________________________________________<br>
Chchrobotics mailing list <a href="mailto:Chchrobotics@lists.linuxnut.co.nz">Chchrobotics@lists.linuxnut.co.nz</a><br>
<a href="http://lists.ourshack.com/mailman/listinfo/chchrobotics" target="_blank">http://lists.ourshack.com/mailman/listinfo/chchrobotics</a><br>
Mail Archives: <a href="http://lists.ourshack.com/pipermail/chchrobotics/" target="_blank">http://lists.ourshack.com/pipermail/chchrobotics/</a><br>
Web site: <a href="http://kiwibots.org" target="_blank">http://kiwibots.org</a><br>
Meetings 3rd Monday each month at Tait Radio Communications, 175 Roydvale Ave, 6.30pm<br>
<br>
When replying, please edit your Subject line to reflect new content.<br>
</font></span></blockquote></div><br></div></div>