## convert pdf into monocrome pdf ``` convert -density 300 -depth 1 -compress Lossless input.pdf /tmp/t.png; img2pdf -o output.pdf /tmp/t.png; rm /tmp/t.png ```
- https://www.planetminecraft.com/resources/mods/?op1=48&p=12 # datapacks - https://www.planetminecraft.com/mod/advanced-crafting-4312371/ - https://www.planetminecraft.com/mod/tables-and-chairs-v1-1-3-1-13-x/ - https://www.planetminecraft.com/mod/legopitstop-recipe-core/ - https://www.planetminecraft.com/mod/more-food-1-14-datapack/
% @author Pascal Gollor % @date 2018-10-18 % % create two signals with random phase offset and try to reduce the offset % via fft analysis % clear all; clear figures;