Skip to content

Commit

Permalink
doc(pm): minor doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Jan 10, 2025
1 parent 92a8a34 commit a6cd615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pm_api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ function arrivals end
Compute the impulse response at the receiver `rx` due to the source `tx` using
propagation model `pm` at the given sampling frequency `fs`. If `abstime` is
`true`, the result is in absolute time from the start of transmission. Otherwise,
the result is relative to the earliest arrival time of the signal at the receiver.
the result is relative to the earliest arrival time of the signal at the receiver
(possibly with some guard period to accommodate acausal response).
"""
function impulse_response end

Expand Down

0 comments on commit a6cd615

Please sign in to comment.