You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.0 KiB
37 lines
1.0 KiB
\chapter{Sofware Defined Radio} |
|
\label{chap:sdr} \index{sdr} |
|
|
|
Beaucoup d'empirisme danc ce chapitre. |
|
|
|
Tout d'abord, le matériel à ma disposition~: |
|
|
|
\begin{verbatim} |
|
Bus 004 Device 010: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T |
|
\end{verbatim} |
|
|
|
Ensuite, le premier hack, dont je n'ai pas encore bien capté |
|
la raison~: |
|
|
|
\begin{verbatim} |
|
$ cat /etc/modprobe.d/blacklist-dvb_usb_rtl28xxu.conf |
|
# added by tth |
|
blacklist dvb_usb_rtl28xxu |
|
\end{verbatim} |
|
|
|
% =================================================== |
|
|
|
\section{CubicSDR} |
|
|
|
\begin{quote} |
|
CubicSDR is a cross-platform Software Defined Radio application which |
|
allows you to navigate the radio spectrum and demodulate any signals |
|
you might discover. It currently includes several common analog |
|
demodulation schemes such as AM and FM and will support digital modes |
|
in the future. |
|
SDR hardware is accessed through SoapySDR and therefore any |
|
hardware for which a SoapySDR module exists can be used as a receiver |
|
with CubicSDR. |
|
\end{quote} |
|
|
|
|
|
% ===================================================
|
|
|