Project

General

Profile

Actions

Feature #1316

closed

Phasor.rb: Complex number class using polar coordinates

Added by peterhil (Peter Hillerström) about 15 years ago. Updated about 12 years ago.

Status:
Rejected
Target version:
[ruby-core:23022]

Description

=begin
Hello!

I am writing a sound synthesis program, and I needed a way to easily generate and manipulate complex sound samples (analytic signal), so I wrote a new class by adapting the Ruby Complex Number class by Keiju ISHITSUKA to make calculations using polar coordinates.

I know the complex number class in 1.9 is written in C, but I hope this would inspire someone to make a C version using polar coordinates too... Anyway, do what you wish with this. As I mainly needed to multiply and add phasors with scalars, some methods may have bugs or inaccuracies with complex arguments. There are still some weirdness in substraction (2 tests fail), and most of the trigonometry functions are absent.

I tried to use svn diff to make a patch file out of the class, but that didn't work as expected - diff didn't see my file at all, but instead tried to diff against several other files, so I will just attach the file and unit tests here.

Sincerely,
Peter H.
=end


Files

phasor.rb (10.4 KB) phasor.rb Phasor.rb: Complex number class using polar coordinates peterhil (Peter Hillerström), 03/26/2009 04:58 PM
test_phasor.rb (7.61 KB) test_phasor.rb peterhil (Peter Hillerström), 03/26/2009 04:58 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0