Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| % ---------------------------- Copyright Notice --------------------------- | |
| % This file is part of BioPatRec © which is open and free software under | |
| % the GNU Lesser General Public License (LGPL). See the file "LICENSE" for | |
| % the full license governing this code and copyrights. | |
| % | |
| % BioPatRec was initially developed by Max J. Ortiz C. at Integrum AB and | |
| % Chalmers University of Technology. All authors’ contributions must be kept | |
| % acknowledged below in the section "Updates % Contributors". | |
| % | |
| % Would you like to contribute to science and sum efforts to improve | |
| % amputees’ quality of life? Join this project! or, send your comments to: | |
| % maxo@chalmers.se. | |
| % | |
| % The entire copyright notice must be kept in this or any source file | |
| % linked to BioPatRec. This will ensure communication with all authors and | |
| % acknowledge contributions here and in the project web page (optional). | |
| % | |
| % -------------------------- Function Description ------------------------- | |
| % BioPatRec is a research platform for testing and development of | |
| % algorithms for prosthetic control. This function call the main GUI. | |
| % For more information and documention visit: | |
| % http://code.google.com/p/biopatrec/ | |
| % | |
| % ------------------------- Updates & Contributors ------------------------ | |
| % 2009-04-02 / Max Ortiz / Creation of EMG_AQ | |
| % 2011-22-06 / Max Ortiz / Software name changed from EMG_AQ to BioPatRec | |
| % 20XX-XX-XX / Author / Comments | |
| close all; | |
| clear all; | |
| %EMG_AQ | |
| GUI_BioPatRec; |