Skip to content

Commit

Permalink
Fix typos [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Apr 8, 2024
1 parent cf495f8 commit 4676fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Blocks/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ theoretical calculations:</p>
</html>"));
end TotalHarmonicDistortion;

model Modulation "Demonstrate amplitude modulation an frequency modulation"
model Modulation "Demonstrate amplitude modulation and frequency modulation"
extends Modelica.Icons.Example;
Modelica.Blocks.Sources.SineVariableFrequencyAndAmplitude sine(
useConstantAmplitude=true,
Expand Down Expand Up @@ -1503,7 +1503,7 @@ Compare the sinc signal and an exponentially damped sine.
Tolerance=1e-06), Documentation(info="<html>
<p>
This example uses a sinusoidal signal with amplitude varying sinusoidally in the range of [1,5] with a frequency of 63 Hz,
and frequency varying according to a cosine function in the range of [10, 100] Hz with a frqeuncy of 77 Hz.
and frequency varying according to a cosine function in the range of [10, 100] Hz with a frequency of 77 Hz.
</p>
<p>
Note that signalExtrema1 doesn't find the extrema exactly since sampling frequency 100 Hz is too small compared to maximum frequency of the input signal,
Expand Down

0 comments on commit 4676fc6

Please sign in to comment.