четверг, 8 ноября 2012 г.

faster, harder

A little bit of enhancements in scanner.
Its became more accurate in list scanner mode. Now insufficiently precise frequency not only detected, scanner determine and set it up to 1 kHz precise.

And, i forget to stop scan then playing is stopped, it fixed now.

Download here

понедельник, 5 ноября 2012 г.

Scanner plugin. Almost new

Now it has an option to scan current  screen to find strongest signal and position to it (Spectrum checkbox). Didn't required to fill any groups in Frequency manager in this case.



Another enhancements:

- Level now in measure of spectrum level (0/-130).
- Frequency scanner became more accurate through using full filter wight. Its allows to increase
precise of detecting even if frequency not exactly match.

Download here

How to install SDRSharp plugin?

- Unzip files in folder, where SDRSharp.exe is, 2 files adds: *.dll and *.pdb
- open in text editor file SDRSharp.exe.Config.xml

To register plugin into SDRSharp put following row between tags <sharpPlugins>...</sharpPlugins>

<add key="Scanner" value="SDRSharp.Scanner.ScannerPlugin,SDRSharp.Scanner" />

среда, 17 октября 2012 г.

SDR# complete with all plugins

My own build of sdrsharp. Ready for work, include all of you need for working with Realtek RTL2832-based dongle as SDR receiver.
Download here

Original link, include libraries for x64 version:
http://sdr.osmocom.org/trac/raw-attachment/wiki/rtl-sdr/RelWithDebInfo.zip

Wave recorder

Modified "simple" wave recorder from current SDR# release.
Now it's write decoded audio to separate files: then squelch is closed, new file begins.

New library is here: download. You need only override existing library in folder, there you sdr# is.
Source files: sources