
Constrained structs with automatic parameter handling
A struct whose fields carry constraints (a positive scalar, a vector on the simplex, a correlation matrix) needs a constructor that rejects invalid values, and a bijection between the constrained set and Rp so that optimizers and samplers can work…

Extracting audio from video files in Julia
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(β,…