daniestevez / jupyter_notebooks

Assorted Jupyter notebooks by Daniel Estévez
Creative Commons Attribution 4.0 International
152 stars 30 forks source link

Reupload of packet1.f32 #2

Closed chr1s-uni closed 1 year ago

chr1s-uni commented 1 year ago

Hello, I want to recreate the BPSK postprocessing you did but I can't get the packet1.f32 and packet2.f32 files. May it be possible that you reupload them? I can't seem to get them via annex

Much appreciated!

Thanks

daniestevez commented 1 year ago

This works for me:

$ git clone https://github.com/daniestevez/jupyter_notebooks/
Cloning into 'jupyter_notebooks'...
remote: Enumerating objects: 29481, done.
remote: Counting objects: 100% (6728/6728), done.
remote: Compressing objects: 100% (4116/4116), done.
remote: Total 29481 (delta 1614), reused 6711 (delta 1600), pack-reused 22753
Receiving objects: 100% (29481/29481), 432.24 MiB | 6.59 MiB/s, done.
Resolving deltas: 100% (9899/9899), done.
Updating files: 100% (2919/2919), done.
[daniel@akallabeth test-jnb]$ cd jupyter_notebooks/bpsk/
[daniel@akallabeth bpsk]$ git remote add -f eala http://eala.destevez.net/~daniel/jupyter_notebooks.git
Updating eala
From http://eala.destevez.net/~daniel/jupyter_notebooks
 * [new branch]        git-annex        -> eala/git-annex
 * [new branch]        master           -> eala/master
 * [new branch]        synced/git-annex -> eala/synced/git-annex
 * [new branch]        synced/master    -> eala/synced/master
[daniel@akallabeth bpsk]$ git annex get packet1.f32 

  Remote origin not usable by git-annex; setting annex-ignore

  https://github.com/daniestevez/jupyter_notebooks//config download failed: Not Found
get packet1.f32 (from eala...) 
(scanning for annexed files...)
ok
(recording state in git...)
[daniel@akallabeth bpsk]$ md5sum packet1.f32 
9f3137930a3bdb35644ea470b5c29a66  packet1.f32

Can you give more details of what it fails for you?

chr1s-uni commented 1 year ago

Hey, thanks for the reply. I ended up getting the file via your old jupyter_notebooks Github. Unfortunately it did not bring me any further with my analysis of an unknown signal :D