diff options
author | siddhu8990 | 2017-06-21 15:18:15 +0530 |
---|---|---|
committer | siddhu8990 | 2017-06-21 15:18:15 +0530 |
commit | 9abc909f1a02c7c0262e2d53b13504c7ee324fda (patch) | |
tree | ba4dfe442b9735204ede017eb0d20f179a5c4b4e /2.3-1/src/c/signalProcessing/interfaces/int_modk.h | |
parent | 34bffcd2d147db6733499af5b6f32996d847a733 (diff) | |
parent | 5efb98c6773576e39a33df5cfc89979c07031a6a (diff) | |
download | Scilab2C-9abc909f1a02c7c0262e2d53b13504c7ee324fda.tar.gz Scilab2C-9abc909f1a02c7c0262e2d53b13504c7ee324fda.tar.bz2 Scilab2C-9abc909f1a02c7c0262e2d53b13504c7ee324fda.zip |
Merged Ukasha's work, code generation for control loop changed
Diffstat (limited to '2.3-1/src/c/signalProcessing/interfaces/int_modk.h')
-rw-r--r-- | 2.3-1/src/c/signalProcessing/interfaces/int_modk.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/2.3-1/src/c/signalProcessing/interfaces/int_modk.h b/2.3-1/src/c/signalProcessing/interfaces/int_modk.h new file mode 100644 index 00000000..441b9b13 --- /dev/null +++ b/2.3-1/src/c/signalProcessing/interfaces/int_modk.h @@ -0,0 +1,18 @@ +/* Copyright (C) 2017 - IIT Bombay - FOSSEE + + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Ankit Raj + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in + */ + +#ifndef __INT_MODK_H__ +#define __INT_MODK_H__ + +#define d2modkd2(inp,size,oup) dmodka(inp,size[1],oup) + +#endif /* !INT_MODK_H__! */ |