├── LICENSE ├── README.md ├── grcon2018 ├── Intro-To-GNURadio-IIO-and-PlutoSDR.docx ├── Intro-To-libIIO-and-IIOScope.docx └── IntroToPlutoPresentation.pdf ├── grcon2019 ├── Intro-To-GNURadio-IIO-and-PlutoSDR.docx ├── Intro-To-GNURadio-IIO-and-PlutoSDR.pdf ├── Intro-To-libIIO-and-IIOScope.docx ├── Intro-To-libIIO-and-IIOScope.pdf └── PlutoTestSine.grc ├── grcon2020 ├── Intro-To-GNURadio-IIO-and-PlutoSDR.docx ├── Intro-To-GNURadio-IIO-and-PlutoSDR.pdf ├── Intro-To-libIIO-and-IIOScope.docx ├── Intro-To-libIIO-and-IIOScope.pdf ├── PlutoTestSine_37.grc └── PlutoTestSine_38.grc ├── grcon2021 ├── Intro-To-GNURadio-IIO-and-PlutoSDR.docx ├── Intro-To-GNURadio-IIO-and-PlutoSDR.pdf ├── Intro-To-libIIO-and-IIOScope.docx ├── Intro-To-libIIO-and-IIOScope.pdf ├── PlutoTestSine_37.grc ├── PlutoTestSine_38.grc └── PlutoWorkshop_2021.pdf └── textbook ├── ece4305_lab0.pdf ├── ece4305_lab1.pdf ├── ece4305_lab2.pdf ├── ece4305_lab3.pdf ├── lab0 ├── Makefile ├── citesort.sty ├── ece4305_lab0.tex ├── images │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ └── logo.eps.svn-base │ │ └── text-base │ │ │ └── logo.eps.svn-base │ ├── 1-eps-converted-to.pdf │ ├── 1.eps │ ├── 2-eps-converted-to.pdf │ ├── 2.eps │ ├── 3-eps-converted-to.pdf │ ├── 3.eps │ ├── 4-eps-converted-to.pdf │ ├── 4.eps │ ├── amsignal-eps-converted-to.pdf │ ├── amsignal.eps │ ├── bpskrx-eps-converted-to.pdf │ ├── bpskrx.eps │ ├── bpsktx-eps-converted-to.pdf │ ├── bpsktx.eps │ ├── dsbam-eps-converted-to.pdf │ ├── dsbam.eps │ ├── first-model-image-eps-converted-to.pdf │ ├── first-model-image.eps │ ├── logo-eps-converted-to.pdf │ ├── logo.eps │ ├── logo.png │ ├── loopback-eps-converted-to.pdf │ ├── loopback.eps │ ├── loopback.fig │ ├── model-explorer-image.eps │ ├── observefft-eps-converted-to.pdf │ ├── observefft.eps │ ├── problem1-eps-converted-to.pdf │ ├── problem1.eps │ ├── qfunc-eps-converted-to.pdf │ ├── qfunc.eps │ ├── receiver.eps │ ├── siggen-eps-converted-to.pdf │ ├── siggen.eps │ ├── snr_compare-eps-converted-to.pdf │ ├── snr_compare.eps │ ├── snr_guess-eps-converted-to.pdf │ ├── snr_guess.eps │ ├── snr_guess.fig │ ├── snr_guess_dual-eps-converted-to.pdf │ ├── snr_guess_dual.eps │ ├── snr_mes_sdr.fig │ └── sys_obj.png ├── lab1bib.bib ├── mcode.sty └── outlines.sty ├── lab1 ├── Makefile ├── citesort.sty ├── ece4305_lab1.tex ├── images │ ├── .directory │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ └── logo.eps.svn-base │ │ └── text-base │ │ │ └── logo.eps.svn-base │ ├── MakeFigureLatexReady.m │ ├── PLLTimingLogic.pdf │ ├── SystemUpToTiming-crop.pdf │ ├── SystemUpToTiming.pdf │ ├── TimingSyncPLL-crop.pdf │ ├── TimingSyncPLL.pdf │ ├── bandlimiting-eps-converted-to-crop.pdf │ ├── bandlimiting-eps-converted-to.pdf │ ├── bandlimiting.eps │ ├── bandlimiting.fig │ ├── clocking-eps-converted-to.pdf │ ├── clocking.eps │ ├── clocking.fig │ ├── eyeDiagram-eps-converted-to.pdf │ ├── eyeDiagram.eps │ ├── eyeDiagram.fig │ ├── filteredEffectsBest-eps-converted-to.pdf │ ├── filteredEffectsBest.eps │ ├── filteredEffectsBest.fig │ ├── filteredEffectsSRRC-crop.pdf │ ├── filteredEffectsSRRC-eps-converted-to-crop.pdf │ ├── filteredEffectsSRRC-eps-converted-to.pdf │ ├── filteredEffectsSRRC.eps │ ├── filteredEffectsSRRC.fig │ ├── filteredEffectsSRRC.pdf │ ├── fineFreqOffset-eps-converted-to.pdf │ ├── fineFreqOffset.eps │ ├── fineFreqOffset.fig │ ├── fixed_correction-eps-converted-to.pdf │ ├── fixed_correction.eps │ ├── fixed_correction.fig │ ├── freqOffset-eps-converted-to.pdf │ ├── freqOffset.eps │ ├── freqOffset.fig │ ├── freqOffsetSquared-eps-converted-to.pdf │ ├── freqOffsetSquared.eps │ ├── freqOffsetSquared.fig │ ├── isiExample-eps-converted-to.pdf │ ├── isiExample.eps │ ├── isiExample.fig │ ├── isieffects.eps │ ├── isieffects.fig │ ├── logo-eps-converted-to.pdf │ ├── logo.eps │ ├── pll_overview.pdf │ ├── pll_overview2.pdf │ ├── pll_performance-eps-converted-to.pdf │ ├── pll_performance.eps │ ├── pll_performance.fig │ ├── plutoConstellation-eps-converted-to.pdf │ ├── plutoConstellation.eps │ ├── plutoConstellation.fig │ ├── refConstellation-eps-converted-to.pdf │ ├── refConstellation.eps │ ├── refConstellation.fig │ ├── simple_sys.pdf │ └── timecorrection.pdf ├── lab1bib.bib └── outlines.sty ├── lab2 ├── Makefile ├── citesort.sty ├── ece4305_lab2.tex ├── images │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ └── logo.eps.svn-base │ │ └── text-base │ │ │ └── logo.eps.svn-base │ ├── fineFreqOffset-eps-converted-to.pdf │ ├── fineFreqOffset.eps │ ├── fineFreqOffset.fig │ ├── fixed_correction-eps-converted-to.pdf │ ├── fixed_correction.eps │ ├── fixed_correction.fig │ ├── freqOffset-eps-converted-to.pdf │ ├── freqOffset.eps │ ├── freqOffset.fig │ ├── freqOffsetSquared-eps-converted-to.pdf │ ├── freqOffsetSquared.eps │ ├── freqOffsetSquared.fig │ ├── logo-eps-converted-to.pdf │ ├── logo.eps │ ├── pll_overview.pdf │ ├── pll_overview2.pdf │ ├── pll_performance-eps-converted-to.pdf │ ├── pll_performance.eps │ ├── pll_performance.fig │ └── simple_sys.pdf ├── lab1bib.bib └── outlines.sty ├── lab3 ├── Makefile ├── citesort.sty ├── ece4305_lab3.tex ├── images │ ├── .directory │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ └── logo.eps.svn-base │ │ └── text-base │ │ │ └── logo.eps.svn-base │ ├── MakeFigureLatexReady.m │ ├── PLLTimingLogic.pdf │ ├── Preamble-crop.pdf │ ├── Preamble.pdf │ ├── SystemUpToTiming-crop.pdf │ ├── SystemUpToTiming.pdf │ ├── TimingSyncPLL-crop.pdf │ ├── TimingSyncPLL.pdf │ ├── bandlimiting-eps-converted-to-crop.pdf │ ├── bandlimiting-eps-converted-to.pdf │ ├── bandlimiting.eps │ ├── bandlimiting.fig │ ├── barkerCodes-eps-converted-to.pdf │ ├── barkerCodes.eps │ ├── barkerCodes.fig │ ├── clocking-eps-converted-to.pdf │ ├── clocking.eps │ ├── clocking.fig │ ├── eyeDiagram-eps-converted-to.pdf │ ├── eyeDiagram.eps │ ├── eyeDiagram.fig │ ├── fake_peak-eps-converted-to.pdf │ ├── fake_peak.eps │ ├── fake_peak.fig │ ├── filteredEffectsBest-eps-converted-to.pdf │ ├── filteredEffectsBest.eps │ ├── filteredEffectsBest.fig │ ├── filteredEffectsSRRC-crop.pdf │ ├── filteredEffectsSRRC-eps-converted-to-crop.pdf │ ├── filteredEffectsSRRC-eps-converted-to.pdf │ ├── filteredEffectsSRRC.eps │ ├── filteredEffectsSRRC.fig │ ├── filteredEffectsSRRC.pdf │ ├── fineFreqOffset-eps-converted-to.pdf │ ├── fineFreqOffset.eps │ ├── fineFreqOffset.fig │ ├── fixed_correction-eps-converted-to.pdf │ ├── fixed_correction.eps │ ├── fixed_correction.fig │ ├── frameOffset-eps-converted-to.pdf │ ├── frameOffset.eps │ ├── frameOffset.fig │ ├── freqOffset-eps-converted-to.pdf │ ├── freqOffset.eps │ ├── freqOffset.fig │ ├── freqOffsetSquared-eps-converted-to.pdf │ ├── freqOffsetSquared.eps │ ├── freqOffsetSquared.fig │ ├── isiExample-eps-converted-to.pdf │ ├── isiExample.eps │ ├── isiExample.fig │ ├── isieffects.eps │ ├── isieffects.fig │ ├── logo-eps-converted-to.pdf │ ├── logo.eps │ ├── pll_overview.pdf │ ├── pll_overview2.pdf │ ├── pll_performance-eps-converted-to.pdf │ ├── pll_performance.eps │ ├── pll_performance.fig │ ├── plutoConstellation-eps-converted-to.pdf │ ├── plutoConstellation.eps │ ├── plutoConstellation.fig │ ├── refConstellation-eps-converted-to.pdf │ ├── refConstellation.eps │ ├── refConstellation.fig │ ├── searchBarker-eps-converted-to.pdf │ ├── searchBarker.eps │ ├── searchBarker.fig │ ├── simple_sys.pdf │ ├── true_peak-eps-converted-to.pdf │ ├── true_peak.eps │ └── true_peak.fig ├── lab1bib.bib └── outlines.sty └── matlab ├── mcode_lab_0 ├── README ├── generateNoise.m └── loopback.m ├── mcode_lab_1 └── lab1.m ├── mcode_lab_2 ├── lab2part1.m └── lab2part2.m └── mcode_lab_3 ├── ASCII2bits.m ├── bits2ASCII.m ├── booktxt.m ├── lab3part1.m └── lab3part2.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/README.md -------------------------------------------------------------------------------- /grcon2018/Intro-To-GNURadio-IIO-and-PlutoSDR.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2018/Intro-To-GNURadio-IIO-and-PlutoSDR.docx -------------------------------------------------------------------------------- /grcon2018/Intro-To-libIIO-and-IIOScope.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2018/Intro-To-libIIO-and-IIOScope.docx -------------------------------------------------------------------------------- /grcon2018/IntroToPlutoPresentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2018/IntroToPlutoPresentation.pdf -------------------------------------------------------------------------------- /grcon2019/Intro-To-GNURadio-IIO-and-PlutoSDR.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2019/Intro-To-GNURadio-IIO-and-PlutoSDR.docx -------------------------------------------------------------------------------- /grcon2019/Intro-To-GNURadio-IIO-and-PlutoSDR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2019/Intro-To-GNURadio-IIO-and-PlutoSDR.pdf -------------------------------------------------------------------------------- /grcon2019/Intro-To-libIIO-and-IIOScope.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2019/Intro-To-libIIO-and-IIOScope.docx -------------------------------------------------------------------------------- /grcon2019/Intro-To-libIIO-and-IIOScope.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2019/Intro-To-libIIO-and-IIOScope.pdf -------------------------------------------------------------------------------- /grcon2019/PlutoTestSine.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2019/PlutoTestSine.grc -------------------------------------------------------------------------------- /grcon2020/Intro-To-GNURadio-IIO-and-PlutoSDR.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2020/Intro-To-GNURadio-IIO-and-PlutoSDR.docx -------------------------------------------------------------------------------- /grcon2020/Intro-To-GNURadio-IIO-and-PlutoSDR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2020/Intro-To-GNURadio-IIO-and-PlutoSDR.pdf -------------------------------------------------------------------------------- /grcon2020/Intro-To-libIIO-and-IIOScope.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2020/Intro-To-libIIO-and-IIOScope.docx -------------------------------------------------------------------------------- /grcon2020/Intro-To-libIIO-and-IIOScope.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2020/Intro-To-libIIO-and-IIOScope.pdf -------------------------------------------------------------------------------- /grcon2020/PlutoTestSine_37.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2020/PlutoTestSine_37.grc -------------------------------------------------------------------------------- /grcon2020/PlutoTestSine_38.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2020/PlutoTestSine_38.grc -------------------------------------------------------------------------------- /grcon2021/Intro-To-GNURadio-IIO-and-PlutoSDR.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2021/Intro-To-GNURadio-IIO-and-PlutoSDR.docx -------------------------------------------------------------------------------- /grcon2021/Intro-To-GNURadio-IIO-and-PlutoSDR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2021/Intro-To-GNURadio-IIO-and-PlutoSDR.pdf -------------------------------------------------------------------------------- /grcon2021/Intro-To-libIIO-and-IIOScope.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2021/Intro-To-libIIO-and-IIOScope.docx -------------------------------------------------------------------------------- /grcon2021/Intro-To-libIIO-and-IIOScope.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2021/Intro-To-libIIO-and-IIOScope.pdf -------------------------------------------------------------------------------- /grcon2021/PlutoTestSine_37.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2021/PlutoTestSine_37.grc -------------------------------------------------------------------------------- /grcon2021/PlutoTestSine_38.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2021/PlutoTestSine_38.grc -------------------------------------------------------------------------------- /grcon2021/PlutoWorkshop_2021.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/grcon2021/PlutoWorkshop_2021.pdf -------------------------------------------------------------------------------- /textbook/ece4305_lab0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/ece4305_lab0.pdf -------------------------------------------------------------------------------- /textbook/ece4305_lab1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/ece4305_lab1.pdf -------------------------------------------------------------------------------- /textbook/ece4305_lab2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/ece4305_lab2.pdf -------------------------------------------------------------------------------- /textbook/ece4305_lab3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/ece4305_lab3.pdf -------------------------------------------------------------------------------- /textbook/lab0/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/Makefile -------------------------------------------------------------------------------- /textbook/lab0/citesort.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/citesort.sty -------------------------------------------------------------------------------- /textbook/lab0/ece4305_lab0.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/ece4305_lab0.tex -------------------------------------------------------------------------------- /textbook/lab0/images/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/.svn/all-wcprops -------------------------------------------------------------------------------- /textbook/lab0/images/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/.svn/entries -------------------------------------------------------------------------------- /textbook/lab0/images/.svn/prop-base/logo.eps.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /textbook/lab0/images/.svn/text-base/logo.eps.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/.svn/text-base/logo.eps.svn-base -------------------------------------------------------------------------------- /textbook/lab0/images/1-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/1-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/1.eps -------------------------------------------------------------------------------- /textbook/lab0/images/2-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/2-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/2.eps -------------------------------------------------------------------------------- /textbook/lab0/images/3-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/3-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/3.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/3.eps -------------------------------------------------------------------------------- /textbook/lab0/images/4-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/4-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/4.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/4.eps -------------------------------------------------------------------------------- /textbook/lab0/images/amsignal-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/amsignal-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/amsignal.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/amsignal.eps -------------------------------------------------------------------------------- /textbook/lab0/images/bpskrx-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/bpskrx-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/bpskrx.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/bpskrx.eps -------------------------------------------------------------------------------- /textbook/lab0/images/bpsktx-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/bpsktx-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/bpsktx.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/bpsktx.eps -------------------------------------------------------------------------------- /textbook/lab0/images/dsbam-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/dsbam-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/dsbam.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/dsbam.eps -------------------------------------------------------------------------------- /textbook/lab0/images/first-model-image-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/first-model-image-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/first-model-image.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/first-model-image.eps -------------------------------------------------------------------------------- /textbook/lab0/images/logo-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/logo-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/logo.eps -------------------------------------------------------------------------------- /textbook/lab0/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/logo.png -------------------------------------------------------------------------------- /textbook/lab0/images/loopback-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/loopback-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/loopback.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/loopback.eps -------------------------------------------------------------------------------- /textbook/lab0/images/loopback.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/loopback.fig -------------------------------------------------------------------------------- /textbook/lab0/images/model-explorer-image.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/model-explorer-image.eps -------------------------------------------------------------------------------- /textbook/lab0/images/observefft-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/observefft-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/observefft.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/observefft.eps -------------------------------------------------------------------------------- /textbook/lab0/images/problem1-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/problem1-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/problem1.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/problem1.eps -------------------------------------------------------------------------------- /textbook/lab0/images/qfunc-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/qfunc-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/qfunc.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/qfunc.eps -------------------------------------------------------------------------------- /textbook/lab0/images/receiver.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/receiver.eps -------------------------------------------------------------------------------- /textbook/lab0/images/siggen-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/siggen-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/siggen.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/siggen.eps -------------------------------------------------------------------------------- /textbook/lab0/images/snr_compare-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/snr_compare-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/snr_compare.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/snr_compare.eps -------------------------------------------------------------------------------- /textbook/lab0/images/snr_guess-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/snr_guess-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/snr_guess.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/snr_guess.eps -------------------------------------------------------------------------------- /textbook/lab0/images/snr_guess.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/snr_guess.fig -------------------------------------------------------------------------------- /textbook/lab0/images/snr_guess_dual-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/snr_guess_dual-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab0/images/snr_guess_dual.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/snr_guess_dual.eps -------------------------------------------------------------------------------- /textbook/lab0/images/snr_mes_sdr.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/snr_mes_sdr.fig -------------------------------------------------------------------------------- /textbook/lab0/images/sys_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/images/sys_obj.png -------------------------------------------------------------------------------- /textbook/lab0/lab1bib.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/lab1bib.bib -------------------------------------------------------------------------------- /textbook/lab0/mcode.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/mcode.sty -------------------------------------------------------------------------------- /textbook/lab0/outlines.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab0/outlines.sty -------------------------------------------------------------------------------- /textbook/lab1/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/Makefile -------------------------------------------------------------------------------- /textbook/lab1/citesort.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/citesort.sty -------------------------------------------------------------------------------- /textbook/lab1/ece4305_lab1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/ece4305_lab1.tex -------------------------------------------------------------------------------- /textbook/lab1/images/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | Timestamp=2017,2,3,15,12,0 3 | Version=3 4 | ViewMode=2 5 | -------------------------------------------------------------------------------- /textbook/lab1/images/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/.svn/all-wcprops -------------------------------------------------------------------------------- /textbook/lab1/images/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/.svn/entries -------------------------------------------------------------------------------- /textbook/lab1/images/.svn/prop-base/logo.eps.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /textbook/lab1/images/.svn/text-base/logo.eps.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/.svn/text-base/logo.eps.svn-base -------------------------------------------------------------------------------- /textbook/lab1/images/MakeFigureLatexReady.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/MakeFigureLatexReady.m -------------------------------------------------------------------------------- /textbook/lab1/images/PLLTimingLogic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/PLLTimingLogic.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/SystemUpToTiming-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/SystemUpToTiming-crop.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/SystemUpToTiming.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/SystemUpToTiming.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/TimingSyncPLL-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/TimingSyncPLL-crop.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/TimingSyncPLL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/TimingSyncPLL.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/bandlimiting-eps-converted-to-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/bandlimiting-eps-converted-to-crop.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/bandlimiting-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/bandlimiting-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/bandlimiting.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/bandlimiting.eps -------------------------------------------------------------------------------- /textbook/lab1/images/bandlimiting.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/bandlimiting.fig -------------------------------------------------------------------------------- /textbook/lab1/images/clocking-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/clocking-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/clocking.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/clocking.eps -------------------------------------------------------------------------------- /textbook/lab1/images/clocking.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/clocking.fig -------------------------------------------------------------------------------- /textbook/lab1/images/eyeDiagram-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/eyeDiagram-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/eyeDiagram.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/eyeDiagram.eps -------------------------------------------------------------------------------- /textbook/lab1/images/eyeDiagram.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/eyeDiagram.fig -------------------------------------------------------------------------------- /textbook/lab1/images/filteredEffectsBest-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/filteredEffectsBest-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/filteredEffectsBest.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/filteredEffectsBest.eps -------------------------------------------------------------------------------- /textbook/lab1/images/filteredEffectsBest.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/filteredEffectsBest.fig -------------------------------------------------------------------------------- /textbook/lab1/images/filteredEffectsSRRC-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/filteredEffectsSRRC-crop.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/filteredEffectsSRRC-eps-converted-to-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/filteredEffectsSRRC-eps-converted-to-crop.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/filteredEffectsSRRC-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/filteredEffectsSRRC-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/filteredEffectsSRRC.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/filteredEffectsSRRC.eps -------------------------------------------------------------------------------- /textbook/lab1/images/filteredEffectsSRRC.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/filteredEffectsSRRC.fig -------------------------------------------------------------------------------- /textbook/lab1/images/filteredEffectsSRRC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/filteredEffectsSRRC.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/fineFreqOffset-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/fineFreqOffset-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/fineFreqOffset.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/fineFreqOffset.eps -------------------------------------------------------------------------------- /textbook/lab1/images/fineFreqOffset.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/fineFreqOffset.fig -------------------------------------------------------------------------------- /textbook/lab1/images/fixed_correction-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/fixed_correction-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/fixed_correction.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/fixed_correction.eps -------------------------------------------------------------------------------- /textbook/lab1/images/fixed_correction.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/fixed_correction.fig -------------------------------------------------------------------------------- /textbook/lab1/images/freqOffset-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/freqOffset-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/freqOffset.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/freqOffset.eps -------------------------------------------------------------------------------- /textbook/lab1/images/freqOffset.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/freqOffset.fig -------------------------------------------------------------------------------- /textbook/lab1/images/freqOffsetSquared-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/freqOffsetSquared-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/freqOffsetSquared.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/freqOffsetSquared.eps -------------------------------------------------------------------------------- /textbook/lab1/images/freqOffsetSquared.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/freqOffsetSquared.fig -------------------------------------------------------------------------------- /textbook/lab1/images/isiExample-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/isiExample-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/isiExample.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/isiExample.eps -------------------------------------------------------------------------------- /textbook/lab1/images/isiExample.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/isiExample.fig -------------------------------------------------------------------------------- /textbook/lab1/images/isieffects.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/isieffects.eps -------------------------------------------------------------------------------- /textbook/lab1/images/isieffects.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/isieffects.fig -------------------------------------------------------------------------------- /textbook/lab1/images/logo-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/logo-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/logo.eps -------------------------------------------------------------------------------- /textbook/lab1/images/pll_overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/pll_overview.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/pll_overview2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/pll_overview2.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/pll_performance-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/pll_performance-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/pll_performance.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/pll_performance.eps -------------------------------------------------------------------------------- /textbook/lab1/images/pll_performance.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/pll_performance.fig -------------------------------------------------------------------------------- /textbook/lab1/images/plutoConstellation-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/plutoConstellation-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/plutoConstellation.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/plutoConstellation.eps -------------------------------------------------------------------------------- /textbook/lab1/images/plutoConstellation.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/plutoConstellation.fig -------------------------------------------------------------------------------- /textbook/lab1/images/refConstellation-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/refConstellation-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/refConstellation.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/refConstellation.eps -------------------------------------------------------------------------------- /textbook/lab1/images/refConstellation.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/refConstellation.fig -------------------------------------------------------------------------------- /textbook/lab1/images/simple_sys.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/simple_sys.pdf -------------------------------------------------------------------------------- /textbook/lab1/images/timecorrection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/images/timecorrection.pdf -------------------------------------------------------------------------------- /textbook/lab1/lab1bib.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/lab1bib.bib -------------------------------------------------------------------------------- /textbook/lab1/outlines.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab1/outlines.sty -------------------------------------------------------------------------------- /textbook/lab2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/Makefile -------------------------------------------------------------------------------- /textbook/lab2/citesort.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/citesort.sty -------------------------------------------------------------------------------- /textbook/lab2/ece4305_lab2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/ece4305_lab2.tex -------------------------------------------------------------------------------- /textbook/lab2/images/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/.svn/all-wcprops -------------------------------------------------------------------------------- /textbook/lab2/images/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/.svn/entries -------------------------------------------------------------------------------- /textbook/lab2/images/.svn/prop-base/logo.eps.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /textbook/lab2/images/.svn/text-base/logo.eps.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/.svn/text-base/logo.eps.svn-base -------------------------------------------------------------------------------- /textbook/lab2/images/fineFreqOffset-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/fineFreqOffset-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab2/images/fineFreqOffset.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/fineFreqOffset.eps -------------------------------------------------------------------------------- /textbook/lab2/images/fineFreqOffset.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/fineFreqOffset.fig -------------------------------------------------------------------------------- /textbook/lab2/images/fixed_correction-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/fixed_correction-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab2/images/fixed_correction.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/fixed_correction.eps -------------------------------------------------------------------------------- /textbook/lab2/images/fixed_correction.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/fixed_correction.fig -------------------------------------------------------------------------------- /textbook/lab2/images/freqOffset-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/freqOffset-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab2/images/freqOffset.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/freqOffset.eps -------------------------------------------------------------------------------- /textbook/lab2/images/freqOffset.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/freqOffset.fig -------------------------------------------------------------------------------- /textbook/lab2/images/freqOffsetSquared-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/freqOffsetSquared-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab2/images/freqOffsetSquared.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/freqOffsetSquared.eps -------------------------------------------------------------------------------- /textbook/lab2/images/freqOffsetSquared.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/freqOffsetSquared.fig -------------------------------------------------------------------------------- /textbook/lab2/images/logo-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/logo-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab2/images/logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/logo.eps -------------------------------------------------------------------------------- /textbook/lab2/images/pll_overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/pll_overview.pdf -------------------------------------------------------------------------------- /textbook/lab2/images/pll_overview2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/pll_overview2.pdf -------------------------------------------------------------------------------- /textbook/lab2/images/pll_performance-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/pll_performance-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab2/images/pll_performance.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/pll_performance.eps -------------------------------------------------------------------------------- /textbook/lab2/images/pll_performance.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/pll_performance.fig -------------------------------------------------------------------------------- /textbook/lab2/images/simple_sys.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/images/simple_sys.pdf -------------------------------------------------------------------------------- /textbook/lab2/lab1bib.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/lab1bib.bib -------------------------------------------------------------------------------- /textbook/lab2/outlines.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab2/outlines.sty -------------------------------------------------------------------------------- /textbook/lab3/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/Makefile -------------------------------------------------------------------------------- /textbook/lab3/citesort.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/citesort.sty -------------------------------------------------------------------------------- /textbook/lab3/ece4305_lab3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/ece4305_lab3.tex -------------------------------------------------------------------------------- /textbook/lab3/images/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | Timestamp=2017,2,3,15,12,0 3 | Version=3 4 | ViewMode=2 5 | -------------------------------------------------------------------------------- /textbook/lab3/images/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/.svn/all-wcprops -------------------------------------------------------------------------------- /textbook/lab3/images/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/.svn/entries -------------------------------------------------------------------------------- /textbook/lab3/images/.svn/prop-base/logo.eps.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /textbook/lab3/images/.svn/text-base/logo.eps.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/.svn/text-base/logo.eps.svn-base -------------------------------------------------------------------------------- /textbook/lab3/images/MakeFigureLatexReady.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/MakeFigureLatexReady.m -------------------------------------------------------------------------------- /textbook/lab3/images/PLLTimingLogic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/PLLTimingLogic.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/Preamble-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/Preamble-crop.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/Preamble.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/Preamble.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/SystemUpToTiming-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/SystemUpToTiming-crop.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/SystemUpToTiming.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/SystemUpToTiming.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/TimingSyncPLL-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/TimingSyncPLL-crop.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/TimingSyncPLL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/TimingSyncPLL.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/bandlimiting-eps-converted-to-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/bandlimiting-eps-converted-to-crop.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/bandlimiting-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/bandlimiting-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/bandlimiting.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/bandlimiting.eps -------------------------------------------------------------------------------- /textbook/lab3/images/bandlimiting.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/bandlimiting.fig -------------------------------------------------------------------------------- /textbook/lab3/images/barkerCodes-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/barkerCodes-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/barkerCodes.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/barkerCodes.eps -------------------------------------------------------------------------------- /textbook/lab3/images/barkerCodes.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/barkerCodes.fig -------------------------------------------------------------------------------- /textbook/lab3/images/clocking-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/clocking-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/clocking.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/clocking.eps -------------------------------------------------------------------------------- /textbook/lab3/images/clocking.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/clocking.fig -------------------------------------------------------------------------------- /textbook/lab3/images/eyeDiagram-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/eyeDiagram-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/eyeDiagram.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/eyeDiagram.eps -------------------------------------------------------------------------------- /textbook/lab3/images/eyeDiagram.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/eyeDiagram.fig -------------------------------------------------------------------------------- /textbook/lab3/images/fake_peak-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/fake_peak-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/fake_peak.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/fake_peak.eps -------------------------------------------------------------------------------- /textbook/lab3/images/fake_peak.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/fake_peak.fig -------------------------------------------------------------------------------- /textbook/lab3/images/filteredEffectsBest-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/filteredEffectsBest-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/filteredEffectsBest.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/filteredEffectsBest.eps -------------------------------------------------------------------------------- /textbook/lab3/images/filteredEffectsBest.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/filteredEffectsBest.fig -------------------------------------------------------------------------------- /textbook/lab3/images/filteredEffectsSRRC-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/filteredEffectsSRRC-crop.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/filteredEffectsSRRC-eps-converted-to-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/filteredEffectsSRRC-eps-converted-to-crop.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/filteredEffectsSRRC-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/filteredEffectsSRRC-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/filteredEffectsSRRC.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/filteredEffectsSRRC.eps -------------------------------------------------------------------------------- /textbook/lab3/images/filteredEffectsSRRC.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/filteredEffectsSRRC.fig -------------------------------------------------------------------------------- /textbook/lab3/images/filteredEffectsSRRC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/filteredEffectsSRRC.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/fineFreqOffset-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/fineFreqOffset-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/fineFreqOffset.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/fineFreqOffset.eps -------------------------------------------------------------------------------- /textbook/lab3/images/fineFreqOffset.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/fineFreqOffset.fig -------------------------------------------------------------------------------- /textbook/lab3/images/fixed_correction-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/fixed_correction-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/fixed_correction.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/fixed_correction.eps -------------------------------------------------------------------------------- /textbook/lab3/images/fixed_correction.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/fixed_correction.fig -------------------------------------------------------------------------------- /textbook/lab3/images/frameOffset-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/frameOffset-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/frameOffset.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/frameOffset.eps -------------------------------------------------------------------------------- /textbook/lab3/images/frameOffset.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/frameOffset.fig -------------------------------------------------------------------------------- /textbook/lab3/images/freqOffset-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/freqOffset-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/freqOffset.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/freqOffset.eps -------------------------------------------------------------------------------- /textbook/lab3/images/freqOffset.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/freqOffset.fig -------------------------------------------------------------------------------- /textbook/lab3/images/freqOffsetSquared-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/freqOffsetSquared-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/freqOffsetSquared.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/freqOffsetSquared.eps -------------------------------------------------------------------------------- /textbook/lab3/images/freqOffsetSquared.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/freqOffsetSquared.fig -------------------------------------------------------------------------------- /textbook/lab3/images/isiExample-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/isiExample-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/isiExample.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/isiExample.eps -------------------------------------------------------------------------------- /textbook/lab3/images/isiExample.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/isiExample.fig -------------------------------------------------------------------------------- /textbook/lab3/images/isieffects.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/isieffects.eps -------------------------------------------------------------------------------- /textbook/lab3/images/isieffects.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/isieffects.fig -------------------------------------------------------------------------------- /textbook/lab3/images/logo-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/logo-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/logo.eps -------------------------------------------------------------------------------- /textbook/lab3/images/pll_overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/pll_overview.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/pll_overview2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/pll_overview2.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/pll_performance-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/pll_performance-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/pll_performance.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/pll_performance.eps -------------------------------------------------------------------------------- /textbook/lab3/images/pll_performance.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/pll_performance.fig -------------------------------------------------------------------------------- /textbook/lab3/images/plutoConstellation-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/plutoConstellation-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/plutoConstellation.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/plutoConstellation.eps -------------------------------------------------------------------------------- /textbook/lab3/images/plutoConstellation.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/plutoConstellation.fig -------------------------------------------------------------------------------- /textbook/lab3/images/refConstellation-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/refConstellation-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/refConstellation.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/refConstellation.eps -------------------------------------------------------------------------------- /textbook/lab3/images/refConstellation.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/refConstellation.fig -------------------------------------------------------------------------------- /textbook/lab3/images/searchBarker-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/searchBarker-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/searchBarker.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/searchBarker.eps -------------------------------------------------------------------------------- /textbook/lab3/images/searchBarker.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/searchBarker.fig -------------------------------------------------------------------------------- /textbook/lab3/images/simple_sys.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/simple_sys.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/true_peak-eps-converted-to.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/true_peak-eps-converted-to.pdf -------------------------------------------------------------------------------- /textbook/lab3/images/true_peak.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/true_peak.eps -------------------------------------------------------------------------------- /textbook/lab3/images/true_peak.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/images/true_peak.fig -------------------------------------------------------------------------------- /textbook/lab3/lab1bib.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/lab1bib.bib -------------------------------------------------------------------------------- /textbook/lab3/outlines.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/lab3/outlines.sty -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_0/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_0/README -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_0/generateNoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_0/generateNoise.m -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_0/loopback.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_0/loopback.m -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_1/lab1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_1/lab1.m -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_2/lab2part1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_2/lab2part1.m -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_2/lab2part2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_2/lab2part2.m -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_3/ASCII2bits.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_3/ASCII2bits.m -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_3/bits2ASCII.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_3/bits2ASCII.m -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_3/booktxt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_3/booktxt.m -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_3/lab3part1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_3/lab3part1.m -------------------------------------------------------------------------------- /textbook/matlab/mcode_lab_3/lab3part2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdrforengineers/LabGuides/HEAD/textbook/matlab/mcode_lab_3/lab3part2.m --------------------------------------------------------------------------------