Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
f2410a25
Commit
f2410a25
authored
Jan 07, 2019
by
thomas.forbriger
Browse files
libpsdxx [WP]: provide file template for the implementation of functions
parent
3b5dafb3
Changes
5
Show whitespace changes
Inline
Side-by-side
src/libs/libpsdxx/function_lin_frequency.cc
0 → 100644
View file @
f2410a25
/*! \file function_lin_frequency.cc
* \brief implementation of function lin_frequency() (implementation)
*
* ----------------------------------------------------------------------------
*
* \author Thomas Forbriger
* \date 07/01/2019
*
* implementation of function lin_frequency() (implementation)
*
* Copyright (c) 2019 by Thomas Forbriger (BFO Schiltach)
*
* ----
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*
* REVISIONS and CHANGES
* - 07/01/2019 V1.0 Thomas Forbriger
*
* ============================================================================
*/
#define PSDXX_FUNCTION_LIN_FREQUENCY_CC_VERSION \
"PSDXX_FUNCTION_LIN_FREQUENCY_CC V1.0"
#include <psdxx/psd.h>
namespace
psd
{
}
// namespace psd
/* ----- END OF function_lin_frequency.cc ----- */
src/libs/libpsdxx/function_log_frequency.cc
0 → 100644
View file @
f2410a25
/*! \file function_log_frequency.cc
* \brief implementation of function log_frequency() (implementation)
*
* ----------------------------------------------------------------------------
*
* \author Thomas Forbriger
* \date 07/01/2019
*
* implementation of function log_frequency() (implementation)
*
* Copyright (c) 2019 by Thomas Forbriger (BFO Schiltach)
*
* ----
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*
* REVISIONS and CHANGES
* - 07/01/2019 V1.0 Thomas Forbriger
*
* ============================================================================
*/
#define PSDXX_FUNCTION_LOG_FREQUENCY_CC_VERSION \
"PSDXX_FUNCTION_LOG_FREQUENCY_CC V1.0"
#include <psdxx/psd.h>
namespace
psd
{
}
// namespace psd
/* ----- END OF function_log_frequency.cc ----- */
src/libs/libpsdxx/function_log_sampling_c.cc
0 → 100644
View file @
f2410a25
/*! \file function_log_sampling_c.cc
* \brief implementation of function log_sampling() for complex values (implementation)
*
* ----------------------------------------------------------------------------
*
* \author Thomas Forbriger
* \date 07/01/2019
*
* implementation of function log_sampling() for complex values (implementation)
*
* Copyright (c) 2019 by Thomas Forbriger (BFO Schiltach)
*
* ----
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*
* REVISIONS and CHANGES
* - 07/01/2019 V1.0 Thomas Forbriger
*
* ============================================================================
*/
#define PSDXX_FUNCTION_LOG_SAMPLING_C_CC_VERSION \
"PSDXX_FUNCTION_LOG_SAMPLING_C_CC V1.0"
#include <psdxx/psd.h>
#include <psdxx/function_template_log_sampling.h>
namespace
psd
{
}
// namespace psd
/* ----- END OF function_log_sampling_c.cc ----- */
src/libs/libpsdxx/function_log_sampling_r.cc
0 → 100644
View file @
f2410a25
/*! \file function_log_sampling_r.cc
* \brief implementation for function log_sampling() for real values (implementation)
*
* ----------------------------------------------------------------------------
*
* \author Thomas Forbriger
* \date 07/01/2019
*
* implementation for function log_sampling() for real values (implementation)
*
* Copyright (c) 2019 by Thomas Forbriger (BFO Schiltach)
*
* ----
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*
* REVISIONS and CHANGES
* - 07/01/2019 V1.0 Thomas Forbriger
*
* ============================================================================
*/
#define PSDXX_FUNCTION_LOG_SAMPLING_R_CC_VERSION \
"PSDXX_FUNCTION_LOG_SAMPLING_R_CC V1.0"
#include <psdxx/psd.h>
#include <psdxx/function_template_log_sampling.h>
namespace
psd
{
}
// namespace psd
/* ----- END OF function_log_sampling_r.cc ----- */
src/libs/libpsdxx/function_template_log_sampling.h
0 → 100644
View file @
f2410a25
/*! \file function_template_log_sampling.h
* \brief implementation of function template for loagrithmic sampling (prototypes)
*
* ----------------------------------------------------------------------------
*
* \author Thomas Forbriger
* \date 07/01/2019
*
* implementation of function template for loagrithmic sampling (prototypes)
*
* Copyright (c) 2019 by Thomas Forbriger (BFO Schiltach)
*
* ----
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*
* REVISIONS and CHANGES
* - 07/01/2019 V1.0 Thomas Forbriger
*
* ============================================================================
*/
// include guard
#ifndef PSDXX_FUNCTION_TEMPLATE_LOG_SAMPLING_H_VERSION
#define PSDXX_FUNCTION_TEMPLATE_LOG_SAMPLING_H_VERSION \
"PSDXX_FUNCTION_TEMPLATE_LOG_SAMPLING_H V1.0"
#include <psdxx/psd.h>
namespace
psd
{
}
// namespace psd
#endif // PSDXX_FUNCTION_TEMPLATE_LOG_SAMPLING_H_VERSION (includeguard)
/* ----- END OF function_template_log_sampling.h ----- */
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