sv1bds

Results 3 issues of sv1bds

Hi, I try to use it to receive QO100 beacon (Es Heil 2) without success until now. I can get a MER of about 10.2 using Polyphase Clock Sync &...

Hi, In a fresh 22.04 installation I have to add: sudo apt-get install libsndfile1-dev Also 13/13 Testing: qa_symbol_sync_cc 13/13 Test: qa_symbol_sync_cc Command: "/usr/bin/sh" "qa_symbol_sync_cc_test.sh" Directory: /home/sv1bds/gr-dvbs2rx/build/python/dvbs2rx "qa_symbol_sync_cc" start time: Jun...

Hi, I want to use this model model = tf.keras.Sequential([ tf.keras.layers.Input(shape=(6,)), tf.keras.layers.Dense(32, activation='relu'), tf.keras.layers.Dense(32, activation='relu'), tf.keras.layers.Dense(4, activation='softmax') ]) model.compile(optimizer=tf.keras.optimizers.Adam(learning_rate=0.001),loss='mse') to play snake game on an STM32. You mention that only...