# Author: Ika
# Date: 08/14/2014
# Note that Inkscape is needed to denote the specific coordinates.
set term svg size 800,600 enhanced font 'Arial, 24'
set output 'raised_cos_cdf.svg'
set xrange [0:6]
set yrange [0:1.2]
set xtics 0.2
set ytics 0.05
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1
# Draw the raised cosine pdf
unset key
plot (x<5)?(1+(x-3)/2+sin((x-3)/2*3.1415927)/3.1415927)/2*((x>1)?1:0):1 lc rgb "blue" lw 5
set term x11
set output
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.