-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
50 lines (41 loc) · 1.1 KB
/
notes.txt
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
TODO
====
- Decompose tracescene.m and provide a detailed supporting document.
- Higher-level interface to analyze.m that requires a Scene but no function handles
Key Modules to Document
=======================
- Antenna patterns: isofunction, sphericalpattern
- Both work (deliberately) in cartesian coordinates native to tracescene
- I/O: loadcolumns, scanheader, ungrid
Key concepts
============
- The ultimate input to user-defined gain propagation functions is a
an unstructured set of direction vectors in local Cartesian coordinates;
-
Demos
=====
* Extruding plans & transforming scenes
- Reading Butterworth data
- Generalised fractional programming
Utilities
=========
Geometry
- Slicing a grid e.g. vertically
- Partitioning a plan by room
- 3D interactive capabilities
Testing
=======
* Enumeration of facet combinations
Profiling
=========
- Calculation of transmission points with Embree
Geometry
========
* Slicing a grid e.g. vertically
* Partitioning a plan by room
Repositories
============
- nellib Fortran code with makefile
Recurring patterns
==================
- disp(struct2table(someStruct))