mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-25 01:26:30 -05:00
Remove drafts of posts I won't finish
This commit is contained in:
parent
05c7bc16ad
commit
fcc8c5bb1f
4 changed files with 0 additions and 55 deletions
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: "Group Theory in Coq"
|
|
||||||
date: 2019-05-21T22:17:00-04:00
|
|
||||||
draft: true
|
|
||||||
tags: ["Math", "Formal Methods"]
|
|
||||||
---
|
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
---
|
|
||||||
title: "FM Radio Tuner"
|
|
||||||
date: 2019-05-21T22:08:54-04:00
|
|
||||||
draft: true
|
|
||||||
tags: [ "Amateur Radio" ]
|
|
||||||
---
|
|
||||||
|
|
||||||
I recently bought a [RTL-SDR Receiver](https://www.amazon.com/RTL-SDR-Blog-RTL2832U-Software-Telescopic/dp/B011HVUEME/ref=sr_1_3) off of Amazon to get started with [Software Defined Radio](https://en.wikipedia.org/wiki/Software-defined_radio). To start off, I thought that it would be great if I can write a fm receiver.
|
|
||||||
|
|
||||||
To begin you will need to install `gnuradio` and follow the following [instructions](https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr).
|
|
||||||
|
|
||||||
## GNURadio
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## QT
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Modifying GNURadio Python Script
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
title: "Considerations with Missing Data"
|
|
||||||
date: 2019-05-22T23:18:45-04:00
|
|
||||||
draft: true
|
|
||||||
tags: ["Statistics"]
|
|
||||||
---
|
|
||||||
|
|
||||||
Write something about "Missing Completely at Random" (MCAR) and maybe talk about a couple R packages for visualizing this..
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Oh and also techniques for imputing
|
|
||||||
|
|
||||||
- multiple imputation with chained equations
|
|
||||||
- random forest
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
title: "Tensorboard"
|
|
||||||
date: 2019-05-26T19:04:47-04:00
|
|
||||||
draft: true
|
|
||||||
---
|
|
||||||
|
|
Loading…
Reference in a new issue