Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BAORadio
AnaPAON4
Commits
c818b714
Commit
c818b714
authored
May 19, 2015
by
Reza ANSARI
Browse files
correction bug (offset index), Reza 19/05/2015
parent
baa1d099
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
visi2dtacx.cc
visi2dtacx.cc
+2
-2
No files found.
visi2dtacx.cc
View file @
c818b714
...
...
@@ -243,8 +243,8 @@ int main(int narg, char* arg[])
for
(
sa_size_t
c
=
0
;
c
<
vcx
.
Size
();
c
++
)
vcx
(
c
)
=
complex
<
r_8
>
((
r_8
)
cxsum
(
k
,
c
).
real
(),
(
r_8
)
cxsum
(
k
,
c
).
imag
())
*
complex
<
r_8
>
(
gaincx
(
k
,
c
),
0.
);
cxdt
[
k
]
+=
vcx
(
freqs
).
Sum
();
// integration en bande 1
cxdt
[
k
+
8
]
+=
vcx
(
freqsB
).
Sum
();
// integration en bande large B
cxdt
[
k
+
1
6
]
+=
vcx
(
freqs21
).
Sum
();
// integration a +/- 1 MHz @ 1420 MHz
cxdt
[
k
+
6
]
+=
vcx
(
freqsB
).
Sum
();
// integration en bande large B
cxdt
[
k
+
1
2
]
+=
vcx
(
freqs21
).
Sum
();
// integration a +/- 1 MHz @ 1420 MHz
}
// Moyennes dans la bande 1
double
fnorm
=
(
1.
/
(
double
)
deltaIavg
)
/
(
double
)(
JFmax
-
JFmin
+
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment