I've decided that I'd like to try an SDR, and I am looking seriously at the Lazy Dog Engineering LD-1B kit which for a couple hundred bucks might be a cost effective way to try one out before plunking down some serious cash. Has anyone tried this?
I'm not familiar with that kit, but it looks like one of the sound-card interfaced SDRs. From their website, it is $285, plus then you need a decent sound card interface. And you still don't have all the issues with a sound card based SDR, vs a DDC SDR. FWIW, you're probably 2/3 of the way there cost-wise to the SDR-IQ from RF Space, which is $525 and ready to work.
Chris, I'm fascinated by the fact that one can record a given band segment unattended; incredible power there. I'm still a bit mystified by the process. I'm guessing that the host software records a stream of I and Q data which is seen by the soundcard, and that this can be reviewed in a playback mode. Is this correct? How does one convert a particular frequency bin to an audio file?
Correct, the I and Q data is recorded to disk. In the case of the SDR-14/IQ/netSDR/etc, the interface is USB or ethernet, not a soundcard, but the principle is the same. In my case, I have some custom software I wrote that takes the recorded I/Q data, and displays a waterfall for the entire file, I can scroll up and down as needed, since the waterfall image could represent an hour or so of recorded RF.
An FFT is used to convert the sampled I/Q data into arrays of amplitude vs frequency data for drawing the waterfall. DSP demodulation routines are used to demodulate the recorded I/Q RF into audio, the same as with SDR software.
I can then drag select (with the mouse) around a signal of interest. So I can set the start and stop playback time, as well as the frequency range. Then I select the mode, and click Play.
I can also demodulate directly to a sound file, WAV or mp3.
Here's a picture of my app. It's ugly, but works for me :-)