diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..d81a980 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,10 @@ + +TARGET = thpp.pdf pm8006_report.pdf + +all: $(TARGET) + +%.pdf: %.tex + @latexmk -pdf $< + +clean: + rm -f *.aux *.log *.out *.toc *.fdb_latexmk *.fls *.glo *.ist $(TARGET) diff --git a/doc/img/FLIR_P60_hl_line.csv b/doc/img/FLIR_P60_hl_line.csv new file mode 100644 index 0000000..9578bec --- /dev/null +++ b/doc/img/FLIR_P60_hl_line.csv @@ -0,0 +1,155 @@ +29.659214 +29.659214 +29.599408 +29.639282 +29.549545 +29.319881 +28.587718 +27.870829 +29.679142 +30.176161 +30.285204 +30.493075 +31.379533 +32.686371 +32.851075 +32.967191 +32.938173 +32.976862 +32.976862 +32.947847 +32.928499 +32.899471 +32.957519 +32.967191 +33.034870 +33.073525 +33.131483 +32.976862 +33.208713 +33.063862 +33.179758 +33.208713 +33.228013 +33.411192 +33.449718 +33.468976 +33.815060 +34.160086 +34.723284 +35.226840 +35.586518 +35.160460 +33.545976 +31.790794 +31.428573 +31.222460 +31.242106 +31.124176 +31.173329 +31.035645 +30.937194 +30.986431 +30.976585 +30.996275 +31.025804 +31.045485 +31.065163 +31.173329 +31.261749 +31.281388 +31.555974 +33.805461 +37.628483 +38.921164 +38.884427 +39.040478 +38.939528 +38.847679 +38.792535 +38.764954 +38.571702 +38.580911 +38.525642 +38.497998 +38.636154 +38.433469 +38.516428 +38.516428 +38.553280 +38.562491 +38.645359 +38.544068 +38.516428 +38.580911 +38.608536 +38.801728 +39.058824 +39.936066 +40.508246 +41.419860 +40.770709 +37.479833 +34.035615 +33.488231 +33.391924 +33.449718 +33.430457 +33.468976 +33.545976 +33.574837 +33.507482 +33.468976 +33.440088 +33.314819 +33.276247 +33.208713 +33.073525 +33.015537 +33.044535 +33.054199 +33.044535 +36.396384 +43.955658 +45.938421 +46.206746 +46.016381 +45.704246 +45.817052 +45.478325 +45.391323 +45.269417 +45.007784 +45.095056 +44.859278 +44.701842 +44.509147 +44.482847 +44.377590 +44.219536 +44.166806 +44.114053 +44.052479 +43.982071 +43.885195 +44.026081 +44.052479 +44.140432 +44.175595 +44.263460 +44.105258 +43.346570 +35.444675 +27.840433 +27.312191 +29.079715 +29.369850 +29.649248 +29.818535 +29.858329 +29.738903 +29.778726 +29.858329 +29.957751 +29.728945 +29.838434 diff --git a/doc/img/FLIR_P60_hl_line.gnuplot b/doc/img/FLIR_P60_hl_line.gnuplot new file mode 100644 index 0000000..ec6726b --- /dev/null +++ b/doc/img/FLIR_P60_hl_line.gnuplot @@ -0,0 +1,12 @@ +#!/usr/bin/env gnuplot + +plot 'FLIR_P60_hl_line.csv' title "" with lines lw 2 + +set grid y +set grid lc rgb "#dddddd" lt 1 +unset xtics +set ylabel '°C' rotate by 0 +set terminal png size 1024,300 +set output 'FLIR_P60_hl_line_gnuplot.png' +set style data lines +replot diff --git a/doc/img/FLIR_P60_hl_line.png b/doc/img/FLIR_P60_hl_line.png new file mode 100644 index 0000000..ae68add Binary files /dev/null and b/doc/img/FLIR_P60_hl_line.png differ diff --git a/doc/img/FLIR_P60_hl_line_gnuplot.png b/doc/img/FLIR_P60_hl_line_gnuplot.png new file mode 100644 index 0000000..abc595f Binary files /dev/null and b/doc/img/FLIR_P60_hl_line_gnuplot.png differ diff --git a/doc/img/FLIR_P60_hl_ls.png b/doc/img/FLIR_P60_hl_ls.png new file mode 100644 index 0000000..6e92546 Binary files /dev/null and b/doc/img/FLIR_P60_hl_ls.png differ diff --git a/doc/img/FLIR_P60_hl_p.png b/doc/img/FLIR_P60_hl_p.png new file mode 100644 index 0000000..ccd002a Binary files /dev/null and b/doc/img/FLIR_P60_hl_p.png differ diff --git a/doc/img/FLIR_P60_orig.png b/doc/img/FLIR_P60_orig.png new file mode 100644 index 0000000..d21bfc0 Binary files /dev/null and b/doc/img/FLIR_P60_orig.png differ diff --git a/doc/img/FLIR_P60_orig_scale.png b/doc/img/FLIR_P60_orig_scale.png new file mode 100644 index 0000000..3efbb77 Binary files /dev/null and b/doc/img/FLIR_P60_orig_scale.png differ diff --git a/doc/img/Q_left.png b/doc/img/Q_left.png new file mode 100644 index 0000000..220ec6d Binary files /dev/null and b/doc/img/Q_left.png differ diff --git a/doc/img/Q_right.png b/doc/img/Q_right.png new file mode 100644 index 0000000..4c4310d Binary files /dev/null and b/doc/img/Q_right.png differ diff --git a/doc/img/Q_right.tex b/doc/img/Q_right.tex new file mode 100644 index 0000000..a5ecec6 --- /dev/null +++ b/doc/img/Q_right.tex @@ -0,0 +1,9 @@ + IR: File Name & ThermaCAM_E25-IR_6357.jpg \\ \hline + IR: Min & 26.73 C \\ \hline + IR: Max & 99.32 C \\ \hline + IR: Avg & 40.05 C \\ \hline + camera make & FLIR Systems AB \\ \hline + camera model & ThermaCAM E25 \\ \hline + emissivity & 0.95 \\ \hline + distance & 2.00 \\ \hline + img create date & 2021:12:15 17:22:37 \\ \hline diff --git a/doc/img/ThermaCAM_E25-IR_6357.png b/doc/img/ThermaCAM_E25-IR_6357.png new file mode 100644 index 0000000..b24e36a Binary files /dev/null and b/doc/img/ThermaCAM_E25-IR_6357.png differ diff --git a/doc/img/ThermaCAM_E25-IR_6357_hl.csv b/doc/img/ThermaCAM_E25-IR_6357_hl.csv new file mode 100644 index 0000000..3bfe5e1 --- /dev/null +++ b/doc/img/ThermaCAM_E25-IR_6357_hl.csv @@ -0,0 +1,114 @@ +29.675899 +29.675899 +29.753639 +29.877902 +29.971002 +29.644787 +29.504667 +34.554158 +51.291150 +72.448816 +82.050267 +84.118152 +84.605569 +85.323811 +85.343996 +85.545710 +85.505387 +85.747169 +85.737102 +85.847804 +85.646471 +85.797494 +85.827682 +85.908154 +85.898098 +85.928266 +85.928266 +85.656544 +85.575945 +85.424712 +84.656256 +80.413507 +71.379527 +54.502611 +40.553020 +37.210482 +36.832838 +36.934638 +36.760066 +36.117591 +36.058998 +36.029689 +36.395483 +38.550874 +37.050867 +36.556048 +36.745506 +36.934638 +39.207970 +37.152467 +37.340906 +37.485641 +38.565200 +40.341702 +38.450543 +38.120248 +38.149008 +39.150983 +40.002773 +38.206506 +37.832239 +37.832239 +39.065449 +38.622484 +37.630188 +37.601294 +39.747910 +46.318240 +52.761104 +55.526206 +55.911050 +56.010178 +56.034948 +56.096852 +56.171097 +56.133980 +56.109229 +55.997791 +56.146353 +56.059713 +56.171097 +56.232936 +55.923445 +56.158726 +56.208204 +56.158726 +56.245300 +55.948232 +55.513772 +54.677954 +50.698263 +44.618343 +37.137958 +32.211365 +31.739631 +31.678609 +31.480045 +31.388274 +31.480045 +31.495332 +31.571736 +31.388274 +30.958950 +30.943584 +30.805195 +30.759024 +30.635804 +30.682029 +30.728233 +30.574140 +30.820580 +32.363091 +36.803735 +35.043295 diff --git a/doc/img/ThermaCAM_E25-IR_6357_hl.gnuplot b/doc/img/ThermaCAM_E25-IR_6357_hl.gnuplot new file mode 100644 index 0000000..89fd41c --- /dev/null +++ b/doc/img/ThermaCAM_E25-IR_6357_hl.gnuplot @@ -0,0 +1,9 @@ +#!/usr/bin/env gnuplot + +plot 'ThermaCAM_E25-IR_6357_hl.csv' with lines + +set ylabel '°C' rotate by 0 +set terminal png size 1024,300 +set output 'ThermaCAM_E25-IR_6357_hl_gnuplot.png' +set style data lines +replot diff --git a/doc/img/ThermaCAM_E25-IR_6357_hl.png b/doc/img/ThermaCAM_E25-IR_6357_hl.png new file mode 100644 index 0000000..4360c03 Binary files /dev/null and b/doc/img/ThermaCAM_E25-IR_6357_hl.png differ diff --git a/doc/img/ThermaCAM_E25-IR_6357_scale.png b/doc/img/ThermaCAM_E25-IR_6357_scale.png new file mode 100644 index 0000000..3f7b16e Binary files /dev/null and b/doc/img/ThermaCAM_E25-IR_6357_scale.png differ diff --git a/doc/img/file_library.png b/doc/img/file_library.png new file mode 100644 index 0000000..8986b99 Binary files /dev/null and b/doc/img/file_library.png differ diff --git a/doc/img/file_properties.png b/doc/img/file_properties.png new file mode 100644 index 0000000..70442e8 Binary files /dev/null and b/doc/img/file_properties.png differ diff --git a/doc/img/test.png b/doc/img/test.png new file mode 100644 index 0000000..df84e7e Binary files /dev/null and b/doc/img/test.png differ diff --git a/doc/img/tools_export_slice.png b/doc/img/tools_export_slice.png new file mode 100644 index 0000000..9c4d223 Binary files /dev/null and b/doc/img/tools_export_slice.png differ diff --git a/doc/img/tools_histogram.png b/doc/img/tools_histogram.png new file mode 100644 index 0000000..b468344 Binary files /dev/null and b/doc/img/tools_histogram.png differ diff --git a/doc/img/tools_preferences.png b/doc/img/tools_preferences.png new file mode 100644 index 0000000..f425e3d Binary files /dev/null and b/doc/img/tools_preferences.png differ diff --git a/doc/img/tools_processing.png b/doc/img/tools_processing.png new file mode 100644 index 0000000..c6a1740 Binary files /dev/null and b/doc/img/tools_processing.png differ diff --git a/doc/img/tools_scale.png b/doc/img/tools_scale.png new file mode 100644 index 0000000..d9dc738 Binary files /dev/null and b/doc/img/tools_scale.png differ diff --git a/doc/img/tools_scale_exported.png b/doc/img/tools_scale_exported.png new file mode 100644 index 0000000..b24e36a Binary files /dev/null and b/doc/img/tools_scale_exported.png differ diff --git a/doc/img/tools_scale_exported_scale.png b/doc/img/tools_scale_exported_scale.png new file mode 100644 index 0000000..3f7b16e Binary files /dev/null and b/doc/img/tools_scale_exported_scale.png differ diff --git a/doc/img/zoom_interpolation.png b/doc/img/zoom_interpolation.png new file mode 100644 index 0000000..3dd5622 Binary files /dev/null and b/doc/img/zoom_interpolation.png differ diff --git a/doc/img_report/IR_6348.png b/doc/img_report/IR_6348.png new file mode 100644 index 0000000..80c837e Binary files /dev/null and b/doc/img_report/IR_6348.png differ diff --git a/doc/img_report/IR_6348_scale.png b/doc/img_report/IR_6348_scale.png new file mode 100644 index 0000000..779bdf3 Binary files /dev/null and b/doc/img_report/IR_6348_scale.png differ diff --git a/doc/img_report/IR_6352.png b/doc/img_report/IR_6352.png new file mode 100644 index 0000000..63e71f9 Binary files /dev/null and b/doc/img_report/IR_6352.png differ diff --git a/doc/img_report/IR_6352_scale.png b/doc/img_report/IR_6352_scale.png new file mode 100644 index 0000000..fce7688 Binary files /dev/null and b/doc/img_report/IR_6352_scale.png differ diff --git a/doc/img_report/IR_6353.png b/doc/img_report/IR_6353.png new file mode 100644 index 0000000..d726a56 Binary files /dev/null and b/doc/img_report/IR_6353.png differ diff --git a/doc/img_report/IR_6353_scale.png b/doc/img_report/IR_6353_scale.png new file mode 100644 index 0000000..9ff57c3 Binary files /dev/null and b/doc/img_report/IR_6353_scale.png differ diff --git a/doc/img_report/IR_6357.png b/doc/img_report/IR_6357.png new file mode 100644 index 0000000..dd9572b Binary files /dev/null and b/doc/img_report/IR_6357.png differ diff --git a/doc/img_report/IR_6357_scale.png b/doc/img_report/IR_6357_scale.png new file mode 100644 index 0000000..13c9894 Binary files /dev/null and b/doc/img_report/IR_6357_scale.png differ diff --git a/doc/img_report/IR_6361.png b/doc/img_report/IR_6361.png new file mode 100644 index 0000000..a6fd88c Binary files /dev/null and b/doc/img_report/IR_6361.png differ diff --git a/doc/img_report/IR_6361_hl.csv b/doc/img_report/IR_6361_hl.csv new file mode 100644 index 0000000..e4c98dc --- /dev/null +++ b/doc/img_report/IR_6361_hl.csv @@ -0,0 +1,76 @@ +29.208238 +29.208238 +30.095006 +31.143160 +31.434169 +31.587011 +32.074626 +32.922609 +35.382913 +45.619650 +49.477762 +49.972618 +49.894616 +49.998608 +50.063558 +50.879008 +50.904807 +50.672420 +50.711182 +50.711182 +50.866106 +50.504313 +50.711182 +50.517252 +50.284133 +49.699392 +46.278048 +38.779866 +37.369868 +37.282959 +38.307056 +37.355388 +37.210482 +38.708356 +38.263975 +37.471176 +37.471176 +37.326422 +37.340906 +37.297448 +37.282959 +37.224981 +37.326422 +37.326422 +37.485641 +37.514566 +37.442241 +38.062706 +39.022658 +37.094421 +37.152467 +39.520881 +48.007440 +51.252570 +51.714741 +52.009120 +51.881214 +52.047465 +52.124122 +51.791602 +51.496708 +51.265431 +51.123883 +51.149631 +50.866106 +50.814486 +50.827393 +50.517252 +48.744825 +41.282571 +34.077727 +33.163658 +32.816979 +32.726356 +32.514602 +32.635656 diff --git a/doc/img_report/IR_6361_hl.gnuplot b/doc/img_report/IR_6361_hl.gnuplot new file mode 100644 index 0000000..2ad10b8 --- /dev/null +++ b/doc/img_report/IR_6361_hl.gnuplot @@ -0,0 +1,12 @@ +#!/usr/bin/env gnuplot + +plot 'IR_6361_hl.csv' title "" with lines lw 2 + +set grid y +set grid lc rgb "#dddddd" lt 1 +unset xtics +set ylabel '°C' rotate by 0 +set terminal png size 1024,300 +set output 'IR_6361_hl_gnuplot.png' +set style data lines +replot diff --git a/doc/img_report/IR_6361_hl.png b/doc/img_report/IR_6361_hl.png new file mode 100644 index 0000000..68771a2 Binary files /dev/null and b/doc/img_report/IR_6361_hl.png differ diff --git a/doc/img_report/IR_6361_hl_gnuplot.png b/doc/img_report/IR_6361_hl_gnuplot.png new file mode 100644 index 0000000..860a882 Binary files /dev/null and b/doc/img_report/IR_6361_hl_gnuplot.png differ diff --git a/doc/img_report/IR_6361_scale.png b/doc/img_report/IR_6361_scale.png new file mode 100644 index 0000000..feb18e9 Binary files /dev/null and b/doc/img_report/IR_6361_scale.png differ diff --git a/doc/img_report/PM8006.png b/doc/img_report/PM8006.png new file mode 100644 index 0000000..6febcd7 Binary files /dev/null and b/doc/img_report/PM8006.png differ diff --git a/doc/img_report/dc_testpoints.png b/doc/img_report/dc_testpoints.png new file mode 100644 index 0000000..a73cbd4 Binary files /dev/null and b/doc/img_report/dc_testpoints.png differ diff --git a/doc/img_report/foto/IMG_20211215_154015.jpg b/doc/img_report/foto/IMG_20211215_154015.jpg new file mode 100644 index 0000000..def4c57 Binary files /dev/null and b/doc/img_report/foto/IMG_20211215_154015.jpg differ diff --git a/doc/img_report/foto/IMG_20211215_154027.jpg b/doc/img_report/foto/IMG_20211215_154027.jpg new file mode 100644 index 0000000..647cbe8 Binary files /dev/null and b/doc/img_report/foto/IMG_20211215_154027.jpg differ diff --git a/doc/img_report/foto/IMG_20211215_170644.jpg b/doc/img_report/foto/IMG_20211215_170644.jpg new file mode 100644 index 0000000..b475b61 Binary files /dev/null and b/doc/img_report/foto/IMG_20211215_170644.jpg differ diff --git a/doc/img_report/foto/IMG_20211215_171127.jpg b/doc/img_report/foto/IMG_20211215_171127.jpg new file mode 100644 index 0000000..4db20b1 Binary files /dev/null and b/doc/img_report/foto/IMG_20211215_171127.jpg differ diff --git a/doc/img_report/foto/IMG_20211215_171140.jpg b/doc/img_report/foto/IMG_20211215_171140.jpg new file mode 100644 index 0000000..4d4725e Binary files /dev/null and b/doc/img_report/foto/IMG_20211215_171140.jpg differ diff --git a/doc/img_report/foto/IMG_20211215_171155.jpg b/doc/img_report/foto/IMG_20211215_171155.jpg new file mode 100644 index 0000000..2f67701 Binary files /dev/null and b/doc/img_report/foto/IMG_20211215_171155.jpg differ diff --git a/doc/img_report/foto/IMG_20211215_171213.jpg b/doc/img_report/foto/IMG_20211215_171213.jpg new file mode 100644 index 0000000..df1e014 Binary files /dev/null and b/doc/img_report/foto/IMG_20211215_171213.jpg differ diff --git a/doc/img_report/foto/IMG_20211216_184309.jpg b/doc/img_report/foto/IMG_20211216_184309.jpg new file mode 100644 index 0000000..9af7c92 Binary files /dev/null and b/doc/img_report/foto/IMG_20211216_184309.jpg differ diff --git a/doc/img_report/infrared/IR_6345.jpg b/doc/img_report/infrared/IR_6345.jpg new file mode 100644 index 0000000..aad4250 Binary files /dev/null and b/doc/img_report/infrared/IR_6345.jpg differ diff --git a/doc/img_report/infrared/IR_6346.jpg b/doc/img_report/infrared/IR_6346.jpg new file mode 100644 index 0000000..100d243 Binary files /dev/null and b/doc/img_report/infrared/IR_6346.jpg differ diff --git a/doc/img_report/infrared/IR_6347.jpg b/doc/img_report/infrared/IR_6347.jpg new file mode 100644 index 0000000..510e050 Binary files /dev/null and b/doc/img_report/infrared/IR_6347.jpg differ diff --git a/doc/img_report/infrared/IR_6348.jpg b/doc/img_report/infrared/IR_6348.jpg new file mode 100644 index 0000000..03fb47f Binary files /dev/null and b/doc/img_report/infrared/IR_6348.jpg differ diff --git a/doc/img_report/infrared/IR_6349.jpg b/doc/img_report/infrared/IR_6349.jpg new file mode 100644 index 0000000..583457b Binary files /dev/null and b/doc/img_report/infrared/IR_6349.jpg differ diff --git a/doc/img_report/infrared/IR_6350.jpg b/doc/img_report/infrared/IR_6350.jpg new file mode 100644 index 0000000..989e61b Binary files /dev/null and b/doc/img_report/infrared/IR_6350.jpg differ diff --git a/doc/img_report/infrared/IR_6351.jpg b/doc/img_report/infrared/IR_6351.jpg new file mode 100644 index 0000000..cfb3ddc Binary files /dev/null and b/doc/img_report/infrared/IR_6351.jpg differ diff --git a/doc/img_report/infrared/IR_6352.jpg b/doc/img_report/infrared/IR_6352.jpg new file mode 100644 index 0000000..8e5654b Binary files /dev/null and b/doc/img_report/infrared/IR_6352.jpg differ diff --git a/doc/img_report/infrared/IR_6353.jpg b/doc/img_report/infrared/IR_6353.jpg new file mode 100644 index 0000000..0e4f5a2 Binary files /dev/null and b/doc/img_report/infrared/IR_6353.jpg differ diff --git a/doc/img_report/infrared/IR_6354.jpg b/doc/img_report/infrared/IR_6354.jpg new file mode 100644 index 0000000..0806870 Binary files /dev/null and b/doc/img_report/infrared/IR_6354.jpg differ diff --git a/doc/img_report/infrared/IR_6355.jpg b/doc/img_report/infrared/IR_6355.jpg new file mode 100644 index 0000000..f2c048e Binary files /dev/null and b/doc/img_report/infrared/IR_6355.jpg differ diff --git a/doc/img_report/infrared/IR_6356.jpg b/doc/img_report/infrared/IR_6356.jpg new file mode 100644 index 0000000..78cdb69 Binary files /dev/null and b/doc/img_report/infrared/IR_6356.jpg differ diff --git a/doc/img_report/infrared/IR_6357.jpg b/doc/img_report/infrared/IR_6357.jpg new file mode 100644 index 0000000..3910570 Binary files /dev/null and b/doc/img_report/infrared/IR_6357.jpg differ diff --git a/doc/img_report/infrared/IR_6358.jpg b/doc/img_report/infrared/IR_6358.jpg new file mode 100644 index 0000000..68e28d3 Binary files /dev/null and b/doc/img_report/infrared/IR_6358.jpg differ diff --git a/doc/img_report/infrared/IR_6359.jpg b/doc/img_report/infrared/IR_6359.jpg new file mode 100644 index 0000000..101a30b Binary files /dev/null and b/doc/img_report/infrared/IR_6359.jpg differ diff --git a/doc/img_report/infrared/IR_6360.jpg b/doc/img_report/infrared/IR_6360.jpg new file mode 100644 index 0000000..d256e48 Binary files /dev/null and b/doc/img_report/infrared/IR_6360.jpg differ diff --git a/doc/img_report/infrared/IR_6361.jpg b/doc/img_report/infrared/IR_6361.jpg new file mode 100644 index 0000000..6ceae01 Binary files /dev/null and b/doc/img_report/infrared/IR_6361.jpg differ diff --git a/doc/img_report/infrared/IR_6362.jpg b/doc/img_report/infrared/IR_6362.jpg new file mode 100644 index 0000000..807eeee Binary files /dev/null and b/doc/img_report/infrared/IR_6362.jpg differ diff --git a/doc/img_report/left_NFB.png b/doc/img_report/left_NFB.png new file mode 100644 index 0000000..29f1858 Binary files /dev/null and b/doc/img_report/left_NFB.png differ diff --git a/doc/img_report/left_point_A.png b/doc/img_report/left_point_A.png new file mode 100644 index 0000000..583b8fa Binary files /dev/null and b/doc/img_report/left_point_A.png differ diff --git a/doc/img_report/left_point_B.png b/doc/img_report/left_point_B.png new file mode 100644 index 0000000..c13eec1 Binary files /dev/null and b/doc/img_report/left_point_B.png differ diff --git a/doc/img_report/left_point_C.png b/doc/img_report/left_point_C.png new file mode 100644 index 0000000..ee648ad Binary files /dev/null and b/doc/img_report/left_point_C.png differ diff --git a/doc/img_report/left_point_D.png b/doc/img_report/left_point_D.png new file mode 100644 index 0000000..75a0eb8 Binary files /dev/null and b/doc/img_report/left_point_D.png differ diff --git a/doc/img_report/left_point_E.png b/doc/img_report/left_point_E.png new file mode 100644 index 0000000..c17ed2c Binary files /dev/null and b/doc/img_report/left_point_E.png differ diff --git a/doc/img_report/left_point_F.png b/doc/img_report/left_point_F.png new file mode 100644 index 0000000..0a3bffd Binary files /dev/null and b/doc/img_report/left_point_F.png differ diff --git a/doc/img_report/left_point_G.png b/doc/img_report/left_point_G.png new file mode 100644 index 0000000..e1e4266 Binary files /dev/null and b/doc/img_report/left_point_G.png differ diff --git a/doc/img_report/main_pcb_l.png b/doc/img_report/main_pcb_l.png new file mode 100644 index 0000000..28697af Binary files /dev/null and b/doc/img_report/main_pcb_l.png differ diff --git a/doc/img_report/main_pcb_r.png b/doc/img_report/main_pcb_r.png new file mode 100644 index 0000000..b8f9e27 Binary files /dev/null and b/doc/img_report/main_pcb_r.png differ diff --git a/doc/img_report/output_L_fft.png b/doc/img_report/output_L_fft.png new file mode 100644 index 0000000..50c09f9 Binary files /dev/null and b/doc/img_report/output_L_fft.png differ diff --git a/doc/img_report/output_R_fft.png b/doc/img_report/output_R_fft.png new file mode 100644 index 0000000..a114f89 Binary files /dev/null and b/doc/img_report/output_R_fft.png differ diff --git a/doc/img_report/outputs_broken.png b/doc/img_report/outputs_broken.png new file mode 100644 index 0000000..584f49c Binary files /dev/null and b/doc/img_report/outputs_broken.png differ diff --git a/doc/img_report/outputs_repaired.png b/doc/img_report/outputs_repaired.png new file mode 100644 index 0000000..5d38c32 Binary files /dev/null and b/doc/img_report/outputs_repaired.png differ diff --git a/doc/img_report/power_amp_pcb_l.png b/doc/img_report/power_amp_pcb_l.png new file mode 100644 index 0000000..b6f3bb5 Binary files /dev/null and b/doc/img_report/power_amp_pcb_l.png differ diff --git a/doc/img_report/power_amp_pcb_r.png b/doc/img_report/power_amp_pcb_r.png new file mode 100644 index 0000000..4cdb080 Binary files /dev/null and b/doc/img_report/power_amp_pcb_r.png differ diff --git a/doc/img_report/q7007.png b/doc/img_report/q7007.png new file mode 100644 index 0000000..14f8b9c Binary files /dev/null and b/doc/img_report/q7007.png differ diff --git a/doc/img_report/q7009.png b/doc/img_report/q7009.png new file mode 100644 index 0000000..a0855ab Binary files /dev/null and b/doc/img_report/q7009.png differ diff --git a/doc/img_report/q7013.png b/doc/img_report/q7013.png new file mode 100644 index 0000000..57bb08e Binary files /dev/null and b/doc/img_report/q7013.png differ diff --git a/doc/img_report/right_NFB.png b/doc/img_report/right_NFB.png new file mode 100644 index 0000000..d29348b Binary files /dev/null and b/doc/img_report/right_NFB.png differ diff --git a/doc/img_report/right_point_A.png b/doc/img_report/right_point_A.png new file mode 100644 index 0000000..ffb70d0 Binary files /dev/null and b/doc/img_report/right_point_A.png differ diff --git a/doc/img_report/right_point_B.png b/doc/img_report/right_point_B.png new file mode 100644 index 0000000..23fbac2 Binary files /dev/null and b/doc/img_report/right_point_B.png differ diff --git a/doc/img_report/right_point_C.png b/doc/img_report/right_point_C.png new file mode 100644 index 0000000..0cb5ae4 Binary files /dev/null and b/doc/img_report/right_point_C.png differ diff --git a/doc/img_report/right_point_D.png b/doc/img_report/right_point_D.png new file mode 100644 index 0000000..6d77c79 Binary files /dev/null and b/doc/img_report/right_point_D.png differ diff --git a/doc/img_report/right_point_E.png b/doc/img_report/right_point_E.png new file mode 100644 index 0000000..fd5fffc Binary files /dev/null and b/doc/img_report/right_point_E.png differ diff --git a/doc/img_report/right_point_F.png b/doc/img_report/right_point_F.png new file mode 100644 index 0000000..85c1d7e Binary files /dev/null and b/doc/img_report/right_point_F.png differ diff --git a/doc/img_report/right_point_G.png b/doc/img_report/right_point_G.png new file mode 100644 index 0000000..9b094e4 Binary files /dev/null and b/doc/img_report/right_point_G.png differ diff --git a/doc/img_report/waveform_testpoints.png b/doc/img_report/waveform_testpoints.png new file mode 100644 index 0000000..1503d7f Binary files /dev/null and b/doc/img_report/waveform_testpoints.png differ diff --git a/doc/pm8006_report.tex b/doc/pm8006_report.tex index 54a296a..33b4a87 100644 --- a/doc/pm8006_report.tex +++ b/doc/pm8006_report.tex @@ -1,6 +1,15 @@ -%\documentclass[a4paper,twoside]{refart} -\documentclass[a4paper,twoside]{report} +\documentclass[a4paper,twoside,notitlepage]{article} + +\setlength{\oddsidemargin}{2mm} +\setlength{\evensidemargin}{2mm} +\setlength{\textwidth}{154mm} +\setlength{\textheight}{220mm} +\setlength{\topmargin}{0mm} +\setlength{\parskip}{1mm} +\renewcommand{\floatpagefraction} {0.99} +\renewcommand{\textfraction} {0.0} +\renewcommand{\topfraction} {0.99} \hfuzz=10pt @@ -35,6 +44,9 @@ %\renewcommand*{\familydefault}{\ttdefault} %\renewcommand*{\familydefault}{\rmdefault{ppl}} +\makeatletter +\newcommand*{\toccontents}{\@starttoc{toc}} +\makeatother \begin{document} @@ -53,7 +65,8 @@ %\end{tabular} %\end{figure} -\tableofcontents +%\tableofcontents +\toccontents \section{problem overview} \label{sec:problem-overview} @@ -66,8 +79,7 @@ \section{problem overview} \label{sec:problem-overview} a \SI{1}{\kilo\hertz} \SI{500}{\milli\volt} pkpk signal is from now on fed into 'Point A' of both channels. dummy loads (9.4\si{\ohm} ea.) are present on both speaker outputs. -\newpage - +\clearpage \section{main pcb. waveform measurements} \label{sec:waveform-measurements} a number of testpoints have beed selected on the main board in order to compare the signals between the working (right) channel and the distorted (left) one. the scope signals are presented below. @@ -175,8 +187,7 @@ \section{main pcb. waveform measurements} \label{sec:waveform-measurements} \label{fig:output} \end{figure} -\newpage - +\clearpage \section{main pcb. DC measurements} \label{sec:dc-measurements} \begin{figure}[hptb!] @@ -211,8 +222,7 @@ \section{main pcb. DC measurements} \label{sec:dc-measurements} \label{tab:dc-testpoints-meas} \end{table} -\newpage - +\clearpage \section{main pcb. thermal measurements} \label{sec:thermal-measurements} % right channel @@ -266,7 +276,7 @@ \section{main pcb. thermal measurements} \label{sec:thermal-measurements} \caption{photo of the Q6021 and Q6019 transistors} \end{figure} - +\clearpage \section{power amp pcb. thermal measurements} \label{sec:pwr-thermal-measurements} % right channel @@ -285,7 +295,7 @@ \section{power amp pcb. thermal measurements} \label{sec:pwr-thermal-measurement emissivity & 0.95 \\ img create date & 2021:12:15 15:35:01 \\ \end{tabular} - \caption{power amp pcb right channel - pilot transistors have similar temperatures on this channel (53\si{\celsius})} + \caption{power amp pcb right channel - driver transistors have similar temperatures on this channel (53\si{\celsius})} \end{figure} \begin{figure}[hptb!] @@ -327,7 +337,7 @@ \section{power amp pcb. thermal measurements} \label{sec:pwr-thermal-measurement \caption{photo of the Q6021 and Q6019 transistors} \end{figure} -despite the large temperature difference between the two pilot transistors of the left channel, all PN junctions measured correctly. +despite the large temperature difference between the two driver transistors of the left channel, all PN junctions measured correctly. since no actual fault has been detected up until now on the main pcb, the presumption is made that the detected distorsion is caused by the negative feedback signal and probably the fault lies in the power amp pcb, which needs to be completely extracted from the amplifier and thus cannot be probed while under load.