- 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user