⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (304 Bytes)
Statistics
| Revision:
repo2
/
atari_chips
/
pokeyv2
/
SID
/
investigation
/
dimples.m
View
History
Annotate
x = 0:2047;
y = x*0.14/2047;
adjust = ones(1,2048);
adjust(1:1024) = adjust(1:1024)*1.1;
adjust(1:512) = adjust(1:512)*1.1;
y1 = y.*adjust;
y2 = y;
shift = 100;
y2(1:(2048-shift)) = y2(shift:2047);
y2((2048-shift):2047) = y2((2048-shift));
y2 = y2.*adjust;
close all;
plot(x,y1);
hold all;
plot(x,y2);
« Previous
1
2
3
4
5
6
…
19
Next »
(4-4/19)
Loading...