Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
6b2ce5df
Commit
6b2ce5df
authored
Feb 13, 2019
by
thomas.forbriger
Browse files
croposp [WP]: allow for sensor frequency response
parent
5b5d0cf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/croposp/Makefile
View file @
6b2ce5df
...
...
@@ -164,8 +164,8 @@ CPSD_SIGGENOPT=-v -o -n $(CPSD_NSAMPLESRAW) -d $(CPSD_DT) -T $(CPSD_DUR) -ot bin
CPSD_AMP1
=
1.e-3
CPSD_AMP2
=
1.e-4
CPSD_AMP3
=
3.e-3
CPSD_AMP4
=
3
.e-
3
CPSD_AMPBG
=
4.e-5
CPSD_AMP4
=
5
.e-
5
CPSD_AMPBG
=
2.
# location of plot tool
CROPOSPLOT
=
./croposplot.py
...
...
@@ -193,15 +193,29 @@ cpsd3mod.bin: cpsd3raw.bin
printf
"lpb 10.,2
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
cpsd4mod.bin
:
cpsd4raw.bin
printf
"
l
pb 10
.
,2
\n
end
\n
"
\
printf
"
h
pb 10
0.0
,2
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
cpsdbgmod.bin
:
cpsdbgraw.bin
printf
"lpb 2.,4
\n
avg 0
\n
hp 200.,2
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
# add common noise signal to channel specific noise floor
cpsd%add.bin
:
cpsd%mod.bin cpsdbgraw.bin
cpsd%add
raw
.bin
:
cpsd%mod.bin cpsdbgraw.bin
teseco
-v
-o
-a
-type
bin
-Type
bin
$@
$^
# modify sensor response
cpsd1add.bin
:
cpsd1addraw.bin
printf
"fac 1.
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
cpsd2add.bin
:
cpsd2addraw.bin
printf
"fac 1.
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
cpsd3add.bin
:
cpsd3addraw.bin
printf
"fac 1.
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
cpsd4add.bin
:
cpsd4addraw.bin
printf
"lpb 10.,2
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
# set header fields to reasonable time an channel identifiers
CPSD_DATE
=
2018/12/16_14:24:16
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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