Skip to content

Commit

Permalink
Update blocks/math/include/gnuradio-4.0/math/Rotator.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: drslebedev <[email protected]>
  • Loading branch information
RalphSteinhagen and drslebedev authored Jan 3, 2025
1 parent 28e2626 commit 76ca21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/math/include/gnuradio-4.0/math/Rotator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct Rotator : gr::Block<Rotator<T>> {
@brief Rotator block shifts complex input samples by a given incremental phase every sample,
thus effectively performing a frequency translation.
This blocks supports either `phase_increment` in radians per sample (x) or relative `frequency_shift` in Hz for a
This block supports either `phase_increment` in radians per sample (x) or relative `frequency_shift` in Hz for a
given 'sample_rate' in Hz (N.B sample_rate can is normalised to '1' by default).
)"">;

Expand Down

0 comments on commit 76ca21b

Please sign in to comment.