-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from SINTEF/release_jan23
Release jan23
- Loading branch information
Showing
20 changed files
with
96 additions
and
65 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,5 +1,5 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="3654827594" file="C:\Repositories\AutoActive-Matlab-toolbox\AutoActive.prj" location="C:\Repositories\AutoActive-Matlab-toolbox" name="AutoActive" target="target.toolbox" target-name="Package Toolbox"> | ||
<configuration build-checksum="179251027" file="C:\Users\aliv\work\autoactive\AutoActive-Matlab-toolbox\AutoActive.prj" location="C:\Users\aliv\work\autoactive\AutoActive-Matlab-toolbox" name="AutoActive" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>AutoActive MATLAB Toolbox</param.appname> | ||
<param.authnamewatermark>Anders Liverud</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
|
@@ -44,11 +44,8 @@ Key Features | |
% | ||
% example_data/* | ||
% example_data/raw_data/* | ||
% example_data/raw_data/ | ||
example_data/* | ||
example_data/raw_data/* | ||
example_data/raw_data/</param.exclude.filters> | ||
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles> | ||
% example_data/raw_data/</param.exclude.filters> | ||
<param.exclude.pcodedmfiles>false</param.exclude.pcodedmfiles> | ||
<param.examples><?xml version="1.0" encoding="utf-8"?> | ||
<examples> | ||
<exampleCategory name="cross_country_skiing_IMU_and_video"> | ||
|
@@ -57,6 +54,7 @@ example_data/raw_data/</param.exclude.filters> | |
<file type="main">/examples/cross_country_skiing_IMU_and_video/activityPresenter_cycles_examples.m</file> | ||
<file type="thumbnail">/examples/cross_country_skiing_IMU_and_video/html/activityPresenter_cycles_examples.png</file> | ||
<file type="image">/examples/cross_country_skiing_IMU_and_video/html/activityPresenter_cycles_examples_01.png</file> | ||
<file type="image">/examples/cross_country_skiing_IMU_and_video/html/activityPresenter_cycles_examples_02.png</file> | ||
</example> | ||
</exampleCategory> | ||
</examples></param.examples> | ||
|
@@ -65,11 +63,7 @@ example_data/raw_data/</param.exclude.filters> | |
<param.registered.apps /> | ||
<param.docs>${PROJECT_ROOT}\MatlabToolbox\info.xml</param.docs> | ||
<param.getting.started.guide>${PROJECT_ROOT}\MatlabToolbox\doc\GettingStarted.mlx</param.getting.started.guide> | ||
<param.matlabpath.excludes> | ||
<item>/external/Physilog5MatlabToolKit_v1_5_0</item> | ||
<item>/external/Physilog5MatlabToolKit_v1_5_0/help_p_files</item> | ||
<item>/external/Physilog5MatlabToolKit_v1_4_0/help_p_files</item> | ||
</param.matlabpath.excludes> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package>true</param.exported.on.package> | ||
<param.required.addons /> | ||
|
@@ -94,10 +88,10 @@ example_data/raw_data/</param.exclude.filters> | |
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.exclude.pcodedmfiles /> | ||
<param.demosxml /> | ||
<param.apps /> | ||
<param.registered.apps /> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.required.addons /> | ||
<param.matlab.project.id /> | ||
|
@@ -127,20 +121,57 @@ example_data/raw_data/</param.exclude.filters> | |
<file>${PROJECT_ROOT}\MatlabToolbox\info.xml</file> | ||
<file>${PROJECT_ROOT}\MatlabToolbox\jar</file> | ||
<file>${PROJECT_ROOT}\MatlabToolbox\lib</file> | ||
<file>${PROJECT_ROOT}\MatlabToolbox\matlab-annot-new.aaz</file> | ||
<file>${PROJECT_ROOT}\MatlabToolbox\matlab-annot.aaz</file> | ||
<file>${PROJECT_ROOT}\MatlabToolbox\testSine.aaz</file> | ||
</fileset.rootfiles> | ||
<fileset.depfun.included /> | ||
<fileset.depfun.excluded> | ||
<file>C:\Repositories\skiviewer\devJT\microParam\llh2ecef.m</file> | ||
</fileset.depfun.excluded> | ||
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}" name="AutoActive MATLAB Toolbox.mltbx" optional="false">C:\Repositories\AutoActive-Matlab-toolbox\AutoActive MATLAB Toolbox.mltbx</file> | ||
<file location="${PROJECT_ROOT}" name="AutoActive MATLAB Toolbox.mltbx" optional="false">C:\Users\aliv\work\autoactive\AutoActive-Matlab-toolbox\AutoActive MATLAB Toolbox.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
<root>C:\Program Files\MATLAB\R2020a</root> | ||
<toolboxes /> | ||
<root>C:\Program Files\MATLAB\R2022b</root> | ||
<toolboxes> | ||
<toolbox name="matlabcoder" /> | ||
<toolbox name="embeddedcoder" /> | ||
<toolbox name="gpucoder" /> | ||
<toolbox name="fixedpoint" /> | ||
<toolbox name="matlabhdlcoder" /> | ||
<toolbox name="neuralnetwork" /> | ||
</toolboxes> | ||
<toolbox> | ||
<matlabcoder> | ||
<enabled>true</enabled> | ||
</matlabcoder> | ||
</toolbox> | ||
<toolbox> | ||
<embeddedcoder> | ||
<enabled>true</enabled> | ||
</embeddedcoder> | ||
</toolbox> | ||
<toolbox> | ||
<gpucoder> | ||
<enabled>true</enabled> | ||
</gpucoder> | ||
</toolbox> | ||
<toolbox> | ||
<fixedpoint> | ||
<enabled>true</enabled> | ||
</fixedpoint> | ||
</toolbox> | ||
<toolbox> | ||
<matlabhdlcoder> | ||
<enabled>true</enabled> | ||
</matlabhdlcoder> | ||
</toolbox> | ||
<toolbox> | ||
<neuralnetwork> | ||
<enabled>true</enabled> | ||
</neuralnetwork> | ||
</toolbox> | ||
</matlab> | ||
<platform> | ||
<unix>false</unix> | ||
|
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
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,5 +1,5 @@ | ||
function versionString = ToolboxVersion() | ||
|
||
versionString = 'Autoactive matlab v2.0.0'; | ||
versionString = 'Autoactive matlab v2.1.0'; | ||
end | ||
|
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -46,12 +46,14 @@ | |
% *Known issues when running this script*: | ||
% | ||
% * You need to be in the same "current folder" as the activityPresenter_cycles_examples.m script when running in MATLAB | ||
% * You need to install the Physilog 5 Matlab Tool Kit by downloading from https://media.gaitup.com/Physilog5MatlabToolKit_v1_5_0.zip and put the extracted folder in the \AutoActive-Matlab-toolbox\MatlabToolbox\external folder | ||
% * You need to have Python installed and awailable to MATLAB. Follow instructions on https://se.mathworks.com/help/matlab/matlab_external/install-supported-python-implementation.html | ||
% * You need to install the Physilog 5 Matlab Tool Kit by downloading from: | ||
% https://media.gaitup.com/Physilog5MatlabToolKit_v1_5_0.zip and put the extracted folder in the \AutoActive-Matlab-toolbox\MatlabToolbox\external folder | ||
% (Not needed for AutoActive Matlab toolbox 2.1 and later) | ||
% * You need to have Python installed and available to MATLAB. Follow instructions on https://se.mathworks.com/help/matlab/matlab_external/install-supported-python-implementation.html | ||
% | ||
% Author: Ole Marius Hoel Rindal ([email protected]) | ||
% Date: April 2022 | ||
% Latest update: 14.11.2022 | ||
% Latest update: 20.01.2023 | ||
% | ||
%% Set up paths, download and unzip data | ||
% We will first set up the necessary paths for the toolbox and the | ||
|
@@ -101,13 +103,12 @@ | |
h_2 = gaussfilter(15); | ||
|
||
% Analyze the filter responses of the two lowpass filters. | ||
[h1,w1] = freqz(h,1,256,fs);hold all; | ||
[h2,w2] = freqz(h_2,1,256,fs,'r');hold all; | ||
figure(1);clf; | ||
plot(w1,db(abs(h1)),'LineWidth',2); hold all; | ||
plot(w2,db(abs(h2)),'LineWidth',2); | ||
ylim([-90 0]); ylabel('Magnitude [dB]');xlabel('Frequency [Hz]'); | ||
title('Response of the lowpass filters'); | ||
fft_length = 1024; | ||
x_axis = linspace(-fs/2,fs/2,fft_length); | ||
figure; | ||
plot(x_axis,fftshift(20*log10(abs((fft(h,fft_length))))),'LineWidth',2);hold on; | ||
plot(x_axis,fftshift(20*log10(abs((fft(h_2,fft_length))))),'LineWidth',2); | ||
xlim([0 50]);ylabel('Magnitude [dB]');xlabel('Frequency [Hz]'); | ||
legend('Hard lowpass filter','Softer lowpass filter'); | ||
set(gca,'FontSize',15) | ||
|
||
|
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
Binary file modified
BIN
+92 Bytes
(100%)
...s/cross_country_skiing_IMU_and_video/html/activityPresenter_cycles_examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.69 KB
(92%)
...ross_country_skiing_IMU_and_video/html/activityPresenter_cycles_examples_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+183 Bytes
(100%)
...ross_country_skiing_IMU_and_video/html/activityPresenter_cycles_examples_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
2 changes: 1 addition & 1 deletion
2
MatlabToolbox/examples/video_sync/SyncMultipleVideosInSession.m
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
Binary file renamed
BIN
+37 MB
...interface-2.0.0-jar-with-dependencies.jar → ...interface-2.0.1-jar-with-dependencies.jar
Binary file not shown.
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