- increase Nh for frames from file

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@437 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-21 19:16:00 +00:00
parent 6824053b30
commit 282dfae0d5
+1 -1
View File
@@ -28,7 +28,7 @@ function retval = peak_detect ()
frames = load ('-ascii', '/home/jens/frames.dat');
[numFrames, N] = size(frames)
Nh = N/2;
Nh = N;
kn = 0.1
ks = 0.5;