Исправление ошибок.
Обновлен сканер.

Severity: 8192
Message: Function mcrypt_get_iv_size() is deprecated
Filename: libraries/Encrypt.php
Line Number: 273
Severity: 8192
Message: Function mcrypt_create_iv() is deprecated
Filename: libraries/Encrypt.php
Line Number: 274
Severity: 8192
Message: Function mcrypt_encrypt() is deprecated
Filename: libraries/Encrypt.php
Line Number: 275
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/c17219/rtl-sdr.ru/docs/system/core/Exceptions.php:186)
Filename: libraries/Session.php
Line Number: 688
Severity: 8192
Message: Function mcrypt_get_iv_size() is deprecated
Filename: libraries/Encrypt.php
Line Number: 273
Severity: 8192
Message: Function mcrypt_create_iv() is deprecated
Filename: libraries/Encrypt.php
Line Number: 274
Severity: 8192
Message: Function mcrypt_encrypt() is deprecated
Filename: libraries/Encrypt.php
Line Number: 275
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/c17219/rtl-sdr.ru/docs/system/core/Exceptions.php:186)
Filename: libraries/Session.php
Line Number: 688
Severity: 8192
Message: Function mcrypt_get_iv_size() is deprecated
Filename: libraries/Encrypt.php
Line Number: 273
Severity: 8192
Message: Function mcrypt_create_iv() is deprecated
Filename: libraries/Encrypt.php
Line Number: 274
Severity: 8192
Message: Function mcrypt_encrypt() is deprecated
Filename: libraries/Encrypt.php
Line Number: 275
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/c17219/rtl-sdr.ru/docs/system/core/Exceptions.php:186)
Filename: libraries/Session.php
Line Number: 688
Комментариев: 16 RSS
1 Александр 20-06-2014 15:46
Здравствуйте, Василий!
Сам пишу некое подобие сканера на основе устройств RTLSDR на языке C++.
Для меня до сих пор остаётся непонятным, что же в итоге отдаёт устройство в одном сэмпле( к примеру 512 значений). Делаю БПФ, но картина довольно смутная получается. Не могли бы как-то описать или подтолкнуть к тому, что в сэмпле? и как например вы обрабатываете каждый отдельный сэмпл для отображения спектра частот?
2 Василий 20-06-2014 19:12
Вам лучше использовать для обучения исходные коды SDR# или аналогичные проекты на с++ (Например CuSDR). https://yadi.sk/d/RfKttx67UFh33 - исходники плагина с преобразованием iq в спектр для отображения.
3 Павел 21-06-2014 18:29
Здравствуйте, Василий!
Есть просьба написать простенький плагин.
Что-то наподобие планировщика.
Чтобы в заданное время запускал указанную частоту.
Это для WxtoImg чтобы принимать 3 NOAA спутника.
Я думаю был бы полезный плагин для пользователей SDRSharp.
Можете такое реализовать?
4 Василий 21-06-2014 20:43
А разве нет плагинов связывающих например Orbitron и SDR#? По моему это более правильное решение.
5 Павел 21-06-2014 22:34
SatelliteTracker лишь подстраивает частоту под 1 выбранный спутник. Он их не переключает. Хорошо бы переключал при проходе...
6 Kevin 08-09-2014 09:49
After I've placed the latest version of the frequency scanner in the sdsharp exe folder and entering the line in the config file in the right place, when I start the program I get the following message:
Error loading
'SDRSharp.FrequencyScanner.FrequencyScannerPlugin,SDRSharp.FrequencyScanner' - Could not load type 'SDRSharp.Radio.IStreamProcessor' from assembly 'SDRSharp.Radio, Version 0.0.0.0, Culture=neutral, PublicKeyToken=null'.
I'm using SDR# 1317. Did they change something and break your plugins? I get a similar error message for the Audio Recorder. Thanks for your work though!
7 Василий 08-09-2014 13:22
На данный момент все работает с версиями 1317 и 1318. Переустановите SDR#.
8 Derek Turner 27-04-2015 17:13
I am having exactly the same problem as Kevin (above) using build 1337
9 Василий 27-04-2015 17:40
Вы добавляете плагин в файл Plugins.xml?
10 Derek Turner 27-04-2015 22:32
No. I copied the .dll into the folder and addeed the lines to SDRSharp.exe.Config as per the instructions. What else do I need to do?
11 Василий 27-04-2015 22:35
Плагины нужно добавлять в файл Plugins.xml
12 Derek Turner 27-04-2015 22:36
Huh??? Where can I find instructions for this, please?
13 Kerteszradio 11-06-2016 21:28
This plugin is very useful, many thanks too ! Unfortunately, when the scanning range is wider than 40 MHz, the plugin fail. Anybody happens similar ? The wrong is my system ? Can i fix it ?
14 Василий 12-06-2016 10:20
Какой размер шага вы используете? Покажите скриншот с настройками диапазонов сканирования.
15 Kerteszradio 13-06-2016 18:07
Dear Basil ! Unable insert the screenshot. I experiment many settings and seems to the problem present, when the scanned band wider than 40 MHz. Example here is working settings : Start:118000000 End:137000000 Detector:AM Bandwidth:10000 Step size:25000. And here is a faulty : Start:220000000 End:400000000 Detector:NFM Bandwidth:10000 Step size:25000 Another note : When the scanned band not too much larger than 40MHz (example Start:1440MHz End:1443MHz) the scan is begin, and running a few second, and crash. When the scanned band more than 100MHz (example Start:220000000 End:400000000) immediately crash after starting scan. This means to needs to close SDRSharp and restarting.
16 Kerteszradio 13-06-2016 18:36
Oops! I try to SDRSharp/FFT display settings/view=none (so without spectrum and waterfall display) your plugin working fine, even when huge bandwidth ! All of these things means to me, that the fault is my system, or my settings,whatever. Your interest thanks too and highly appreciated. Try these things another machine/another OS so remember to find root cause. And again : these plugin wery useful, thank you !