-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresources.html
More file actions
131 lines (131 loc) · 5.15 KB
/
resources.html
File metadata and controls
131 lines (131 loc) · 5.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--\<meta name="viewport" content="width=device-width, initial-scale=1"> -->
<link rel="canonical" href="/resources">
<meta property="og:url" content="/resources">
<meta property="og:site_name" content="/">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon.png">
<title>u-Bat</title>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3.2/build/styles/default.min.css">
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3.2/build/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="icon" type="image/jpeg" href="/favicon.png"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/main.css">
<!--pudhina-fresh-jekyll-sun-chocolate-ruby-v-2021-02-22-->
<div class="wrapper">
<header class="header">
<div class="navigation">
<style>
.headerx img {
float: left;
width: 100px;
height: 100px;
}
.headerx h1 {
position: relative;
top: 8px;
left: 10px;
}
</style>
<div class="headerx">
<img src="/assets/img/logo.png" alt="logo" width="90px" length="90px">
<h1>u-Bat</h1>
</div>
<ul class="menu">
<li class="menu__entry"><a href="/" style = "color: #4d4d4d">About</a>
<li class="menu__entry"><a href="/resources" style = "color: #4d4d4d">Resources</a>
<li class="menu__entry"><a href="/applications" style = "color: #4d4d4d">Applications</a>
<li class="menu__entry"><a href="/deployment" style = "color: #4d4d4d">Deployment</a>
<li class="menu__entry"><a href="/team" style = "color: #4d4d4d">Team</a>
</ul>
</div>
</header>
<br>
<style type="text/css">
.column {
float: left;
width: 25%;
padding: 10px;
}
.column1 {
float: left;
width: 25%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;}
.row1:after {
content: "";
display: table;
clear: both;}
</style>
<h3 style = "color: #4d4d4d; font-size:25px">v1.0</h3>
<div class="row">
<div class="column">
<img style = "width: 70px; height: 70px;" src="assets/img/Matlab_Logo.png">
<p>MATLAB scripts for training and testing the accuracy of model.
</div>
<div class="column">
<img style = "width: 70px; height: 70px;" src="assets/img/python_logo.png">
<p>Python scirpts for audio data recording, segregating, generating output files from MATLAB.
</div>
<div class="column">
<img style = "width: 70px; height: 70px;" src="assets/img/CCS_logo.jpg">
<p> Code Composer Studio project files for different applications.
</div>
</div>
<h3 style = "color: #4d4d4d; font-size:25px">v1.1</h3>
<div class="row">
<div class="column">
<img style = "width: 70px; height: 70px;" src="assets/img/python_logo.png">
<p>Python scirpts for audio data recording, segregating, training and testing for the accuracy of model and also, generating output files required for CCS.
</div>
<div class="column">
<img style = "width: 70px; height: 70px;" src="assets/img/CCS_logo.jpg">
<p> Code Composer Studio project files for different applications.
</div>
</div>
<h3 style = "color: #4d4d4d; font-size:25px">GitHub</h3>
<div class="row">
<div class="column">
<img style = "width: 70px; height: 70px; " src="assets/img/github.png">
<p>The complete framework (v1.0 and v1.1) including the application specific project files are in the <a href="https://github.com/HemanthSabbella/ULP-ACE">ULP-ACE GitHub</a> repository</p>
</div>
</div>
<!---
<br>
<div class="row">
<div class="column">
<h5>Software requirements:</h5>
<ul>
<li><a href="https://software-dl.ti.com/ccs/esd/documents/ccs_downloads.html">Code Composer Studio</a>
<li><a href="https://www.python.org/downloads/">Python 3</a>
<li><a href="https://in.mathworks.com/downloads/">MATLAB</a>
</ul>
</div>
<div class="column">
<h5>Hardware requiements:</h5>
<ul>
<li><a href="https://www.ti.com/tool/LAUNCHXL-CC1352R1">LAUNCHXL-CC1352R1</a>
<li><a href="https://www.adafruit.com/product/3492">Adafruit PDM MEMS Microphone</a>
</ul>
</div>
</div>
--->
<h3 style = "color: #4d4d4d; font-size:25px">Note:</h3>
<ul>
<li><a>We are constantly updating the framework to minimize software dependencies also that it could be compatible with any cortex microcontroller</a>
<li><a>Software code and scripts of this project are not open yet, please request/write to <a href="info.ulpace@gmail.com">info.ulpace@gmail.com</a> for the access</a>
</ul>
<br>
<br>
<br>
</div>