#
ber
Here are 37 public repositories matching this topic...
ASN1js is a pure JavaScript library implementing a full ASN.1 BER decoder and encoder.
-
Updated
Apr 28, 2022 - JavaScript
kind/enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Simulates pruned DFT spread FBMC and compares the performance to OFDM, SC-FDMA and conventional FBMC. The included classes (QAM, DoublySelectiveChannel, OFDM, FBMC) can be reused in other projects.
python
dft
signal-processing
ber
multipath
ofdm
wireless-communication
power-spectral-density
modulation
time-varying
fbmc
sc-fdma
oqam
filter-bank-multicarrier
-
Updated
Jul 2, 2018 - Python
ASN.1 TypeScript library, including codecs for Basic Encoding Rules (BER) and Distinguished Encoding Rules (DER).
-
Updated
Apr 9, 2022 - TypeScript
Allows to reproduce all figures from "Pruned DFT Spread FBMC: Low PAPR, Low Latency, High Spectral Efficiency", IEEE Transactions on Communications, 2018
signal-processing
matlab
ber
multipath
wireless-communications
ofdm
power-spectral-density
modulation
time-varying
fbmc
sc-fdma
oqam
filter-bank-multicarrier
-
Updated
May 17, 2018 - MATLAB
ASN.1 Codecs, including BER, CER and DER.
-
Updated
Apr 27, 2019 - D
MATLAB Imitation Modeling for the BER of the Satellite Communication System using QPSK and OFDM Modulation with LS Channel Estimation based on Pilot Signals in the Transionospheric Communication Channel with Rician Fading, Multipath, Frequency Selectivity and Limited Coherence Bandwidth
satellite
matlab
ber
multipath
ofdm
qpsk
fading
rician
communication-systems
communication-channels
frequency-selective
-
Updated
Jul 24, 2020 - MATLAB
Fork of golang pkg `encoding/asn1` to support the Basic Encoding Rules
-
Updated
Dec 14, 2020 - Go
MATLAB Imitation Modeling for the BER of the HF Communication System using M-PSK Modulation in the HF Communication Channel with Multipath and Signal Fading that constructed according to ITU-R Recommendation F.1487
channel
matlab
communications
ber
multipath
modulation
hf
fading
rayleigh
mpsk
imitation-modeling
adaptive-equalizers
frequency-selective
-
Updated
Jul 15, 2020 - MATLAB
PrgAsn1.pl is a simple but effective ASN1 viewer working as command line. This script can use a Translation file to convert hexadecimal values in numeric or alphanumeric values.
-
Updated
Aug 12, 2021 - Perl
MATLAB simulation of a BPSK data transmission system with AWGN channel, and its benchmark against BER(SNR).
-
Updated
Aug 27, 2021 - MATLAB
Generate RSA keys as PKCS#1, PKCS#8 or BER
-
Updated
Jan 5, 2020 - JavaScript
Data Rate Change Algorithms for an Efficient HF Communication
algorithms
ber
optimization-algorithms
matlab-codes
snr
awgn
fer
itu-t
hf-communications
drc-algorithms
data-rate
bit-error-rate
nvis
trinder
rapidm
acos-algorithm
beo-algorithm
-
Updated
Jun 2, 2018
A subset of ASN.1 implemented in Raku, BER-wise
-
Updated
Apr 1, 2021 - Raku
Project for testing BER on hamming code-Information Theory
-
Updated
Oct 2, 2018 - MATLAB
Word Embedding visualization with T-SNE (t-distributed stochastic neighbor embedding) for BERT, ALBERT, ELMO, ELECTRA, XLNET, GLOVE.
nlp
nlu
dimensionality-reduction
ber
albert
wordembeddings
glove-embeddings
sarcasm-detection
electra
elmo
xlnet
tsne-visualization
-
Updated
Nov 4, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the ber topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ber topic, visit your repo's landing page and select "manage topics."


Hi, I'm working on building a SNMP client and as an optimization to prevent allocating memory on every send/receive, I want to internally store a
Vecin my client, however there doesn't appear to be a way to provide theEncodera&mut Vec<u8>or&mut [u8]to encode into, which would be really useful!