Downloading and Converting Tiddly to JSON
The code below is an example of using the Downloads and JSON3 Julia packages to connect to a sample TiddlyHost site, filter documents, select one, and convert to a JSON format.

Delayed signals between ModelingToolkit components
Notes on SciML/ModelingToolkit.jl4985(https://github.com/SciML/ModelingToolkit.jl/issues/4985)

Raised-cosine pulse shaping in Julia
MATLAB's rcosdesign(beta, span, sps, shape) designs a (root-)raised-cosine FIR pulse-shaping filter. Julia's DSP.jl has no direct equivalent, but SignalAnalysis.jl provides both shapes as thin wrappers over DSP.digitalfilter: | MATLAB | SignalAnalysis.jl | |---|---| | rcosdesign(β, span, sps, 'normal') | rcosfir(β,…