Ramp InputrampSourcesfrom gnuradio.input import ramp_hierblock as ramp_hierblockramp_hierblock.HierBlock($S,$H_Off,$W_Off)
IO TypetypeenumNum Inputsnum_inputs1intVec Lengthvlen1intslope of rampS1realheight of offsetH_Off0realwidth of offsetW_Off0real$num_inputs > 0$vlen > 0
Ramp Input block :
Slope of ramp is the slope of ramp user wants to generate.
Height of Offset is the height of step user wants to generate as initial signal.
Width of Offset is the length upto which user wants to see the generated offset be.
Default slope of ramp is 1 unit.
Default height and width of offset is 1 unit.