Lemma is an Electromagnetics API
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- // Hankel Transform type uncomment desired
- FHTKEY51 // Key's 51 point FHT
- //FHTKEY101 // Key's 101 point FHT
- //FHTKEY201 // Key's 201 point FHT
- //FHTKONG61 // Kong's 61 point FHT
- //FHTKONG121 // Kong's 121 point FHT
- //FHTKONG241 // Kong's 241 point FHT
- //ANDERSON801 // Anderson's 801 Point FHT, with lagged convolution
- //CHAVE // Chave's Gaussian Quadrature
- //QWEKEY // Key's Gaussian Qwuadrature with extraploation
- //IRONS
- .1 // minimum dipole ratio
- 1e-5 // minumum dipole moment
- 1e1 // maximum dipole moment
-
- // vim: filetype=c :
|