This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
15 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,5 @@ | ||
# Copyright 2017-2018 CNRS-UM LIRMM | ||
# Copyright 2017-2018 Arnaud TANGUY <[email protected]> | ||
# | ||
# This file is part of robcalib. | ||
# | ||
# robcalib is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# robcalib 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 Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with robcalib. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
cmake_minimum_required(VERSION 3.1) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,5 @@ | ||
% Copyright 2017-2018 CNRS-UM LIRMM | ||
% Copyright 2017-2018 Arnaud TANGUY <[email protected]> | ||
% | ||
% This file is part of robcalib. | ||
% | ||
% robcalib is free software: you can redistribute it and/or modify | ||
% it under the terms of the GNU Lesser General Public License as published by | ||
% the Free Software Foundation, either version 3 of the License, or | ||
% (at your option) any later version. | ||
% | ||
% robcalib 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 Lesser General Public License for more details. | ||
% | ||
% You should have received a copy of the GNU Lesser General Public License | ||
% along with robcalib. If not, see <http://www.gnu.org/licenses/>. | ||
% Copyright 2019-2021 CNRS-UM LIRMM, CNRS-AIST JRL | ||
|
||
function [ gf ] = GenFact( a, b ) | ||
%GenFact Calculates the generalized factorial (a)(a-1)(a-2)...(a-b+1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
% Copyright 2017-2018 CNRS-UM LIRMM | ||
% Copyright 2017-2018 Arnaud TANGUY <[email protected]> | ||
% | ||
% This file is part of robcalib. | ||
% | ||
% robcalib is free software: you can redistribute it and/or modify | ||
% it under the terms of the GNU Lesser General Public License as published by | ||
% the Free Software Foundation, either version 3 of the License, or | ||
% (at your option) any later version. | ||
% | ||
% robcalib 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 Lesser General Public License for more details. | ||
% | ||
% You should have received a copy of the GNU Lesser General Public License | ||
% along with robcalib. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
% Copyright 2019-2021 CNRS-UM LIRMM, CNRS-AIST JRL | ||
|
||
function [ gp ] = GramPoly( i, m, k, s ) | ||
%GRAMPOLY Calculates the Gram Polynomial (s=0) or its sth derivative | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,5 @@ | ||
% Copyright 2017-2018 CNRS-UM LIRMM | ||
% Copyright 2017-2018 Arnaud TANGUY <[email protected]> | ||
% | ||
% This file is part of robcalib. | ||
% | ||
% robcalib is free software: you can redistribute it and/or modify | ||
% it under the terms of the GNU Lesser General Public License as published by | ||
% the Free Software Foundation, either version 3 of the License, or | ||
% (at your option) any later version. | ||
% | ||
% robcalib 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 Lesser General Public License for more details. | ||
% | ||
% You should have received a copy of the GNU Lesser General Public License | ||
% along with robcalib. If not, see <http://www.gnu.org/licenses/>. | ||
% Copyright 2019-2021 CNRS-UM LIRMM, CNRS-AIST JRL | ||
|
||
function [ w ] = Weight( i, t, m, n, s ) | ||
%Weight Calculates the weight of the ith data point for the t'th | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,5 @@ | ||
% Copyright 2017-2018 CNRS-UM LIRMM | ||
% Copyright 2017-2018 Arnaud TANGUY <[email protected]> | ||
% | ||
% This file is part of robcalib. | ||
% | ||
% robcalib is free software: you can redistribute it and/or modify | ||
% it under the terms of the GNU Lesser General Public License as published by | ||
% the Free Software Foundation, either version 3 of the License, or | ||
% (at your option) any later version. | ||
% | ||
% robcalib 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 Lesser General Public License for more details. | ||
% | ||
% You should have received a copy of the GNU Lesser General Public License | ||
% along with robcalib. If not, see <http://www.gnu.org/licenses/>. | ||
% Copyright 2019-2021 CNRS-UM LIRMM, CNRS-AIST JRL | ||
|
||
function [ w ] = generate_weights( m, t, n, s ) | ||
%generate_weights Generate weights for filtering at the end of window | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
% Copyright 2017-2018 CNRS-UM LIRMM | ||
% Copyright 2017-2018 Arnaud TANGUY <[email protected]> | ||
% | ||
% This file is part of robcalib. | ||
% | ||
% robcalib is free software: you can redistribute it and/or modify | ||
% it under the terms of the GNU Lesser General Public License as published by | ||
% the Free Software Foundation, either version 3 of the License, or | ||
% (at your option) any later version. | ||
% | ||
% robcalib 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 Lesser General Public License for more details. | ||
% | ||
% You should have received a copy of the GNU Lesser General Public License | ||
% along with robcalib. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
% Copyright 2019-2021 CNRS-UM LIRMM, CNRS-AIST JRL | ||
|
||
function [ res ] = savitzky_golay( x, sg ) | ||
%savitzky_golay Apply Gram Convolution weights to x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
# Copyright 2017-2018 CNRS-UM LIRMM | ||
# Copyright 2017-2018 Arnaud TANGUY <[email protected]> | ||
# | ||
# This file is part of robcalib. | ||
# | ||
# robcalib is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# robcalib 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 Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with robcalib. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
# Copyright 2019-2021 CNRS-UM LIRMM, CNRS-AIST JRL | ||
|
||
set(SRC | ||
gram_savitzky_golay.cpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
# Copyright 2017-2018 CNRS-UM LIRMM | ||
# Copyright 2017-2018 Arnaud TANGUY <[email protected]> | ||
# | ||
# This file is part of robcalib. | ||
# | ||
# robcalib is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# robcalib 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 Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with robcalib. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
# Copyright 2019-2021 CNRS-UM LIRMM, CNRS-AIST JRL | ||
|
||
macro(add_test_simple NAME) | ||
add_executable(${NAME} ${NAME}.cpp) | ||
|