Wykres commitów

137 Commity (numpy)

Autor SHA1 Wiadomość Data
András Veres-Szentkirályi 15f2e7ae8f GIMP plugin skeleton (shows image in new window) 2013-11-03 22:04:42 +01:00
András Veres-Szentkirályi f55b82db3a removed unused import SSTV 2013-10-02 09:44:42 +02:00
András Veres-Szentkirályi c544952603 added get_freq_bits example 2013-07-15 16:33:06 +02:00
András Veres-Szentkirályi 8262a72629 added get_floats example 2013-07-15 15:38:03 +02:00
András Veres-Szentkirályi 0e0a56161a bumped version to v0.1.9 2013-07-02 17:49:04 +02:00
András Veres-Szentkirályi 18dab4e0d3 gen_values: initialize local variable 'sample'
although in practice, this shouldn't happen -- I tried lowering the
sample rate, and even at 10 samples/sec with Martin M1, it worked, and
SSTV requires at least 4000 samples/sec

(1 sample/sec raises an error though, if you'd like to try)
2013-07-02 15:21:33 +02:00
András Veres-Szentkirályi 10c85423d4 removed unused import math.floor 2013-07-02 15:18:12 +02:00
András Veres-Szentkirályi 3e49c90394 moved freq * factor outside sampling loop 2013-07-02 15:12:43 +02:00
András Veres-Szentkirályi 33c983ac8f gen_samples: replaced int(round()) with int() 2013-07-02 15:06:05 +02:00
András Veres-Szentkirályi b6c169503f test_sstv: allow for rounding differences 2013-07-02 15:05:45 +02:00
András Veres-Szentkirályi c29f696489 gen_values: siplified increment operation 2013-07-02 14:05:07 +02:00
András Veres-Szentkirályi 92fda0cd1f replaced int(floor()) with int() 2013-07-02 13:51:06 +02:00
András Veres-Szentkirályi 649a4b2140 simplified and optimized offset calculation 2013-07-02 11:55:16 +02:00
András Veres-Szentkirályi dcb194a5f0 gen_values: precalculate sin() param factor 2013-07-02 11:46:01 +02:00
András Veres-Szentkirályi 105fa7b051 color: moved RGB constants to module level 2013-07-02 11:17:40 +02:00
András Veres-Szentkirályi b348a8da0c removed unnecessary variable assignment 2013-07-02 11:12:09 +02:00
András Veres-Szentkirályi 6a4d8bf679 bumped version to v0.1.8 2013-07-01 23:25:13 +02:00
András Veres-Szentkirályi 899ffe8e9b cache pixel tuple length 2013-07-01 23:24:26 +02:00
András Veres-Szentkirályi f0a2076a68 moved multichannel logic to write_wav 2013-07-01 23:14:28 +02:00
András Veres-Szentkirályi 30ec459a22 precalculate additive noise 2013-07-01 20:36:28 +02:00
András Veres-Szentkirályi ee803f0294 bumped version to v0.1.7 2013-07-01 16:46:28 +02:00
András Veres-Szentkirályi 1f5e2963ef avoid min/max function calls per sample 2013-07-01 16:32:00 +02:00
András Veres-Szentkirályi 1a469c43d5 optimized pixel access with explicit load() 2013-07-01 16:20:19 +02:00
András Veres-Szentkirályi 75292e2bee bumped version to v0.1.6 2013-06-26 11:23:53 +02:00
András Veres-Szentkirályi 7560c8f37f replaced struct with array 2013-06-26 11:22:30 +02:00
András Veres-Szentkirályi 808a47fa6d use integer division to avoid float amplitude 2013-06-26 11:21:04 +02:00
András Veres-Szentkirályi 6d7c423b28 bumped version to v0.1.5 2013-06-24 17:05:47 +02:00
András Veres-Szentkirályi 4ce9d15b39 added option for multiple channels 2013-06-24 17:05:21 +02:00
András Veres-Szentkirályi 9a2743cb64 bumped version to v0.1.4 2013-06-24 15:26:33 +02:00
András Veres-Szentkirályi 1b895577a9 updated examples to use absolute import 2013-06-24 15:26:13 +02:00
András Veres-Szentkirályi bb0ce04554 bumped version to v0.1.3 2013-06-24 15:08:40 +02:00
András Veres-Szentkirályi 7cca77b7b5 added __init__.py to examples and tests subdirectories 2013-06-24 14:33:58 +02:00
András Veres-Szentkirályi 24fdb592c2 added PIL requirement to setup.py 2013-06-24 14:33:42 +02:00
András Veres-Szentkirályi de249e64a3 replaced distutils with setuptools 2013-06-24 14:33:31 +02:00
András Veres-Szentkirályi e99f854097 removed unicode_literals from setup.py 2013-06-24 14:33:14 +02:00
András Veres-Szentkirályi 6c6d5b50e5 README: updated command line usage 2013-06-24 14:32:59 +02:00
András Veres-Szentkirályi 384e6838fd include README.md in sdist 2013-06-24 14:32:46 +02:00
András Veres-Szentkirályi 576bf6cccb added setup.py 2013-06-24 14:21:59 +02:00
András Veres-Szentkirályi 1b592a4ad5 fixed relative filenames in tests 2013-06-24 13:41:52 +02:00
András Veres-Szentkirályi 391377551c moved source to pysstv directory 2013-06-24 13:40:57 +02:00
András Veres-Szentkirályi eb5bc8d55b added repeater example 2013-06-24 11:32:03 +02:00
András Veres-Szentkirályi 43d5e616ae renamed examples/pyaudio-sstv.py to be importable 2013-06-24 10:54:10 +02:00
András Veres-Szentkirályi 70246de369 added PIL overlay example 2013-06-20 10:44:32 +02:00
András Veres-Szentkirályi 443e80dc7b added PyAudio direct play example 2013-06-20 10:30:57 +02:00
András Veres-Szentkirályi 8c283727a9 added FSKID 2013-06-19 16:45:47 +02:00
András Veres-Szentkirályi 8e1f888fec avoid unnecessary gen_freq_bits override 2013-06-19 16:17:42 +02:00
András Veres-Szentkirályi b51fae57e5 added VOX tones 2013-06-19 15:44:30 +02:00
András Veres-Szentkirályi bf165b0b1e allow slight differences when comparing float values 2013-06-19 10:34:21 +02:00
András Veres-Szentkirályi 0adf7454d7 Merge branch 'pep8' 2013-06-19 10:25:15 +02:00
András Veres-Szentkirályi f14d0a8e66 Merge pull request #1 from jpf/master
test suite
2013-06-19 01:20:57 -07:00