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
9a9e5b85
Commit
9a9e5b85
authored
Feb 14, 2019
by
thomas.forbriger
Browse files
croposp [WP]: support scaling of background noise level in tests
parent
75436f07
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/croposp/Makefile
View file @
9a9e5b85
...
...
@@ -197,23 +197,23 @@ rawsig.ps: cpsd1raw.bin cpsd2raw.bin cpsd3raw.bin cpsd4raw.bin cpsdbgraw.bin
# modify white noise to channel specific frequency characteristic
cpsd1mod.bin
:
cpsd1raw.bin
printf
"fac
$(CPSD_AMP1)
\n
lpb 1.,2.
\n
dif 0
\n
end
\n
"
\
printf
"fac
$(CPSD_AMP1)
\n
lpb 1.,2.
\n
dif 0
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
cpsd2mod.bin
:
cpsd2raw.bin
printf
"fac
$(CPSD_AMP2)
\n
int 0
\n
avg 0end
\n
"
\
printf
"fac
$(CPSD_AMP2)
\n
int 0
\n
avg 0end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
cpsd3mod.bin
:
cpsd3raw.bin
printf
"fac
$(CPSD_AMP3)
\n
lpb 10.,2
\n
end
\n
"
\
printf
"fac
$(CPSD_AMP3)
\n
lpb 10.,2
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
cpsd4mod.bin
:
cpsd4raw.bin
printf
"fac
$(CPSD_AMP4)
\n
hpb 100.0,2
\n
end
\n
"
\
printf
"fac
$(CPSD_AMP4)
\n
hpb 100.0,2
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
cpsdbgmod.bin
:
cpsdbgraw.bin
printf
"fac
$(CPSD_AMPBG)
\n
lpb 2.,4
\n
avg 0
\n
hp 200.,2
\n
end
\n
"
\
printf
"fac
$(CPSD_AMPBG)
\n
lpb 2.,4
\n
avg 0
\n
hp
b
200.,2
\n
end
\n
"
\
| tidofi
-type
bin
-Type
bin
-v
-o
-cs
$@
$<
# add common noise signal to channel specific noise floor
cpsd%addraw.bin
:
cpsd%mod.bin cpsdbg
raw
.bin
cpsd%addraw.bin
:
cpsd%mod.bin cpsdbg
mod
.bin
teseco
-v
-o
-a
-type
bin
-Type
bin
$@
$^
# modify sensor response
...
...
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