You are here

Hardware & Design

Finding the Pattern.

I love graphs, plots and charts. There is something almost magical about their ability to ask a question, analyze it and make a point all in one place.

I think that's why I love to visualize data. I love how powerful the perfect graph can be by allowing you to quickly and deeply grasp a concept (especially for large data sets) by telling a story and using the eye to draw your attention to the right places. Our minds are great at seeing trends and patterns in data when it is visualized.

Calculus: Differential Equations (Part 5 of 5)

Preface
This series is aimed at providing tools for an electrical engineer to analyze data and solve problems in design. The focus is on applying calculus to equations or physical systems.

Introduction
This article will cover differential equations using Laplace Transforms.

There is no reference book for this entry.

This also assumes you are familiar with Python or can stumble your way through it.

Calculus: Integrals (Part 4 of 5)

Preface
This series is aimed at providing tools for an electrical engineer to analyze data and solve problems in design. The focus is on applying calculus to equations or physical systems.

Introduction
This article will cover integrals.

There are many calculus references, the one I like to use is Calculus by Larson, Edwards and Hostetler.

This also assumes you are familiar with Python or can stumble your way through it.

Calculus: Derivatives (Part 3 of 5)

Preface
This series is aimed at providing tools for an electrical engineer to analyze data and solve problems in design. The focus is on applying calculus to equations or physical systems.

Introduction
This article will cover derivatives.

There are many calculus references, the one I like to use is Calculus by Larson, Edwards and Hostetler.

This also assumes you are familiar with Python or can stumble your way through it.

Calculus: Limits of Functions (Part 2 of 5)

Preface
This series is aimed at providing tools for an electrical engineer to analyze data and solve problems in design. The focus is on applying calculus to equations or physical systems.

Introduction
This article will introduce limits.

There are many calculus references, the one I like to use is Calculus by Larson, Edwards and Hostetler.

This also assumes you are familiar with Python or can stumble your way through it.

Calculus: Functions (Part 1 of 5)

Preface
This series is aimed at providing tools for an electrical engineer to analyze data and solve problems in design. The focus is on applying calculus to equations or physical systems.

Introduction
This article will introduce functions.

There are many calculus references, the one I like to use is Calculus by Larson, Edwards and Hostetler.

This also assumes you are familiar with Python or can stumble your way through it.

Data Storage Solution: Backup & Cloud (Part 3 of 3)

Data Availability
Data is usually made available by two means: reliability and ports of entry (i.e. redundancy).

Effort has been made to buy reliable hardware. Top of the line SSD, motherboard, memory, CPU and power supplies are used in the server.

Data is made redundant by providing multiple on-line copies of data. This is achieved primarily through a RAID1 mirror and protects against bad sectors and disk failures.

At some point I should add a small UPS to protect against power outages and brown outs.

Data Storage Solution: Rationale (Part 1 of 3)

Introduction
Time to upgrade my ailing, 99% filled 350GB spinning disk mirror.

There were several end user requirements:

Data Storage Solution: Hardware & OS (Part 2 of 3)

Overview
This entry covers the technical details of the implementation.

I approached this by breaking down the stack into individual steps and then I conduct performance, security and data management reviews.

The Physical Stack

  • Storage Devices
  • Storage Controller
  • Server
  • Network
  • Site
  • User

Linear Algebra in Engineering: Summary (Part 7 of 7)

Preface
This series is aimed at providing tools for an electrical engineer to analyze data and solve problems in design. The focus is on applying linear algebra to systems of equations or large sets of matrix data.

Introduction
This article will attempt to organize the previous series of articles into a decision tree allowing you to quickly choose the best method for a particular problem.

Procedure
First, ask yourself some questions about your data and the type of answer you need.

Pages

Subscribe to RSS - Hardware & Design