.

Camcorder Sound, reducing noise and controlling loudness

videoediting-sound

This article describes a three stroke approach to improve sound from camcorders. The first step is to reduce the noise. In the following steps the dialog loudness is set to a standard level and the dynamic range is reduced. The last two steps are an integral part of AC-3 (A/52, Dolby Digital) but can also be applied to other streams such as Advanced Audio Codec (AAC) as shown in the last section. «read more»

DD-WRT and Wireshark

networking-ddwrt-and-wireshark

Wireshark is a open-source protocol analyzer that can visualize the frames passing through the router. This analyzer is available on many platforms, but can not run directly on the router. «read more»

DD-WRT heading two seperate networks

networking-ddwrt-leading-two-seperate-networks

This article shows how you can use a $75 consumer class router to support two different networks. Besides the usual primary network, it will create a secondary network supporting both wireless and wired connections. The secondary network could be used to provide internet access to customers or visitors. «read more»

DD-WRT and OpenVPN (without nvram footprint)

networking-ddwrt-and-openvpn

This article focuses on the OpenVPN implementation as it is included in the DD-Wrt router firmware. Besides security, one of its prominent features is that its traffic can traverse network address translators (NAT) and firewalls. «read more»

DD-WRT and U-Verse, router behind router (and debugging with wireshark)

networking-ddwrt-uverse

Get DD-WRT and U-Verse to play along. Prevent double NAT. Prevent WAN interface bouncing every 10 minutes. «read more»

Complex Arithmetic in Extended Memory for HP-41cv/cx

complex-arithmetic-xmem

This program introduces complex number operations to the HP-41CV and HP-41CX pocket calculators. «read more»

Polynomial Factorization (to 5th degree) for HP-41cv/cx

hp41

This program calculates the roots of a polynomial sigh real number up to the 5th degree (quintic). A root of polynomial P(z) is a number zi such that P(zi)=0. A polynomial of degree n has n roots. Only real number coefficients are supported, because a polynomial with complex coefficients can be rewritten as two independent polynomials with real number coefficients. «read more»

Hyperbolic Operations for HP-41cv/cx

hp41

This program adds hyperbolic operations to the HP-41. «read more»

Eigenvalues for HP-41cv/cx

hp41

This program determines the eigenvalues of a real number matrix. «read more»

Discrete Fourier Transform for HP-41cv/cx

hp41

Te discrete Fourier transform transforms a time domain function to frequency domain. «read more»