-
Notifications
You must be signed in to change notification settings - Fork 0
/
pleds.m
267 lines (211 loc) · 7.08 KB
/
pleds.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
% Programa para plotagem da evolucaoo do espectro direcional
% Boia Rio Grande do Sul - Junho de 2009
figure1=figure;
clf reset
df=f1(2)-f1(1);
%local=input('stationname = ');
% mes = 05; %input('mes = ');
% ano= 2009; %input('ano = ');
%arquivo de m�s
ad=['Jan';'Feb';'Mar';'Apr';'May';'Jun';'Jul';'Aug';'Sep';'Oct'];
ad=[ad;'Nov';'Dec'];
a=0;plot(a,'w');
c=[0 22.1 0 300];axis(c);
v6=hanning(15);v61=hanning(11);
ad1=[31;29;31;30;31;30;31;31;30;31;30;31];
axis('off')
%df=f(2)-f(1);
arq2=[[1 0 0];[1 0 0];[1 0.55 0];[1 0.55 0];[1 1 0];...
[1 1 0];[0 1 0];[0 1 0]];
col=[0.7 0.7 0.7];
%text(1.5,14,'direcao verdadeira em graus - onda e vento','fontsize',16,'color','b');
set(gcf,'paperposition',[-0.5 -0.5 9.5 10.5]);
%codigo de cores para faixas de periodos
x=[0.5;3;3;0.5]+0.5;y=[1;1;12;12]-3.5;
patch(x,y,arq2(1,:));
x=x+2.5;patch(x,y,arq2(3,:));
x=x+2.5;patch(x,y,arq2(5,:));
x=x+2.5;patch(x,y,arq2(7,:));
%x=x+1.30;patch(x,y,arq2(9,:));
x=x+2.50;patch(x,y,[1 1 1]);
x=x+2.50;patch(x,y,[1 1 1]);
%y=y+16;patch(x,y,[1 1 1]);
%y=y+16;patch(x,y,[1 1 1]);
%y=y+16;patch(x,y,[1 1 1]);
%ad(mes,:) '/' num2str(ano)]);
k1=[];
k1=['21.3 a 10.6';...
'9.10 a 7.11';...
'6.40 a 4.20';...
'4.00 a 1.56';...
'5 div=10m/s';...
'5 div=0.1m2'];
k=-1.3;
%faixas de periodos;
for i=1:6,k=k+2.5;
text(k,4,k1(i,:),'fontsize',14,'fontweight','bold','color','k');
end
%text(15.9,11.5,'Ventos','fontsize',12,'color','k')
%text(16.2,6.6,'Ondas(Hs por faixa)','fontsize',12,'color','k')
%text(15.8,1.3,'faixas de periodos em segundos','fontsize',12,'color','b')
%text(7.75,2,'10 divis�es=20 m/s','fontsize',10,'color','k')
%text(0.2,10,'dia do m�s','fontsize',8,'color','k','rotation',90)
if (mes==10);
%linhas verticais;
y=[20;(20-1)*8+20+25];
for i=1:1:19,
x=[i;i];line(x,y,'color',col,'linewidth',[0.2]);
end
%linhas horizontais com "tick";
x=[0.9;19.1];
for i=20:8:(20-1)*8+20,
y=[i;i];line(x,y,'color',col,'linewidth',[0.4]);
end
x=[0.5;19.5];
line(x,y,'color','k','linewidth',[0.6]);
%linhas horizontais
x=[1;19];
for i=20:2:(20-1)*8+20+7+20,
y=[i;i];line(x,y,'color',col);
end
%dias do mês de 1 a 9, eixo vertical
a=2.9+10;
%dias do mês, eixo vertical de 10 a 31;
for i=12:31,a=a+8;
text(.47,a,num2str(i),'fontsize',14,'fontweight','b');
text(19.15,a,num2str(i),'fontsize',14,'fontweight','b');
end;
text(1,205,['DIRECTIONAL WAVE SPECTRUM (32g) - RS - ' ad(mes,:) '/' num2str(ano)],...
'fontsize',18,'color','b')
else
%linhas verticais;
y=[20;(32-1)*8+20+15];
for i=1:1:19,
x=[i;i];line(x,y,'color',col,'linewidth',[0.2]);
end
%linhas horizontais com "tick";
x=[0.9;19.1];
for i=20:8:(32-1)*8+15,
y=[i;i];line(x,y,'color',col,'linewidth',[0.4]);
end
x=[0.5;19.5];
line(x,y,'color','k','linewidth',[0.6]);
%linhas horizontais
x=[1;19];
for i=20:2:(31-1)*8+20+7+15,
y=[i;i];line(x,y,'color',col);
end
%dias do mês de 1 a 9, eixo vertical
a=2.9+10;
for i=1:9,a=a+8;
text(.63,a,num2str(i),'fontsize',14,'fontweight','b');
text(19.15,a,num2str(i),'fontsize',14,'fontweight','b');
end;
%dias do mês, eixo vertical de 10 a 31;
for i=10:31,a=a+8;
text(.47,a,num2str(i),'fontsize',14,'fontweight','b');
text(19.15,a,num2str(i),'fontsize',14,'fontweight','b');
end;
text(1,290,['DIRECTIONAL WAVE SPECTRUM -', local, ' - ' ad(mes,:) '/' num2str(ano)],...
'fontsize',18,'color','b')
end
%cores das diferentes faixas de per�odos
%plotagem do espectro direcional a cada dia por faixa de per�odos
%plota de cima para baixo (de 31 para 1)
%eixo horizontal de dire��o
a=310:20:720;a=a';
a1=find(a>360);a(a1)=a(a1)-360;
for i=1:18,
text(i+0.15,16,num2str(a(i)),'fontsize',16,'color','r','fontweight','bold');
end;
ld=['NW';'N ';'NE';'E ';'SE';'S ';'SW';'W ';'SW';'W '];
k=1.55;
d=1.75:2.25:13;
for i=1:8,
text(k,20.8,ld(i,:),'fontsize',18,'color','k','fontweight','bold');
k=k+2.25;
end;
text(1.15,40,'days in a month','fontsize',12,'rotation',90); % ??dire1(3,:)=dire1(7,:);
w=[[1;6] [2;7] [3;8] [4;9]];
bb=[0.3;0.3;0.3;0.3;0.3;0.3;0.3;0.3;0.3;0.3];
for t=length(dire1):-1:2, %era ateh 1
%arquivo geral do dia
% s1=ddir1(:,t);
% s2=espe1(:,t);
% s1=dire(1:5,t);
% s2=espe(1:5,t);
s1=dire1(:,t);
s2=espe1(:,t);
%s1=reshape(s1,2,5);
%s2=reshape(s2,2,5);
%plotagem por faixa
for i=[1 3 5 7],
arq5=arq2(i,:);%cor
%s11=s1(:,i);
%s12=s2(:,i);
%w1=w(k,i);
s11=s1(i);s12=s2(i);
b1=s11/20;%dire��o
b2=s12/2;%espectro
if b1>0,
%ajuste da dire��o
b1=b1+3;
if b1>18,b1=b1-18;end;
b1=b1+1;%o "zero" come�a em 111
n1=t+9+10;%shift na escala vertical
%por 11: 1m de Hs na faixa=5 divis�es
%if t==151,if i==1,if k==1,b2=128;b1=11;end;end;end
%b2=4*sqrt(b2*df);b2=b2*5;
b2=2*b2;b2=b2/2;
if t==1,b2=10;b1=10;arq=arq2(3,:);end;
%if i==5,b2=2*b2;end;
v7=linspace(b1-bb(i),b1+bb(i),length(v61));v7=v7';
%v7=b1-0.55:0.075:b1+0.55;v7=v7';
x=[v7;flipud(v7)];
y=[(n1+v61*b2);n1*ones(length(v61),1)];
z1=1;z2=1;
%if b2<100*0.4*energ(i+1,t),b2=0;end;
if b2.*b1>0,patch(x,y,arq5);end;
end;
%if zz==1,text(b1-0.1,258,'+','color','g');
end;
end;
%plotagem do vento
for t=length(dire1):-1:1,
s1=ws(t);
s2=wd(t);
if s1>0,
% if ano==94,if mes==7,
% s2=s2+180;end;end;%caso de julho de 1994;
s2=s2/20;st=t+9+10;
s2=s2+3;
if s2>18,s2=s2-18;end;
s2=s2+1;
% %calibra�ao 20 m/s=10 divisoes:
%if t==201,s1=20;s2=12;end;
arq=[1 1 1];
%a cor � branca entre 0 e 10m/s
%e os tons de verde ficam mais fortes
if s1>=10,arq=[0.9 1 0];
end;
if s1>=15,arq=[0.5 1 0];
end;
if s1>=20,arq=[0 1 0.7];
end;
if s1<2,s1=2;end;
%s1 � a velocidade do vento, colocada na escala certa
%1 divis�o=2m/s
%s2 � a dire��o em caixas de 18 graus
% st � a posi��o de plotagem ao logo da vertical%
x=[s2-0.05;s2+0.05;s2+0.05;s2-0.05];
y=[st;st;st+s1;st+s1];
if s2<2,x=NaN;y=NaN;end;
if s2>18,x=NaN;y=NaN;end;
if s1>0,
patch(x,y,arq);
end;
end;
end;
set(gcf,'paperOrientation','portrait','paperposition',[1 1 15 15],...
'paperSize',[15 15]);
eval(['print(figure1,''-dpcx256'',''pledsmat',''')'])