Sharkskin Coating Reduces Airliner Fuel Use, Emissions

The aviation industry is always seeking advancements to improve efficiency and reduce carbon emissions. The former is due to the never-ending quest for profit, while the latter helps airlines maintain their social license to operate. Less cynically, more efficient technologies are better for the environment, too.

One of the latest innovations in this space is a new sharkskin-like film applied to airliners to help cut drag. Inspired by nature itself, it’s a surface treatment technology that mimics the unique characteristics of sharkskin to enhance aircraft efficiency. Even better, it’s already in commercial service! Continue reading “Sharkskin Coating Reduces Airliner Fuel Use, Emissions”

Guitar Distortion With Diodes In Code, Not Hardware

Guitarists will do just about anything to get just the right sound out of their setup, including purposely introducing all manner of distortion into the signal. It seems counter-intuitive, but it works, at least when it’s done right. But what exactly is going on with the signal? And is there a way to simulate it? Of course there is, and all it takes is a little math and some Arduino code.

Now, there are a lot of different techniques for modifying the signal from an electric guitar, but perhaps the simplest is the humble diode clipping circuit. It just uses an op-amp with antiparallel diodes either in series in the feedback loop or shunting the output to ground. The diodes clip the tops and bottoms off of the sine waves, turning them into something closer to a square wave, adding those extra harmonics that really fatten the sound. It’s a simple hack that’s easy to implement in hardware, enough so that distortion pedals galore are commercially available.

In the video below, [Sebastian] explains that this distortion is also pretty easy to reproduce algorithmically. He breaks down the math behind this, which is actually pretty approachable — a step function with a linear part, a quadratic section, and a hard-clipping function. He also derives a second, natural exponent step function from the Schockley diode equation that is less computationally demanding. To implement these models, [Sebastian] chose an Arduino GIGA R1 WiFi, using an ADC to digitize the guitar signal and devoting a DAC to each of the two algorithms. Each distortion effect has its own charms; we prefer the harsher step function over the exponential algorithm, but different strokes.

Kudos to [Sebastian] for this easy-to-understand treatment of what could otherwise be a difficult subject to digest. We didn’t really expect that a guitar distortion pedal would lead down the rabbit hole to diode theory and digital signal processing, but we’re glad it did.

Continue reading “Guitar Distortion With Diodes In Code, Not Hardware”

Wooden Wide-Angle Wonder Wows World

An old-fashioned film camera can be an extremely simple device to make, in that as little as a cardboard box with a pin hole in it will suffice. But that simplicity at heart leaves endless scope for further work, and a home-made camera can be every bit as much a highly-engineered object of beauty as its commercial stablemate. A great example comes from [Aaron Cré], whose desire for something close to a Hasselblad XPan panoramic camera led him to build his own equivalent out of wood.

The video below the break shows in detail how the wooden case is crafted, and how a lens mount ring sawn from a lens adapter is mounted on the front of it. He’s skipped making all the tiresome parts of the camera associated with winding and film transport and instead taken them from a cheap plastic snapshot camera. The original aspect ratio is stretched by cutting the guts of the snapshot camera apart, and extended to make a 75 mm long negative which also exposes over the sprocket holes.

The final camera is carefully finished to the point at which it really looks the part as well as taking those striking wide-angle photographs. We’re not photography buffs enough to identify the lens and shutter combination he’s using, but we can’t help envying him the results. Fancy making your own 35 mm camera too? Here’s another, in case you need inspiration.

Continue reading “Wooden Wide-Angle Wonder Wows World”