Skip to content

Commit

Permalink
applied the remove-whitespace script
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Wunsch committed Mar 13, 2014
1 parent 6578702 commit cb34865
Show file tree
Hide file tree
Showing 86 changed files with 346 additions and 346 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -187,6 +187,6 @@ add_subdirectory(docs)
########################################################################
# Install cmake search helper for this library
########################################################################
install(FILES cmake/Modules/specestConfig.cmake
install(FILES cmake/Modules/specestConfig.cmake
DESTINATION lib/cmake/specest
)
2 changes: 1 addition & 1 deletion README
Expand Up @@ -59,7 +59,7 @@ Adding a new Fortran file:

Adding a new Python file:
--------------------------
* As stated above, gr_modtool handles this for blocks.
* As stated above, gr_modtool handles this for blocks.
* If you want to add other Python files, put them in the python folder and add the files in the CMakeLists.txt there.

Swig integration:
Expand Down
2 changes: 1 addition & 1 deletion docs/README.specest
Expand Up @@ -6,6 +6,6 @@ is in 'specest', which is imported as:

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:
after importing by using:

help(specest)
Binary file modified examples/bpsk_qpsk.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion grc/CMakeLists.txt
Expand Up @@ -23,7 +23,7 @@ install(FILES
specest_pad_vector.xml
specest_stream_to_vector_overlap.xml
specest_moving_average_vff.xml
#specest_adaptiveweighting_vff.xml
#specest_adaptiveweighting_vff.xml
#specest_arfcov_vcc.xml
#specest_fcov.xml
#specest_arfmcov_vcc.xml
Expand Down
4 changes: 2 additions & 2 deletions include/specest/CMakeLists.txt
Expand Up @@ -26,7 +26,7 @@ if(ARMADILLO_FOUND)
music_armadillo_algo.h
music_vcf.h
music.h
music_spectrum_vcf.h
music_spectrum_vcf.h
)
else()
set(CXX_ARMADILLO_HDRS)
Expand Down Expand Up @@ -56,7 +56,7 @@ install(FILES
welchsp.h
cyclo_fam_calcspectrum_algo.h
cyclo_fam_calcspectrum_vcf.h
cyclo_fam.h
cyclo_fam.h
music_fortran_algo.h
music_algo.h
${CXX_ARMADILLO_HDRS}
Expand Down
8 changes: 4 additions & 4 deletions include/specest/adaptiveweighting_vff.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2010,2013 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand Down
8 changes: 4 additions & 4 deletions include/specest/arburg_vcc.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2010,2013 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand Down
8 changes: 4 additions & 4 deletions include/specest/arfcov_vcc.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2010,2013 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand Down
2 changes: 1 addition & 1 deletion include/specest/arfmcov_algo.h
Expand Up @@ -16,7 +16,7 @@
* the Free Software Foundation, Inc., 51 Franklin Street,
* Boston, MA 02110-1301, USA.
*/

#ifndef INCLUDED_SPECEST_ARFMCOV_ALGO_H
#define INCLUDED_SPECEST_ARFMCOV_ALGO_H

Expand Down
8 changes: 4 additions & 4 deletions include/specest/arfmcov_vcc.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2014 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand Down
12 changes: 6 additions & 6 deletions include/specest/burg.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2014 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand Down Expand Up @@ -41,7 +41,7 @@ namespace gr {
*
* \ingroup specest
*/

/**
* \param block_len Number of input samples to be analysed for one output vector
* \param fft_len Number of points in FFT (equal to the output vector length)
Expand All @@ -51,7 +51,7 @@ namespace gr {
* operations per input sample, but results in a lower
* update rate of the spectrum estimate.
*/

class SPECEST_API burg : virtual public gr::hier_block2
{
public:
Expand Down
2 changes: 1 addition & 1 deletion include/specest/correst_algo.h
Expand Up @@ -6,7 +6,7 @@

//namespace gr {
// namespace specest {

namespace specest_correst
{
void
Expand Down
12 changes: 6 additions & 6 deletions include/specest/cyclo_fam.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2014 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand Down Expand Up @@ -76,7 +76,7 @@ namespace gr {
{
public:
typedef boost::shared_ptr<cyclo_fam> sptr;

/*
* \brief Create a FAM spectrum estimator with sample frequency independent parameters
*/
Expand All @@ -97,7 +97,7 @@ namespace gr {
* \param overlap Overlap of the complex demodulates in percent. Should be between 75%...100% (maximum overlap)
*/
static sptr make(float sample_frequency, float delta_f, float delta_alpha, float overlap);

virtual int get_Np() = 0;
virtual int get_N() = 0;
virtual int get_P() = 0;
Expand Down
10 changes: 5 additions & 5 deletions include/specest/cyclo_fam_calcspectrum_vcf.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2014 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand Down Expand Up @@ -47,7 +47,7 @@ namespace gr {
* creating new instances.
*/
static sptr make(int Np, int P, int L);

virtual int get_Np() = 0;
virtual int get_N() = 0;
virtual int get_P() = 0;
Expand Down
12 changes: 6 additions & 6 deletions include/specest/esprit.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2014 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand Down Expand Up @@ -39,15 +39,15 @@ namespace gr {
* \ingroup specest
*
*/

/*!
* \param n How many sinusoids does your model have?
* \param m use a correlation matrix of dimension m x m
* \param nsamples use \p nsamples to get an estimate of the correlation matrix
* \param pspectrum_len length of the generated pseudospectrum
* \param decimation process only one in \p decimation vectors of length \p nsamples. Can be used to win some time for calculations.
*/

class SPECEST_API esprit : virtual public gr::hier_block2
{
public:
Expand Down
10 changes: 5 additions & 5 deletions include/specest/esprit_spectrum_vcf.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2014 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand All @@ -29,7 +29,7 @@ namespace gr {
namespace specest {

/*!
* \brief
* \brief
* \ingroup specest
*
*/
Expand Down
8 changes: 4 additions & 4 deletions include/specest/esprit_vcf.h
@@ -1,17 +1,17 @@
/* -*- c++ -*- */
/*
/*
* Copyright 2010,2013 Communications Engineering Lab, KIT
*
*
* This 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 3, or (at your option)
* any later version.
*
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
Expand Down

0 comments on commit cb34865

Please sign in to comment.