aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Delete old test fileNao Pross2021-10-142-695/+0
|
* Add Equalizer and Phase + Freq. correction to QPKS simulationNao Pross2021-10-142-232/+606
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Continuing the work of commit 20e54b3cf198f17e05a3c7e8716138717447aa32 Important: - The diagram has been updated to include a CMA equalizer and a costas loop (for phase correction and small frequency correction). TODO: - Decode the signal - Create USRP hardware sinks (RX side, for later) It would be very nice if we manage to find a 'switch' block that allows to have in a single flow diagram both the simulated and "real" signals. NOTE: recall that the USRP gives directly a baseband signal, which means that everything between the channel the costas loop (both included) will not be used when the hardware is connected. Only the (not yet) implemented decoder (and eventually some more filters if needed) will be used. Other notes: - The layout has been updated to use QT Tab widgets (defined on the top left corner). GUI elements can be put into tabs by giving a string '<tab name>@<tab nr>: <grid options>' as GUI hint. - To make the diagram nicer, all GUI sinks (eg. constellations plots of time / freq. plots) are vertically aligned. Constellation above, and time and freq. sinks below. Variables ought to be placed near their respective block, unless they are global, in which case they should go on the top left.
* Organize referencesNao Pross2021-10-1417-0/+0
|
* Create QPKS simulationNao Pross2021-10-132-0/+1148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current flow diagram does the following: - Generate a QPKS constellation from a random bit source. The constellation is parametrized by the 'Constellation Rect. Object' and the variables 'sps' (Samples Per Symbol) and 'excess_bw' (Excess Bandwidth). - Send the modulated signal through a AWGN channel. Noise channel taps are controlled with the 'taps' variable, the other paramters are given through the 'QT GUI Range' objects. - Display the constellation diagram as well as the time and frequency domain plots of the signal after the channel (receiver side). - Synchronize the clock using a polyphase clock sync with root raised cosine filters. The number of filters is stored in 'nfilts' and the filter themselves are in 'rcc_taps'. - Finally, display the constellation after the RCC filters. What is still missing: - Multipath fading taps in the channel model (for later) - Equalization on the receiver side. PROBLEM: The wiki tutorial targets GNU Radio 3.9, and uses 'Linear Equlizer' and 'Adaptive Algorithm' blocks which are not available in GNU Radio 3.8. We need to use 'CMA Equalizer' and 'LMS DD Equalizer' and figure out their parameters instead. Though this should not be hard. - Phase and Fine Frequency Correction. - Decode the message.
* Move paragraph to introductionNao Pross2021-10-132-17/+7
|
* Merge branch 'master' of github.com:NaoPross/FadingNaoki Pross2021-10-132-1/+14
|\
| * Delete PDFNao Pross2021-10-131-0/+0
| |
| * Merge branch 'master' of github.com:NaoPross/FadingNao Pross2021-10-1315-17/+2762
| |\
| * | IntroductionNao Pross2021-10-133-3/+16
| | |
* | | Add referenceNaoki Pross2021-10-131-0/+0
| | |
* | | More on QAMNaoki Pross2021-10-133-9/+28
| |/ |/|
* | Fix workflowNaoki Pross2021-10-122-4/+5
| |
* | Merge branch 'master' of github.com:NaoPross/FadingNaoki Pross2021-10-128-3/+2623
|\ \
| * | Simulations Versuch von AM und SSBsara2021-10-128-3/+2623
| |/
* | Block diagram of communication and start AM and QAMNaoki Pross2021-10-126-12/+136
|/
* Merge branch 'master' of github.com:NaoPross/FadingNao Pross2021-10-072-0/+0
|\
| * Rename "Simulation" to AMsara2021-10-072-0/+0
| |
* | Set up and create bibliographyNao Pross2021-10-073-11/+83
|/
* Delete PDFNao Pross2021-10-071-0/+0
|
* Disable thesis templateNaoki Pross2021-10-075-15/+57
|
* Review sec 3 of project planNaoki Pross2021-10-052-12/+23
|
* Review and change font of project planNaoki Pross2021-10-052-24/+16
|
* Change color of progress barsNao Pross2021-10-052-19/+11
|
* Projectplan angepasstsara2021-10-055-29/+35
|
* Create first AM simulationNao Pross2021-10-042-0/+635
| | | | It implements the easiest, crappiest AM moulator.
* Merge branch 'master' of https://github.com/NaoPross/FadingNao Pross2021-10-042-0/+0
|\
| * Add references of GNURadio's fading channel simulatorNaoki Pross2021-10-012-0/+0
| | | | | | | | | | Basic fading : iet-com.2008.0297.pdf Frequency selective : iscas.2009.5118116.pdf
* | Add test gnuradio fileNao Pross2021-09-292-0/+695
|/
* Add referencesNaoki Pross2021-09-293-0/+0
|
* Update Gantt diagramNaoki Pross2021-09-292-16/+24
|
* Variante zur ersten korrekturOST\sara.halter2021-09-271-5/+7
|
* Update TasksOST\sara.halter2021-09-271-1/+8
|
* Update project planNaoki Pross2021-09-252-27/+165
|
* Restructure project planNao Pross2021-09-252-21/+12
|
* first DescriptionOST\sara.halter2021-09-231-12/+34
|
* Update Gantt DiagramNaoki Pross2021-09-232-41/+64
|
* Merge remote-tracking branch 'origin/master'OST\sara.halter2021-09-2315-21/+1404
|\
| * Add project plan and thesis to workflowNao Pross2021-09-214-1/+6
| |
| * Create test LaTeX workflowNao Pross2021-09-211-0/+16
| |
| * Add list of required latex packagesNao Pross2021-09-211-0/+279
| |
| * Create thesis skeletonNao Pross2021-09-2110-17/+129
| |
| * Adjust templateNao Pross2021-09-214-104/+44
| |
| * Create thesis with latex templateNao Pross2021-09-215-0/+1007
| |
| * Fix typoNao Pross2021-09-211-1/+1
| |
| * Create makefile for project planNao Pross2021-09-212-0/+23
| |
| * Make whitespace consistents with tabsNao Pross2021-09-212-21/+22
| |
| * Capitalize project plan fileNao Pross2021-09-211-0/+0
| |
* | Projekttplan angepasst noch nicht fertigOST\sara.halter2021-09-232-156/+145
| |
* | Projectplan weiter gearbeitet noch, nicht fertigOST\sara.halter2021-09-212-108/+156
|/
* Merge branch 'master' of https://github.com/NaoPross/FadingNaoki Pross2021-09-212-0/+24
|\