comparison DL/my_dummy_DL.m @ 128:8e660fd14774 ivand_dev

Feature 186
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:55:45 +0100
parents 138f7f0fdcdf
children
comparison
equal deleted inserted replaced
126:db5a7fe1a404 128:8e660fd14774
1 function [D]=my_dummy_DL(X, params)
2 %% Template function that can be used for DL algorithm implementation
3 %
4 %
5 % input arguments:
6 % X - matrix columns are training signals
7 % params - struycture with parameters for DL
8 % algorithm
9 %
10 % output arguments:
11 % D - Learned dictionary.
12
13 %% Change copyright notice as appropriate:
14 % Centre for Digital Music, Queen Mary, University of London.
15 % This file copyright 2009 Ivan Damnjanovic.
16 %
17 % This program is free software; you can redistribute it and/or
18 % modify it under the terms of the GNU General Public License as
19 % published by the Free Software Foundation; either version 2 of the
20 % License, or (at your option) any later version. See the file
21 % COPYING included with this distribution for more information.
22 %%