Skip to main content

POSTS

141 posts (15 pages)

Frequency aliasing (or folding)

In the following Python script it is shown how the aliasing effect (having signals whose frequency is beyond half of the sampling frequency, i.e., …

Charge sharing in series and parallel capacitors

Motivation

Several months ago I started trying to find how charge distribution across different capacitors works and I came up to this thought …

Transfer data from Android to PC using rsync

1. Install SimpleSSHD in your mobile

2. In order to start data transfers, you can use the rsync command which has the following syntax:

rsync …

Thevenin's theorem

Introduction

Any two-terminal network whose internal circuitry is made up solely of resistors, current sources and voltage sources can be simplified …

DFT as a change of basis

DFT can be thought as a simple change of basis. In the time domain, every sample of a signal represents its amplitude at that very instant.

\[ y\left …