Moving doc/ to core/ directory.
[debian/openrocket] / core / doc / techdoc / figures / wind / pinkfreq.m
diff --git a/core/doc/techdoc/figures/wind/pinkfreq.m b/core/doc/techdoc/figures/wind/pinkfreq.m
new file mode 100755 (executable)
index 0000000..0417cf1
--- /dev/null
@@ -0,0 +1,7 @@
+%load('pink.mat');
+%figure;
+loglog(f, psdavg, 'k', f, S, 'k--')
+xlabel('Frequency / Hz');
+axis([0.03 10 5e-5 1])
+set(gca,'XTickLabel', ['0.1'; ' 1 '; '10 '])
+print('pinkfreq2.eps')