Liking cljdoc? Tell your friends :D

physics.models.sensors

Standard sensor models for synthetic data generation. Includes Radar (SNR-based) and GPS (Drift-based).

Standard sensor models for synthetic data generation.
Includes Radar (SNR-based) and GPS (Drift-based).
raw docstring

gps-measurementclj

(gps-measurement true-pos
                 {:keys [drift noise-sigma]
                  :or {drift [0 0 0] noise-sigma 5.0}})

Generate noisy GPS reading. drift: systematic bias (Random Walk). noise: white noise.

Generate noisy GPS reading.
drift: systematic bias (Random Walk).
noise: white noise.
sourceraw docstring

radar-detect?clj

(radar-detect? range
               rcs
               {:keys [power gain wavelength noise-power]
                :or {noise-power 1.0E-12}})

Check detection probability based on Radar Range Equation. rcs: Radar Cross Section (m^2). range: Distance (m). constants: {:transmit-power :gain :wavelength ...}

Check detection probability based on Radar Range Equation.
rcs: Radar Cross Section (m^2).
range: Distance (m).
constants: {:transmit-power :gain :wavelength ...}
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close