CRF-EngTel (página) 2016-2: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Linha 55: | Linha 55: | ||
*[http://www.csun.edu/~skatz/katzpage/sdr_project/sdrproject.html Prof. Sharlene Katz - CSUN/EAFB - Software Defined Radio (SDR) Senior Project] | *[http://www.csun.edu/~skatz/katzpage/sdr_project/sdrproject.html Prof. Sharlene Katz - CSUN/EAFB - Software Defined Radio (SDR) Senior Project] | ||
*[https://www.youtube.com/playlist?list=PL618122BD66C8B3C4 GNU Radio Tutorial Series (Youtube)] | *[https://www.youtube.com/playlist?list=PL618122BD66C8B3C4 GNU Radio Tutorial Series (Youtube)] | ||
{{collapse top | Instalando GNU Radio e GQRX}} | |||
Execute os comandos como superusuário : <syntaxhighlight lang=bash> | |||
apt-get install gnuradio | |||
apt-get install gqrx-sdr | |||
apt-get install rtl-sdr | |||
apt-get install gr-osmosdr | |||
apt-get install python-numpy | |||
</syntaxhighlight> | |||
Adicione a seguinte linha ao arquivo /etc/modprobe.d/blacklist.conf: <syntaxhighlight lang=bash> | |||
blacklist dvb_usb_rtl28xxu | |||
</syntaxhighlight> | |||
Execute o comando : <syntaxhighlight lang=bash> | |||
rmmod dvb_usb_rtl28xxu | |||
</syntaxhighlight> | |||
Para abrir GNU Radio execute no terminal o comando: <syntaxhighlight lang=bash> | |||
gnuradio-companion | |||
</syntaxhighlight> | |||
Para abrir o GQRX execute no terminal o comando: <syntaxhighlight lang=bash> | |||
gqrx | |||
</syntaxhighlight> | |||
==Atividades a serem desenvolvidas== | ==Atividades a serem desenvolvidas== |
Edição das 12h50min de 15 de agosto de 2016
MURAL DE AVISOS E OPORTUNIDADES DA ÁREA DE TELECOMUNICAÇÕES
Professor: [Ramon Mayor Martins]
Contato: | ramon.mayor@ifsc.edu.br |
Atendimento: | Lab. Desenv. de Tele - Sextas-feiras |
Horário: | 13h30 às 14h20 |
Professor: [Rubem Toledo Bergamo]
Contato: | rubem@ifsc.edu.br |
Atendimento: | Lab. Desenv. II - Coord. Extensão |
Horário: |
1 Informações Gerais
2 Datas Importantes
[11/08/2016] Início das atividades
3 Aulas
4 Material de Aula
- Parte 1: Introdução aos Circuitos de Rádiofrequência
- Parte 2: Introdução ao Rádio Definido por Software (SDR)
- Parte 3: Revisão DSP - Filtros Digitais
5 Listas de Exercícios
6 Links auxiliares
- Software
- Documentos
- Tutorial Lab 1-5 Ettus
- Prof. Sharlene Katz - CSUN/EAFB - Software Defined Radio (SDR) Senior Project
- GNU Radio Tutorial Series (Youtube)
Instalando GNU Radio e GQRX | |||||||
---|---|---|---|---|---|---|---|
Execute os comandos como superusuário : apt-get install gnuradio
apt-get install gqrx-sdr
apt-get install rtl-sdr
apt-get install gr-osmosdr
apt-get install python-numpy
blacklist dvb_usb_rtl28xxu
rmmod dvb_usb_rtl28xxu
gnuradio-companion
gqrx
7 Atividades a serem desenvolvidas1-Atividade 1 - Projeto SDR - Decode PAL-M Analogue TV *Projeto utilizando o ambiente GNU Radio e SDR para decodificar TV Analógica do sistema PAL-M *Base para o projeto: [Receiving NTSC Analogue TV with GNU Radio and an RTL-SDR] *Base para o projeto: [RTL2832Uドングルを使ってテレビを見る]
8 Andamento da Disciplina
|