Skip to content

Instantly share code, notes, and snippets.

@Tschucker
Tschucker / ig_fft_plot_rtlsdr.ipynb
Created February 16, 2021 18:48
intensity graded fft plot with rtlsdr data
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Tschucker
Tschucker / color_scopes.ipynb
Created March 21, 2021 02:22
Color Scope plots using python and jupyter notebooks
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
%Tom Schucker
clear;
%%
c = 3e8; % Speed of light
M = 16; % Number of antennas in ULA
A = 2; % Amplitude of the desired signal
f = 2.4e9; % frequency in Hz
lambda = c/f; % Wavelength of desired signal
@Tschucker
Tschucker / simple_topo_rf_propagation.m
Created August 15, 2021 18:24
Matlab Topographic RF Propagation Example
%% RF Propagation Simulation
%Tom Schucker
%% Set Custom Terrain
%terrain file (download from https://earthexplorer.usgs.gov/)
dtedfile = "n37_w122_1arc_v3.dt2";
%data attribution
attribution = "SRTM 3 arc-second resolution. Data available " + ...
"from the U.S. Geological Survey.";