This file contains hidden or 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
options: | |
parameters: | |
author: Daniel Estevez | |
catch_exceptions: 'True' | |
category: '[GRC Hier Blocks]' | |
cmake_opt: '' | |
comment: '' | |
copyright: '' | |
description: '' | |
gen_cmake: 'On' |
This file contains hidden or 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
#!/usr/bin/env python3 | |
import argparse | |
import os | |
import socket | |
def parse_args(): | |
parser = argparse.ArgumentParser() | |
parser.add_argument( |
This file contains hidden or 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
options: | |
parameters: | |
author: daniel | |
catch_exceptions: 'True' | |
category: '[GRC Hier Blocks]' | |
cmake_opt: '' | |
comment: '' | |
copyright: '' | |
description: '' | |
gen_cmake: 'On' |
This file contains hidden or 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
// | |
// Copyright (c) 2021 - Daniel Estevez <[email protected]> | |
// | |
// TEA | |
// | |
// Verilog implementation of the Tiny Encryption Algorithm | |
// | |
`timescale 1ns / 1ps | |
`default_nettype none |
This file contains hidden or 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
options: | |
parameters: | |
author: Daniel Estevez | |
catch_exceptions: 'True' | |
category: '[GRC Hier Blocks]' | |
cmake_opt: '' | |
comment: '' | |
copyright: '' | |
description: '' | |
gen_cmake: 'On' |
This file contains hidden or 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
%General Mission Analysis Tool(GMAT) Script | |
%Created: 2023-07-01 22:42:05 | |
%---------------------------------------- | |
%---------- Spacecraft | |
%---------------------------------------- | |
Create Spacecraft Euclid; | |
GMAT Euclid.DateFormat = UTCGregorian; |
This file contains hidden or 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
#!/usr/bin/env python3 | |
from gnuradio import gr, blocks | |
import pmt | |
import argparse | |
import signal | |
import sys |
This file contains hidden or 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
/// Rx Enable and Filter Control register: | |
/// - Rx Enable = 1 | |
/// The ad9361_en_dis_rx function sets this bit. This bit | |
/// determines if the receiver is enabled. Setting the bit enables the | |
/// receiver signal path. Clearing the bit disables the receiver. | |
/// - RHB3 Enable and Decimation[1:0] = 0b01 | |
/// See note in 0x002[D5:D4]. These bits set the decimation of the | |
/// first filtering stage after the ADC per Table 4. | |
/// 00 Decimate by 1, no filtering | |
/// 01 Decimate by 2 (half-band filter) |
This file contains hidden or 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
{ | |
"version": 1, | |
"app": "siliwiz", | |
"timestamp": 1676193636, | |
"rects": [ | |
{ "x": 14.4, "y": 2, "height": 390, "width": 382, "layer": "p substrate" }, | |
{ "x": 17.4, "y": 4, "height": 31, "width": 366, "layer": "n well" }, | |
{ "x": 18.4, "y": 262, "height": 30, "width": 368, "layer": "n well" }, | |
{ "x": 51.4, "y": 44, "height": 14, "width": 33, "layer": "n diffusion" }, | |
{ "x": 334.4, "y": 42, "height": 14, "width": 39, "layer": "n diffusion" }, |
This file contains hidden or 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
camras-2022_11_30_19_18_07_2216.500MHz_5.0Msps_ci16_le.png | |
camras-2022_11_30_19_19_10_2216.500MHz_5.0Msps_ci16_le.png | |
camras-2022_12_08_15_46_46_2216.500MHz_4.5Msps_ci16_le.png | |
camras-2022_12_08_16_37_42_2216.500MHz_4.5Msps_ci16_le.png | |
camras-2022_12_10_21_01_30_2216.500MHz_4.5Msps_ci16_le.png |
NewerOlder