From 14938457d5ce8d9018bf1ac6395dbf366bf370d6 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 13 Nov 2007 01:45:38 +0000 Subject: [PATCH] Fix infos git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@100 5fc3e0e6-29bc-4d03-b52b-c088cb822bde --- AUTHORS.txt => AUTHORS | Bin CNACQ.m | 40 +++++++++++++++++++++------------------- COPIE.txt => COPIE | 0 COPYING.txt => COPYING | 0 README.txt | 5 +++-- 5 files changed, 24 insertions(+), 21 deletions(-) rename AUTHORS.txt => AUTHORS (100%) rename COPIE.txt => COPIE (100%) rename COPYING.txt => COPYING (100%) diff --git a/AUTHORS.txt b/AUTHORS similarity index 100% rename from AUTHORS.txt rename to AUTHORS diff --git a/CNACQ.m b/CNACQ.m index 734ea59..c4df7ac 100644 --- a/CNACQ.m +++ b/CNACQ.m @@ -1,25 +1,6 @@ function varargout = CNACQ(varargin) % CNACQ M-file for CNACQ.fig -% CNACQ, by itself, creates a new CNACQ or raises the existing -% singleton*. -% -% H = CNACQ returns the handle to a new CNACQ or the handle to -% the existing singleton*. -% -% CNACQ('CALLBACK',hObject,eventData,handles,...) calls the local -% function named CALLBACK in CNACQ.M with the given input arguments. -% -% CNACQ('Property','Value',...) creates a new CNACQ or raises the -% existing singleton*. Starting from the left, property value pairs are -% applied to the GUI before CNACQ_OpeningFunction gets called. An -% unrecognized property name or invalid value makes property application -% stop. All inputs are passed to CNACQ_OpeningFcn via varargin. -% -% *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one -% instance to run (singleton)". % -% See also: GUIDE, GUIDATA, GUIHANDLES - % Copyright (c) 2007 Guillaume Pellerin % All rights reserved. @@ -55,6 +36,27 @@ function varargout = CNACQ(varargin) % Last Modified by GUIDE v2.5 07-Nov-2007 18:26:57 +% CNACQ, by itself, creates a new CNACQ or raises the existing +% singleton*. +% +% H = CNACQ returns the handle to a new CNACQ or the handle to +% the existing singleton*. +% +% CNACQ('CALLBACK',hObject,eventData,handles,...) calls the local +% function named CALLBACK in CNACQ.M with the given input arguments. +% +% CNACQ('Property','Value',...) creates a new CNACQ or raises the +% existing singleton*. Starting from the left, property value pairs are +% applied to the GUI before CNACQ_OpeningFunction gets called. An +% unrecognized property name or invalid value makes property application +% stop. All inputs are passed to CNACQ_OpeningFcn via varargin. +% +% *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one +% instance to run (singleton)". +% +% See also: GUIDE, GUIDATA, GUIHANDLES + + % Global variables % ============================================================== diff --git a/COPIE.txt b/COPIE similarity index 100% rename from COPIE.txt rename to COPIE diff --git a/COPYING.txt b/COPYING similarity index 100% rename from COPYING.txt rename to COPYING diff --git a/README.txt b/README.txt index a46d888..4f2b209 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ # README # ====== -CNACQ : a Matlab acquisition tool for ASIO +CNACQ : a Matlab acquisition tool for computing transfert function over ASIO cards # 1. Introduction @@ -38,10 +38,11 @@ are also available at http://svn.parisson.org/cnacq/CnacqLicense Just open CNACQ.m in Matlab and run it... -# 5. Author +# 5. Authors # ========= Guillaume Pellerin +Manuel Melon # 6. Aknowledgements -- 2.39.5