Lemma is an Electromagnetics API
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
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 :
|