- 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:
@@ -160,7 +160,7 @@ for k=1:numFrames
|
|||||||
% Find peak widths
|
% Find peak widths
|
||||||
left = pos;
|
left = pos;
|
||||||
right = pos;
|
right = pos;
|
||||||
nom = Xd(pos) - 10;
|
nom = 10;
|
||||||
left_found = 0;
|
left_found = 0;
|
||||||
right_found = 0;
|
right_found = 0;
|
||||||
pbh = 0;
|
pbh = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user