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
82f76a2d
Commit
82f76a2d
authored
Jan 21, 2019
by
thomas.forbriger
Browse files
libpsdxx [WP][DOC]: correct data type in function documentation
parent
22fa28c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/libpsdxx/psd.h
View file @
82f76a2d
...
...
@@ -238,12 +238,12 @@ namespace psd {
const
unsigned
int
&
nsamples
,
const
unsigned
int
&
n_per_decade
);
/*! sample values on a logarithmic frequency axis
/*! sample
complex
values on a logarithmic frequency axis
*/
TDCISeries
::
Tseries
log_sampling
(
const
TDCISeries
::
Tcoc
&
s
,
const
TDseries
::
Tcoc
&
f
);
/*! sample
complex
values on a logarithmic frequency axis
/*! sample
real
values on a logarithmic frequency axis
*/
TDISeries
::
Tseries
log_sampling
(
const
TDISeries
::
Tcoc
&
s
,
const
TDseries
::
Tcoc
&
f
);
...
...
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