- added frames

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@449 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-23 19:48:20 +00:00
parent e54fcab440
commit a8153e5a72
3 changed files with 2598 additions and 1 deletions
+144
View File
File diff suppressed because one or more lines are too long
+2453
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -25,7 +25,7 @@
function retval = peak_detect () function retval = peak_detect ()
frames = load ('-ascii', '/home/jens/frames.dat'); frames = load ('-ascii', './frames.dat');
[numFrames, N] = size(frames) [numFrames, N] = size(frames)
DO_SIM_PEAKS = 0; DO_SIM_PEAKS = 0;