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
|
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
|
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
|
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
|
4ce9d15b39
|
added option for multiple channels
|
2013-06-24 17:05:21 +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
|
7cca77b7b5
|
added __init__.py to examples and tests subdirectories
|
2013-06-24 14:33:58 +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 |
|