Sie sind auf Seite 1von 12

http://www.hs-ulm.de/opus/volltexte/2010/27/pdf/sdr_gnuradio_usrp_feb2010.

pdf

This work provides an insight into the wide area of Software-Defined Radio. Starting with
installation of a Linux system including an automated installer for GNU Radio framework on
Fedora 9, an introduction to SDR techniques and the used hardware frontends are given.
Furthermore, a software GSM BTS is set up using the OpenBTS project. Covering basics in
GSM and S-parameter measurements, a laboratory setup for GSM communication is built.
For a more detailed insight into the structure of GNU Radio and OpenBTS, code extensions in
C++ as well as some GRC project adaptations are additionally provided.
_______________________________________________________________________

http://www.eas.uccs.edu/~mwickert/ece4670/

Bachelors Lab with more of basic intro on hardware level and only one lab on RTL-SDR

_______________________________________________________________________

http://ecee.colorado.edu/~mathys/ecen4652/pdf/lab04.pdf

Colarado Grad lab on Nyquist sampling , Eye diagrams and PR Signalling


http://ecee.colorado.edu/~mathys/ecen4652/labs.html

Used GNU radio for demonstation . Rest of the labs are not for public use
_______________________________________________________________________

https://pdfs.semanticscholar.org/eb5e/c9e01dde1323738ed1f3694027917228c9f3.pdf

WPI Student thesis on indoor localization of a transceiver. Used GNU Radio with 3 USRPs to
trilaterate a transceiver. Using time of arrival and angle of arrival. Worth a read
_______________________________________________________________________
Main Link : ​ https://www.csun.edu/~skatz/katzpage/sdr_project/

https://www.csun.edu/~skatz/katzpage/sdr_project/sdrproject.html​ this is HTML link where you


can access all lab documents ; most of the labs are AM and FM.’ these links also have raw IQ
samples if you donthave a SDR hardware .

_________________________________________________________________________

http://cegt201.bradley.edu/projects/proj2006/sradio/archives/Final_Project_Report.pdf

_________________________________________________________________________
Evaluation of IEEE 802.11a/g/p
Transceiver for SDR

GNU Radio based SDR

_________________________________________________________________________

https://sumitgnuradio.blogspot.com/

GNU Radio blog where he talks about experiments ; FFTs

_________________________________________________________________________

http://www.doc88.com/p-3177601810385.html

Multipath effects in GPS receivers (i don’t know why i saved this )

This give s a basic GNSS receiver overview , GNSS signal, channel models , multipath
mitigation techniques , and sample MATLAB code for simulating multipath effects

_________________________________________________________________________

http://fieldxp.com/about/

Three series books on SDR which is pretty basic level on GNU radio and SDR’s . If you want a
book which talks about sampling , nyquist rate , FFT , visualizing signal , basic AM , PM , FM
modulatiion using GNU radio …. Available on amazon (I bought these ebooks and Micheal
osmmons tutorials are same as these)

__________________________________________________________________________
https://www.tacnetsol.com/p/software-defined-radio-training

PAID ONE : gives three videos for free

__________________________________________________________________________

DESIGN AND IMPLEMENTATION OF A MOBILE PHONE LOCATOR USING SDR

Two USRPs are used for this project .


GNU Radio is used as a platform
.py files are provided . GSM OOT moudle is created . Entire directory is not provided. Just the
individual files like tx.py , rx.py
___________________________________________________________________________
http://conferences.sigcomm.org/sigcomm/2013/papers/srif/p9.pdf

Bastian Bloessl paper on OFDM recevier for GNU Radio.


Should check his gr-ieee802.11 .. I guess this is in his opensource code.

. We present a complete Orthogonal Frequency Division Multiplexing (OFDM) receiver


implemented in GNU Radio and fitted for operation with an Ettus USRP N210.​ To the best of
our knowledge, this is the first prototype of a GNU Radio based OFDM receiver for this
technology. Our receiver comprises all layers up to parsing the MAC header and
extracting the payload of IEEE 802.11a/g/p networks. It supports both WiFi with a
bandwidth of 20 MHz and IEEE 802.11p DSRC with a bandwidth of 10 MHz. We validated
and verified our implementation by means of interoperability tests, and present
representative performance measurements​. By making the code available as Open Source
we provide an easy-to-access system that can be readily used for experimenting with novel
signal processing algorithms.
___________________________________________________________________________
https://publik.tuwien.ac.at/files/PubDat_195612.pdf

Implementation of IEEE 802.11p Physical Layer Model in SIMULINK

Simulation of 802.11p physical layer on simulink … transmitter and recevier are well explained ;

Simulations were carried out using AWGN , block fading vhannel , time variant channel

___________________________________________________________________________

http://www.wirelesscommunication.nl/reference/contents.htm

Wireless Communication Tutorials

__________________________________________________________________________

https://www.udemy.com/receiver-transmitter-transceiver-architecture-rf-wireless-systemdesign/

Udemy course on Radio architectures.

I bought this and didn’t study yet (Great )


__________________________________________________________________________
Towards an Open Source IEEE 802.11p Stack: A Full SDR-based Transceiver in GNU Radio

http://www.ccs-labs.org/bib/bloessl2013towards/bloessl2013towards.pdf

First, we show that its computational demands are so low that it can be run on low-end desktop
PCs or laptops and thus, the transceiver is also feasible to use in field operational tests.
Secondly, we present simulation results to highlight the transceiver’s capability to study and
debug PHY and MAC variants in a reproducible manner. We show that the simulations match
very well to a widely accepted error model for IEEE 802.11p networks. Finally, we discuss
results from an extensive set of measurements that compare our SDR-based transceiver with
commercial grade IEEE 802.11p cards. We made the framework available as Open Source to
make the system accessible for other researchers and to allow reproduction of the results. This
might also pave the way for

Gr-ieee802.11p bastian bloessl …. THIS IS MUST check thing for ME

____________________________________________________________________________

IEEE 802.11p Transmission Using GNURadio

http://thomaszemen.org/papers/Fuxjaeger10-WSR-paper.pdf

In this work we present an implementation of a fully functional IEEE 802.11p transmitter in


software-defined radio. We describe the rapid-prototyping methodology that was used to
implement the frame-encoder within the open-source GNU Software Radio (GNURadio)
platform [1]. The encoder generates OFDM frames in digital complex base-band representation
and uses the USRP2 [2] as digital-to-analog front-end for up-conversion and final transmission.
Since the actual encoding process involves a large number of complex steps we split the
development approach into three sequential stages. First, a reference-encoder in a high-level
language (MATLAB) is derived from the IEEE standard documents. Second, the individual
blocks of the MATLAB encoding chain are progressively ported to GNURadio, cross-checking
with the reference after each step. Finally, standard compliance is verified by conducting
comparative over-the-air measurements with an early prototype of a commercial 11p
transceiver. Initial measurement results indicate that the fidelity of the resulting GNURadio
implementation is on par with non-software-defined radio industry solutions and capable of
generating truly standard-compliant OFDM frames. The encoder presented here has been
released under GPLv3 and is also capable of encoding frames according to the 11a and 11g
amendments, thus making it a valuable

__________________________________________________________________________
System Level Design of Software-Defined Radio Platform

https://web.wpi.edu/Pubs/E-project/Available/E-project-043015-164208/unrestricted/MQP_repor
t_30_4_15.pdf

USRP’s are used to build the OBU’s .

Lot of text was contributed for Zynch harware and the implementation was done on GNU radio
and snapshots of .GRC was given in the document.

___________________________________________________________________________

https://users.wpi.edu/~sunar/courses/
WPI Courses list by prof Sonar

EC578 - Crypotography
EC505 - Computer Architecture
EC579s- Computer Security
EC673- ADvanced Computer crptpgrpahy
EC3311 - principes of communication systems

___________________________________________________________________________
Hacking Everything with RF and Software Defined Radio - Part
1

http://console-cowboys.blogspot.com/2017/10/hacking-everything-with-rf-and-software.html?lipi
=urn%3Ali%3Apage%3Ad_flagship3_search_srp_content%3Br%2F08yIl5RveroFgmH9b6sA%3
D%3D

Replay attacks with HackRF To Trigger / Disable Sensors:

Decoding Signal Patterns for Sending With The YardStick


One:

Record Transmission with GQRX:


OK so first things first, load your GQRX application and this time hit the record button at the bottom right
side prior to triggering the doorbell transmitter. This will save a Wav file you can open in audacity.

Install Audacity:

This signal analyzing using audaicty is explained in this post. I would go throught his post only
for that

__________________________________________________________________________

http://www.cs.tufts.edu/comp/116/archive/fall2015/arichardson.pdf
SECURITY OF VEHICLE KEY FOBS AND IMMOBILIZERS

__________________________________________________________________________
http://www.ece.uvic.ca/~ece350/lab_manual/
Very neatly explained LAB manuals for communications theory and systems

____________________________________________________________________________

OFDM SIMULATION in MATLAB

https://digitalcommons.calpoly.edu/cgi/viewcontent.cgi?referer=&httpsredir=1&article=1063&con
text=eesp

Desing of OFDM transmitter and recevier on simulink and all matlab codes were provided in the
appendix

____________________________________________________________________________

https://www.elttam.com.au/blog/intro-sdr-and-rf-analysis/

Goof GIF explaination on what we can do with SDR and GNU radio , waterfall plots and all

___________________________________________________________________________
https://web.stanford.edu/class/ee179/labs/LabFP_ADSB.html

Good intro on SDR and final project is ADS_B packet decoding , MUST DO simple project to
start with SDR

___________________________________________________________________________

http://aaronscher.com/wireless_com_SDR/home.html

This is one heck of link for good courses on internet for SDR

http://aaronscher.com/wireless_com_SDR/docs/GNU_radio_tutorials.pdf

Balint Seeber tutorials -- MUST DO

https://www.youtube.com/watch?v=N9SLAnGlGQs​ GNU Radio tutorials


https://www.youtube.com/watch?v=_hGNT1w-jig​ - intro to GNU Radio by Tom Randue

https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr#Usage​ RTL_SDR detailed

https://dsp.stackexchange.com/questions/14211/effect-of-sampling-interval-length-and-gaussian
-noise-on-the-frequency-spectrum​ Sampling interval lngth and guassian noise

https://dsp.stackexchange.com/questions/16060/filter-banks-and-fft-are-they-similar-conceptuall
y​ Filter Banks and FFT

http://aaronscher.com/Course_materials/DSP/DSP_labs.html

https://inst.eecs.berkeley.edu/~ee123/fa12/rtl_sdr.html​ RTL-SDR explaination by Dr.Aaron

___________________________________________________________________________

https://sites.google.com/view/pornchaisupnithi/courses/digital-comm?authuser=0

Just adding a Pro .Pornchai Supniti’s lectures on digital communciations

____________________________________________________________________________

AI in wireless communciations

They provide datasets to work with GNURadio using AI

https://signalsintelligence.wordpress.com/2016/08/06/keras-tensorflow-and-gnu-radio-blocks/

https://oshearesearch.com/

Ex: Bit Error Rate testing in GNu radio


____________________________________________________________________________

All you can find about Antenna .. lots of courses

http://www.ac6v.com/antprojects.htm

___________________________________________________________________________

http://www.sss-mag.com/pdf/an9804.pdf

Lnk budget analysis tutorial or white paper


___________________________________________________________________________
https://github.com/u-blox/ubx-v2x

MUST READ about MATLAB- V2x from ublox

____________________________________________________________________________

https://arxiv.org/pdf/1809.10413.pdf

Recent 2018 paper from china about V2X implementaiton using USRP in GNU Radio

____________________________________________________________________________

http://whiteboard.ping.se/SDR/IQ

Good explaination on IQ data ---- Helix, exponentials


____________________________________________________________________________

Das könnte Ihnen auch gefallen