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
e240247e
Commit
e240247e
authored
Jan 21, 2019
by
thomas.forbriger
Browse files
libpsdxx [WP][DOC]: add function call parameter documentation
parent
771da0fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/libpsdxx/psd.h
View file @
e240247e
...
...
@@ -239,11 +239,25 @@ namespace psd {
const
unsigned
int
&
n_per_decade
);
/*! sample complex values on a logarithmic frequency axis
*
* \param s spectral values with uniform sampling along frequency axis
* \param f frequency values on a logarithmic scale like returned by
* function log_frequency()
* \return series of sampled spectral values, where each sample of the
* returned series corresponds to the frequency with the
* corresponding index in \p f
*/
TDCISeries
::
Tseries
log_sampling
(
const
TDCISeries
::
Tcoc
&
s
,
const
TDseries
::
Tcoc
&
f
);
/*! sample real values on a logarithmic frequency axis
*
* \param s spectral values with uniform sampling along frequency axis
* \param f frequency values on a logarithmic scale like returned by
* function log_frequency()
* \return series of sampled spectral values, where each sample of the
* returned series corresponds to the frequency with the
* corresponding index in \p f
*/
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