Sat 23 May 2015 01:41:29 PM UTC, comment #4:
Sure, probably there is also a typo with the word "sample" which should be "sampled". Here are the correct ones in the form:
<function>
"corrected docstring"
--
<ammod>
"Create the AM modulation of the signal x with carrier frequency fc. Where x is sampled at frequency fs."
<fmmod>
"Create the FM modulation of the signal x with carrier frequency fc. Where x is sampled at frequency fs."
<fmdemod>
"Create the FM demodulation of the signal x with carrier frequency fc. Where x is sampled at frequency fs."
--
Maybe i'd also use a comma instead of a period to connect the second sentence starting with "Where", and also uniform the docstring of the amdemod function to the previous ones, in which case the correct strings become:
--
<ammod>
"Create the AM modulation of the signal x with carrier frequency fc, where x is sampled at frequency fs."
<fmmod>
"Create the FM modulation of the signal x with carrier frequency fc, where x is sampled at frequency fs."
<fmdemod>
"Create the FM demodulation of the signal x with carrier frequency fc, where x is sampled at frequency fs."
<amdemod>
"Create the AM demodulation of the signal x with carrier frequency fc, where x is sampled at frequency fs."
--
Hope it's enough, but let me know if i can do something else.
Bye.
|