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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
BAORadio
AnaPAON4
Commits
7a8d0976
Commit
7a8d0976
authored
Sep 25, 2015
by
Reza ANSARI
Browse files
petite correction bugs apres 1ere executions ds msvis2dt.cc , Reza 25/9/2015
parent
2dfb46c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
msvis2dt.cc
msvis2dt.cc
+4
-2
No files found.
msvis2dt.cc
View file @
7a8d0976
...
...
@@ -206,7 +206,7 @@ int main(int narg, char* arg[])
TMatrix
<
complex
<
float
>
>
vismtx
;
time_t
tm5
=
pin5
.
CreationDate
();
struct
tm
*
ptms5
=
gmtime
(
&
tm5
);
TimeStamp
tms5
(
ptms5
->
tm_year
,
ptms5
->
tm_mon
,
ptms5
->
tm_mday
,
ptms5
->
tm_hour
,
ptms5
->
tm_min
,
ptms5
->
tm_sec
);
TimeStamp
tms5
(
ptms5
->
tm_year
+
1900
,
ptms5
->
tm_mon
,
ptms5
->
tm_mday
,
ptms5
->
tm_hour
,
ptms5
->
tm_min
,
ptms5
->
tm_sec
);
pin5
>>
vismtx
;
sprintf
(
filename
,
"%s/meanspec%d.ppf"
,
path6
.
c_str
(),
jf
);
...
...
@@ -215,7 +215,7 @@ int main(int narg, char* arg[])
TMatrix
<
float
>
spectre
;
time_t
tm6
=
pin6
.
CreationDate
();
struct
tm
*
ptms6
=
gmtime
(
&
tm6
);
TimeStamp
tms6
(
ptms6
->
tm_year
,
ptms6
->
tm_mon
,
ptms6
->
tm_mday
,
ptms6
->
tm_hour
,
ptms6
->
tm_min
,
ptms6
->
tm_sec
);
TimeStamp
tms6
(
ptms6
->
tm_year
+
1900
,
ptms6
->
tm_mon
,
ptms6
->
tm_mday
,
ptms6
->
tm_hour
,
ptms6
->
tm_min
,
ptms6
->
tm_sec
);
pin6
>>
PPFNameTag
(
"spectre"
)
>>
spectre
;
if
(
vismtx
.
NCols
()
!=
spectre
.
NCols
())
...
...
@@ -260,6 +260,8 @@ int main(int narg, char* arg[])
}
}
//----- end of time-frequency maps filling
}
TFMtmidx
++
;
// On incremente l'index du temps dans la matrice temps-frequence
//---- pour les 6 cross-cor
for
(
int
k
=
0
;
k
<
6
;
k
++
)
{
// loop over the 6 Xcor
TVector
<
complex
<
float
>
>
cxv
=
vismtx
.
Row
(
KVCXHH
[
k
]
);
...
...
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