- fixed nom to 10

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@466 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-25 10:34:41 +00:00
parent ab1a55061a
commit 435a2a7749
+1 -1
View File
@@ -160,7 +160,7 @@ for k=1:numFrames
% Find peak widths
left = pos;
right = pos;
nom = Xd(pos) - 10;
nom = 10;
left_found = 0;
right_found = 0;
pbh = 0;