-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from joshua-jerred/sstv_fix
SSTV fix
- Loading branch information
Showing
4 changed files
with
56 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# SSTV | ||
|
||
## Robot36 quick notes | ||
|
||
Audio sample rate of 48000, so 1728000 total samples. This means 7200 samples, | ||
150ms, per scan line. | ||
|
||
| | | | ||
| ----------------- | ---------------------------------------- | | ||
| *VIS Code* | 8d (decimal) | | ||
| Color Mode | Y, R-Y, B-Y | | ||
| Scan Sequence | Y, R-Y (even lines) - Y, B-Y (odd lines) | | ||
| Number of Lines | 240 | | ||
| Transmission Time | 36 seconds | | ||
| Image Size | 320x240 | | ||
|
||
## Useful links | ||
|
||
https://vu2nsb.com/cw-digital-radio/slow-scan-tv-sstv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Boost_erSeat
updated
4 files
+0 −1 | CMakeLists.txt | |
+66 −7 | include/BoosterSeat/rolling_average.hpp | |
+0 −34 | src/rolling_average.cpp | |
+22 −0 | tests/rolling_average_test.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters