--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/lte/model/jakes-fading-realizations.h Fri Mar 04 01:26:54 2011 +0000
@@ -0,0 +1,47 @@
+/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
+/*
+ * Copyright (c) 2010 TELEMATICS LAB, DEE - Politecnico di Bari
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation;
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ * Author: Giuseppe Piro <g.piro@poliba.it>
+ */
+
+
+
+#ifndef MULTIPATH_H_
+#define MULTIPATH_H_
+
+#include "JakesTraces/multipath_v0_M6.h"
+#include "JakesTraces/multipath_v0_M8.h"
+#include "JakesTraces/multipath_v0_M10.h"
+#include "JakesTraces/multipath_v0_M12.h"
+
+#include "JakesTraces/multipath_v3_M6.h"
+#include "JakesTraces/multipath_v3_M8.h"
+#include "JakesTraces/multipath_v3_M10.h"
+#include "JakesTraces/multipath_v3_M12.h"
+
+#include "JakesTraces/multipath_v30_M6.h"
+#include "JakesTraces/multipath_v30_M8.h"
+#include "JakesTraces/multipath_v30_M10.h"
+#include "JakesTraces/multipath_v30_M12.h"
+
+#include "JakesTraces/multipath_v120_M6.h"
+#include "JakesTraces/multipath_v120_M8.h"
+#include "JakesTraces/multipath_v120_M10.h"
+#include "JakesTraces/multipath_v120_M12.h"
+
+
+#endif /* MULTIPATH_H_ */