Lab 13: FINAL PROJECT. Nathan Finney Partner: Henry Silva. Physics 111: Basic Semiconductor Circuits University of California, Berkeley 12/09/06

Size: px
Start display at page:

Download "Lab 13: FINAL PROJECT. Nathan Finney Partner: Henry Silva. Physics 111: Basic Semiconductor Circuits University of California, Berkeley 12/09/06"

Transcription

1 Lab 13: FINAL PROJECT Nathan Finney Partner: Henry Silva Physics 111: Basic Semiconductor Circuits University of California, Berkeley 12/09/06 Abstract A Rapid Eye Movement (REM) Sleep Detector and Alarm Clock was designed, built/programmed, and tested. The signal for the analog component of the detector/alarm was collected using an Infrared Light Emitting Diode (IR LED) pointed at the right eyelid, which reflected the light into a phototransistor at different amplitudes due to changing orientations of the eyelid/eyelashes. The signal was then treated so that it could input safely into the microphone jack on a laptop s soundcard. A LabVIEW program then called the data from the soundcard, displayed it, decided whether or not the amplitude of a given point was above some critical value, which would deem it an instance of REM sleep, then it counted all the instances of REM sleep for a given interval (10-seconds). The number of instances per sample interval was then saved to an array, which would later all be saved into a.txt file. The program had a functional alarm that could be set to go off after a given amount of time (t A ). The alarm also compared the current run time (t R ) with t A and if their difference was less than or equal to 1 hour and the person sleeping had been out of REM sleep for more than a minute then the alarm would go off. This logic intended to keep the sleeping person from being woken up during REM sleep. The data logged in the early morning hours of Friday (12/8/06) shows cyclic behavior (Fig. 23), with peak densities of activity occurring in approximately 90-minute intervals. Functionally the circuit and the program worked perfectly, though more research must be done to fine tune the input values that determine the behavior of the alarm clock.

2 Introduction The main motivation for the construction of the REM sleep detector and alarm clock was to check whether or not REM sleep behavior discussed in many introductory psychology textbooks matched our own sleep behavior, and to see if there was an ideal time to wake up in relation with these cycles. To give some background to this behavior, there is a brief summary of a description of sleep cycle behavior in humans from Psychology in the New Millennium by Spencer A. Rathus (pages ) in the Theory section of this write up (page 4). From that information we tested the following claims: (1) REM sleep occurs on average at 90-minute intervals, with each cycle getting longer and more intense as the night wears on, (2) A person woken up during REM sleep feels as though they haven t slept at all, therefore a person who wakes up close to their desired wake time (but not while they are in REM sleep) will feel refreshed. We found that the first claim turned out to be true, that on average I go through 90-minute cycles (varies a little throughout the night), and the activity seems to increase as the night wears on. The second claim was neither refuted nor verified. Our alarm actually ended up going off during my last REM cycle (Due to a false assumption on our part, that REM sleep will go no more than a minute without showing activity). I actually felt totally refreshed. It isn t clear whether I was feeling that way because I got to wake up to my own recorded voice telling me to wake up, thus signifying that our project was working, or that I was actually waking up at an ideal point in my sleep cycle. Though performing the actual experiment pertaining to REM sleep was our goal for the project, we spent the majority of our time working on the detector and program. The process of designing and building the circuit as well as troubleshooting the LabVIEW program are pretty well documented in the attached Photocopy of my Lab Notebook (PLN). Basically we approached the design process from two ends. The circuit and the LabVIEW program were developed concurrently, and occasionally we used the DAQ we have in lab to make sure that the program was behaving essentially as it should. After a while the LabVIEW program was developed entirely using the built-in microphone inside the laptop as an input. The fact that the program does not distinguish between sounds coming in through the built-in microphone and a signal coming into the microphone jack worked to our advantage, because even though the circuit was not ready to input signals into the computer safely, the program could still be developed. The major obstacle in the design of the goggles was finding the best orientation for the IR LED and the phototransistor (see Fig. 1 for the final design of the goggles). The circuit was tricky, but simple to develop. It involved using a high pass filter and amplifier to get the maximum allowable AC signal strength for the microphone jack, then introducing a protection stage, which would ensure that the current and voltages applied to the jack wouldn t be able to go any further than those allowable limits for the sound card. The goal was for the circuit to be portable so that we could take it home and test it out. A more in depth description of the analog component of our project is given in the Circuit section of this write-up. All of the work thereafter was put towards getting our LabVIEW program to work. Please see the Program section of this write up for an in depth description of the LabVIEW program, whose major obstacle ended up being associated with the way the computer calls data from the sound card, and how that effects our running the program for extended periods of time.

3 Circuit As shown in Fig. s 1 and 2 the analog component of our project is extremely simple in its final form. By putting two 9V batteries in series (which were in parallel with two more 9V batteries in series), the voltages V + and V - were produced. The Goggle stage produces a fluctuating signal (with a DC offset) that is a measure of how much the eyes are moving and flickering underneath the eyelids. The signal is then amplified and put through a high pass filter with a very low cutoff frequency to get rid of the DC offset. Next the signal is put through a protection stage to ensure that the signal going into the laptop will be between ±600mV. The acceptable range for most laptops is ±400mV (hacker-technology.com), so we decided that since our signal seemed to peak at ±200mV, a ±600mV safety net was suitable for saving the laptop form frying. Also, the protection stage was made to cut out the DC output coming from the laptop s microphone jack that would normally power a microphone. The output impedance of the protection stage was made to be lower than the input impedance of the jack, which turns out to have its high pass filter within. R1 and R2 in the Goggle stage are only there to limit the current coming through the IR LED and the phototransistor so that they don t get too hot or stop working. Both the IR LED and the phototransistor are nonlinear circuit elements whose current varies with applied voltage/electromagnetic stimulus. In this sense the amplifier in the Amplifier and High Pass Filter stage works by trying to match the current produced by the phototransistor (current source) such that the two currents will add up to zero at the negative terminal on the op-amp, which is at virtual ground. This voltage drop across R3 is what produces the gain of the amplifier. The amplifier in combination with R2 and the phototransistor is optimized because the current selected by R2 does not require the current coming out of the V out terminal on the op-amp to be greater than 20mA. The signal is then filtered to cut out DC by having 1/(2π*C1*R4) 0.1Hz. Next the signal enters the Protection stage. The signal is put through a unity gain amplifier (voltage follower), which limits the current to 20mA and isolates the signal from its previous stage. The signal is then passed over the diodes. If the signal is approaching ±600mV then one of the diodes will behave like a short (this is due to the asymptotic behavior of the diodes at ±600mV, which allow for ±large currents to pass though them at these voltage limits). Next the signal goes through another DC filter, which is in place to filter out the DC signal coming from the laptop. Finally the signal goes through another unity gain amplifier (voltage follower) to isolate the capacitor in our high-pass filter from the capacitor inside the microphone jack (See PLN page 10), and to reduce the output impedance of our circuit. The signal then goes into the computer s soundcard via the microphone jack where it is collected as if it was an analog audio signal, digitized, and then sent to LabVIEW. Program The program has four main functions: (1) To read and analyze the signal originating from rapid eye movement which is eventually fed into the computer via the soundcard, (2) To wake the user up after an elapsed time that the user has the freedom to choose, and (3) To wake the user up if they are within a certain interval from their chosen

4 wake-up time, and they have left REM sleep, and (4) To save the activity of the night into a list that can be graphed in excel. The block diagram is broken into stages that can easily be viewed in the Figures section. Unfortunately the entire block diagram is too large to be put in this report as one figure so it is split into 4 figures (Fig. s 3-6) each with enough information to see how they relate. Also the three major case structures are shown in Fig s 7 9. Hopefully this will provide enough information for the reader to troubleshoot the explanation of the program. Fig. 10 shows the input stage from the soundcard that was hacked from the example program Sound Card Simple Spectrum Analyzer.vi. In our program we left SI CONFIG and its inputs outside the large while-loop, which encapsulates the rest of the program, and the SI START.vi inside case1 in the large case structure (See Fig. 8). Both are left out of the Data collecting for-loop shown in Fig. s 11 and 12 because they only need to be called once (we ran into some problems when we tried to keep reinitializing them with each data collecting loop, because there are only 16 slots in the soundcard that can be initialized at once, and with each data collecting loop a new slot would be initialized). We set the Buffer control to for our final test, because it became important later on when we were building our data array that there was a large difference between the allowable number of samples in a given data collecting loop, and the amount of time we were collecting data for. On the first night we had the buffer size set to 100, and even when we were only using two-second data collecting loops the program still crashed occasionally. We had the sound format set to mono since there was only one signal coming in. We set the sample rate to the lowest quality (8000), and the sound to 8- bit. The for-loop shown in Fig. s 11 and 12 takes the incoming 1D array of amplitude levels form the soundcard adds them to another array for a given amount of time (controlled by the user). We looped the SI READ for 10 seconds in our final version (This actually averaged to be something more like 14 seconds due to a lag in the program somewhere). Fig. 13 shows how we filtered most of the 60Hz noise (which was much less prevalent in a dark room), and cut out the strange appearance of a DC offset (which was only present when we used the sound card to read the data) using two consecutive bandpass Chebyshev filters. Fig. 14 shows how we analyzed the filtered data to see how many instances of the amplitude were over a given value of V(REM) = 7.5 for a given sampling interval. The number of hits for each sample interval was then stored in an array. In the true case the program adds 1 to the number of hits above V(REM), for the false case it simply feeds the number of hits above V(REM) back into the shift register to await the next point. Fig. 15 shows how the program determines if the user is undergoing REM sleep. If the number of points over 7.5 is larger than 200, then there has been a recent REM occurrence. Figure 16 shows how using a Boolean control the user can chose to save the data at any point. The program will continue running after the data is saved, and once the alarm goes off the data from the 1 st save point until the end of the night will be saved in another file. Fig. 17 shows the alarm clock timing functionality, where the user sets the total number of seconds that they want to sleep, as well as something called the REM Boundary, which is the amount of time the user thinks they should have to complete a

5 full REM cycle in the morning (We had ours set to 3600 seconds). The system performs two checks: Is the program run time (t R ) greater than the alarm time (t A ) and is the difference between the two less than the REM boundary time? If the first condition is satisfied, then the alarm will go off, thus waking the user up in time for their exams. If the first condition is not satisfied we enter the smart alarm phase. If there has been recent REM activity then the case shown in Fig. 18 is true, the alarm will not go off, and 1 will be added to a shift register (this count we will call the in-rem count). If the case is false, and the 2 nd condition is satisfied (Fig. 19), and the in-rem count is greater than 1, then the alarm will go off. The in-rem count ensures that the smart alarm logic won t be initialized unless there was an actual REM cycle happening in the final hour. Fig. 20 shows the alarm, which goes off as the while-loop controlling the repetition of 10-second data cycles stops and the data is saved. The alarm can be used to play any.wav file, be it music, or your own recorded voice. Theory Rapid Eye Movement (REM) sleep is a universal behavior in humans, characterized by the visible movement of the eyes underneath closed eyelids. There are four stages of sleep (stages 2 5) that are characterized as non-rem (NREM) sleep. These stages are uniquely determined by frequencies of brain waves corresponding to each cycle. On average, stage 1 (REM) sleep happens four to five times a night at 90- minute intervals if a person sleeps for eight hours (Fig. 21). The brainwave patterns associated with REM sleep are very similar to the brainwaves of a waking person, and often when awakened during REM sleep, the person sleeping will report that they had been dreaming. If a person is woken up from stage 1 sleep, they will also sometimes report that they feel as though they haven t slept at all. It is hypothesized that people deprived of REM sleep learn more slowly and forget what they learned more rapidly, and that they will later catch up on their total REM sleep in a given week by having longer lasting intervals of REM sleep during the night. (Rathus, pp ). Experiment When our goggles, circuit, and program were all working together to form the REM Sleep Detector and Alarm Clock we took it for a test run. The first night we tried it we had trouble with the program s buffer, which was set at too low of a level, thus causing some I/O disturbance between the sound card and our program. Henry ended up staying up to reset the program every time it crashed, while I was asleep wearing the goggles. Though that particular setup was impractical and couldn t possibly include a functional alarm clock, we did manage to capture a screen shot of an REM sleep signal (Fig. 3). When compared to the extremely flat signals captured from the second night (Fig. 4), it is obvious that there was definitely eyeball activity during the night. The histograms in Fig. s 22 & 23 show how the activity was dispersed. The behavior was cyclic with an approximate spacing of about 90 minutes between each cycle. There are many instances where there seems to be some activity between the periods of increased activity where we see large fluctuations. These we probably would not characterize as REM sleep because they are so short lived. More likely they represent me shifting in the night or waking up briefly. Note in Fig. 23 how the interval of the activity cycles increases as the night goes on, and so does the average amplitude. On the Second trial

6 (Fig. 4) the program ran all night and woke me up during my last REM cycle. We did not mean for it to do that. The reason it behaved that way was because we set the post-rem wait-time to only 1 minute, when really it should have been more like 10 minutes. I showed a minute of non-activity and there was less than an hour left until I was supposed to wake up, so the computer played the recorded.wav file. Thus in the second night of testing we accidentally tested the opposite of claim 2 listed in the Introduction: we tested whether I would feel bad when woken up during my last cycle of REM sleep. Wake up bitch! my own voice exclaimed (with reverb for dramatic effect) as the program finished up and saved our data to a.txt file. I felt extremely refreshed, and was very happy to take the goggles off (the large spike on Fig. 23 is from when I woke up to adjust the goggles, which were digging into my face). Later in the day however I felt extremely sluggish, possibly because I hadn t had enough REM cycles the night before? Conclusions We were successful in building a working apparatus that can log data about a user s REM sleep, and wake them up based off the information it collects and certain input values given to it by the user. Both the analog and the programming component of this project required that we use a variety of skills and knowledge that we learned in Physics 111: Basic Semiconductor Circuits at UC Berkeley, and in the end we got to actually run a scientific experiment (one that needs to be revised and repeated) concerning the science of REM sleep in humans. I would call our results concerning claim 2 from the Introduction inconclusive, because the nature of this kind of study requires both a more rigorous control of the variables that can affect REM sleep (i.e. the comfort of the goggles, better defined control values within the program, etc.), as well as a large sample size of different people as test subjects. Something that they teach in every intro level psychology class is that in order to say anything about people in general, you need to employ statistical analysis with a proper sample size that represents the group that you are trying to study in a non-biased manner. In my experience on Friday morning, there is no way to tell whether I felt good because I had had good sleep, or that maybe I felt good because I was happy that our program and circuit worked all night, the alarm worked, and the precious data was saved. That just adds to the inconclusiveness. I think that with many trials however, Henry and I could figure out exactly the right calibration for the program to wake me up at various points in my late morning sleep cycles, and we could test my personal response to waking up at these times. Further developments could be made to make the REM Sleep Detector/Alarm Clock marketable to Sky Mall Catalogue: (1) Dumb down the user interface, and make calibration automated, (2) Incase everything in stainless steel, (3) Shorten the name to something like AutoREM2010, (4) Include some zany extra feature, like a honeybee mind controller and honey filter.

7 Acknowledgements I would like to thank my partner Henry for doing basically all of the LabVIEW programming and making sure I new what was happening from his end, and especially for letting me be the sleep subject while he stayed up late playing Mario Brothers. Thanks to Professor Holzapfel for making himself available to us both in office hours and in the extra hours that he kept lab open. Thanks to the G.S.I. s for helping us alllll semester long. Thanks to my dad for lending us his breadboard and for supporting the project! References hacker-technology.com ( Horowitz and Hill, The Art of Electronics, 2 nd ed., 1989, Cambridge University Press Rathus, Spencer A., Psychology in the New Millenium, 8 th ed., 2002, Thomson Learning Enc. Physics 111 BSC Lab Write Ups 4, 7, 8, 9, and 10.

8 Figures Fig. 1: Goggle Diagram Fig. 2: Circuit/Block Diagram (R1=1.2k, R2=1k, R3=10k, R4=R5=1.6M, C1=C2=0.1µF, V + = +9V, V - =-9V)

9 Fig. 3: Front Panel, REM Sleep Signal Fig. 4: Front Panel, NREM Sleep Signal

10 Fig. 3: Upper Left Hand Corner of Block Diagram Fig. 4 Upper Right Hand Corner of Block Diagram

11 Fig. 5: Lower Left Hand Corner of Block Diagram Fig. 6 Lower Right Hand Corner of Block Diagram

12 Fig. 7: Case 0 on the Block Diagram Fig. 8: Case 1 on the Block Diagram

13 Fig. 9: Case 2 on the Block Diagram Fig. 10: Soundcard Sub-VI s used to configure and read the soundcard Fig. 11: Build Data Array (for a user specified amount of time) Top Half.

14 Fig. 12: Build Data Array (for a user specified amount of time) Bottom Half. Fig. 13: Filtering and Displaying the Filtered Signal Fig. 14: V(REM) Counter

15 Fig. 15: REM Sleep identifier Fig. 16: Intermittent Save Feature Fig. 17: Alarm Clock Timing Functionality

16 Fig. 18: Boolean In REM and Final Hour? Logic Fig. 19: Boolean Not in REM and Final Hour? Logic Fig. 20: Alarm Logic

17 Fig. 21: Basic Sleep Cycle Pattern (Rathus, p. 125) Fig 22: Eye Activity from Morning Hours of Thursday Fig. 23: Eye Activity from Morning hours of Friday

18

Students will be able to determine what stage of sleep someone is in by analyzing their EEG.

Students will be able to determine what stage of sleep someone is in by analyzing their EEG. Outline 2Lesson Unit1.2 OVERVIEW Rationale: This lesson is intended to engage students with the concept of the neural circuit. The lesson and unit as a whole use sleep, a behavior everyone is familiar

More information

YOU REALLY NEED TO SLEEP: Several methods to improve your sleep

YOU REALLY NEED TO SLEEP: Several methods to improve your sleep YOU REALLY NEED TO SLEEP: Several methods to improve your sleep Sleep is essential to our well-being. When humans fail to get good sleep over a period of time, numerous problems can occur. CAN T SLEEP!!

More information

The Secrets To Ending Tiredness Copyright All rights reserved.

The Secrets To Ending Tiredness Copyright All rights reserved. The Secrets To Ending Tiredness Copyright 2011. All rights reserved. You have permission to reprint, redistribute, sell, or give away this material as long as it is delivered in its entirety and you do

More information

Refresh. The science of sleep for optimal performance and well being. Sleep and Exams: Strange Bedfellows

Refresh. The science of sleep for optimal performance and well being. Sleep and Exams: Strange Bedfellows Refresh The science of sleep for optimal performance and well being Unit 7: Sleep and Exams: Strange Bedfellows Can you remember a night when you were trying and trying to get to sleep because you had

More information

Living with Newton's Laws

Living with Newton's Laws Task #1 - Newton s 1 st Law - This is a pain in the neck Let's suppose you are in your car, waiting at a stop light. Like any good driver, you have your seat belt buckled. (It's the law.) Suddenly, a car

More information

5 COMMON SLEEP MISTAKES

5 COMMON SLEEP MISTAKES 5 COMMON SLEEP MISTAKES After years of helping clients with sleep problems, and overcoming my own sleep issue, I ve learned most of the mistakes people make when it comes to their sleep. I want to share

More information

Guide To HACKING YOUR SLEEP. Craig Ballantyne, CTT

Guide To HACKING YOUR SLEEP. Craig Ballantyne, CTT Guide To HACKING YOUR SLEEP Craig Ballantyne, CTT Introduction We all need sleep. Without it, serious health concerns begin to manifest themselves. Even just 24 continuous hours without sleep is often

More information

Design Folio Stay Tuned! Comparing the effects of long and short-term auditory stimulation for increasing the sensitivity of a person s hearing.

Design Folio Stay Tuned! Comparing the effects of long and short-term auditory stimulation for increasing the sensitivity of a person s hearing. Design Folio Stay Tuned! Comparing the effects of long and short-term auditory stimulation for increasing the sensitivity of a person s hearing. Page 1 of 12 Need or problem For my scientific research

More information

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0 CALIBRATION PROCEDURE E SERIES Version 2.0 Contents Introduction Document Scope... 2 Calibration Overview... 3 What Is Calibration?... 3 Why Calibrate?... 3 How Often Should You Calibrate?... 3 What Can

More information

Sleep Management in Parkinson s

Sleep Management in Parkinson s Sleep Management in Parkinson s Booklet 1 Introduction An introduction to Sleep Management in Parkinson s Sleep disturbances are commonly experienced by those with Parkinson s, and by the relatives and

More information

Chapter 1. Dysfunctional Behavioral Cycles

Chapter 1. Dysfunctional Behavioral Cycles Chapter 1. Dysfunctional Behavioral Cycles For most people, the things they do their behavior are predictable. We can pretty much guess what someone is going to do in a similar situation in the future

More information

SLEEP IMPROVING WRISTBAND. Item No Owner s Guide

SLEEP IMPROVING WRISTBAND. Item No Owner s Guide SLEEP IMPROVING WRISTBAND Item No. 205350 Owner s Guide Thank you for purchasing the Sharper Image Sleep Improving Wristband. Based on ancient Chinese acupuncture principles, this biofeedback device uses

More information

SENG 412: Ergonomics. Announcement. Readings required for exam. Types of exam questions. Visual sensory system

SENG 412: Ergonomics. Announcement. Readings required for exam. Types of exam questions. Visual sensory system 1 SENG 412: Ergonomics Lecture 11. Midterm revision Announcement Midterm will take place: on Monday, June 25 th, 1:00-2:15 pm in ECS 116 (not our usual classroom!) 2 Readings required for exam Lecture

More information

Lose Weight. without dieting.

Lose Weight. without dieting. Lose Weight without dieting www.bronwendeklerk.com The Secret to Losing Weight Today I want to share a little secret with you. If you re reading this you have probably become despondent with dieting. Maybe

More information

Your Best Options For Getting Any Baby To Sleep

Your Best Options For Getting Any Baby To Sleep Your Best Options For Getting Any Baby To Sleep by Chris Towland www.babysleepsolution.com This is a FREE short report and you can pass it along to anyone as long as you don t change the contents. Index

More information

Fall 2016 Health Behavior Diary Template

Fall 2016 Health Behavior Diary Template Fall 2016 Health Behavior Diary Template One Week Health Behavior Change Diary (Sunday to Saturday Week) Due Date: 11/1/2016 Week of: 10/23-10/29 Name: Maria Chappa Health Behavior(s): No cell phone use

More information

Quick guide to connectivity and the ReSound Smart 3D app

Quick guide to connectivity and the ReSound Smart 3D app Quick guide to connectivity and the ReSound Smart 3D app 2 Content Compatibility: Hearing aids and mobile devices...4 Get started with your iphone, ipad or ipod touch...6 Pair with your ReSound Smart Hearing

More information

Controlling Worries and Habits

Controlling Worries and Habits THINK GOOD FEEL GOOD Controlling Worries and Habits We often have obsessional thoughts that go round and round in our heads. Sometimes these thoughts keep happening and are about worrying things like germs,

More information

A Night of Frogging, by X. Bernal (revised 2006 MJR)

A Night of Frogging, by X. Bernal (revised 2006 MJR) 1 A Night of Frogging, by X. Bernal... 2000 (revised 2006 MJR) 1930 Meet froggers Discuss the previous night s tests, any problems with the chamber, computer, etc. Bring up any interesting developments

More information

Illusion of control is all about the relationship between the conscious and the sub-conscious mind.

Illusion of control is all about the relationship between the conscious and the sub-conscious mind. Illusion of control is the tendency for human beings to believe they can control or at least influence outcomes that they demonstrably have no influence over Illusion of control is all about the relationship

More information

Australian Centre for Education in Sleep (ACES)

Australian Centre for Education in Sleep (ACES) Australian Centre for Education in Sleep (ACES) High School workbook 1 Table of Contents for High School student workbook Topic Page 1. Introduction Dear Student 1 2. Top five reasons why you need to sleep

More information

Letter to the teachers

Letter to the teachers Letter to the teachers Hello my name is Sasha Jacombs I m 12 years old and I have had Type 1 Diabetes since I was four years old. Some of the people reading this may not know what that is, so I had better

More information

1) Relax & Sleep Well Hypnosis App

1) Relax & Sleep Well Hypnosis App 1) Relax & Sleep Well Hypnosis App Engage in 29 minutes of relaxing and sleep inducing hypnotherapy with best-selling self-help audio author, Glenn Harrold. Not only will this app help you create healthy

More information

Supplementary notes for lecture 8: Computational modeling of cognitive development

Supplementary notes for lecture 8: Computational modeling of cognitive development Supplementary notes for lecture 8: Computational modeling of cognitive development Slide 1 Why computational modeling is important for studying cognitive development. Let s think about how to study the

More information

Beyond Sleep Hygiene: Behavioral Approaches to Insomnia

Beyond Sleep Hygiene: Behavioral Approaches to Insomnia Beyond Sleep Hygiene: Behavioral Approaches to Insomnia Rocky Garrison, PhD, CBSM Damon Michael Williams, RN, PMHNP-BC In House Counseling Laughing Heart LLC 10201 SE Main St. 12 SE 14 th Ave. Suite 10

More information

Microphone Input LED Display T-shirt

Microphone Input LED Display T-shirt Microphone Input LED Display T-shirt Team 50 John Ryan Hamilton and Anthony Dust ECE 445 Project Proposal Spring 2017 TA: Yuchen He 1 Introduction 1.2 Objective According to the World Health Organization,

More information

THIM User Manual 1.0 GETTING STARTED 3 WHAT YOU LL FIND IN THE BOX 3

THIM User Manual 1.0 GETTING STARTED 3 WHAT YOU LL FIND IN THE BOX 3 User Manual THIM is not a medical device. The information contained in this document is not intended to be used as medical information or as a substitute for your own health professional s advice. As a

More information

A GUIDE TO BETTER SLEEP. Prepared by Dr Grant Willson Director, Sleep and Lifestyle Solutions

A GUIDE TO BETTER SLEEP. Prepared by Dr Grant Willson Director, Sleep and Lifestyle Solutions A GUIDE TO BETTER SLEEP Prepared by Dr Grant Willson Director, Sleep and Lifestyle Solutions A GUIDE TO BETTER SLEEP Good sleep is one of life s pleasures. Most people can think of a time when they slept

More information

Subliminal Programming

Subliminal Programming Subliminal Programming Directions for Use Common Questions Background Information Session Overview These sessions are a highly advanced blend of several mind development technologies. Your mind will be

More information

>Talko. Have your modular speak out the CV, the LPC, 8 bits, vintage way. Page 1

>Talko. Have your modular speak out the CV, the LPC, 8 bits, vintage way. Page 1 >Talko Have your modular speak out the CV, the LPC, 8 bits, vintage way. Page 1 Table of Contents 1Short description...3 2Technical details... 3 3Banks... 4 4Panel... 4 4.1Mode Switch...4 4.2Sound jack

More information

Connectivity guide for. BeMore app

Connectivity guide for. BeMore app Connectivity guide for BeMore app Compatible AGXR aids These AGXR aids work with the BeMore app. If you re in doubt, please ask your hearing care professional. Table of contents Introduction to AGXR hearing

More information

Agonistic Behavior in Betta splendens: Developing an Experimental Protocol by Dana Krempels and Adrienne DuBois

Agonistic Behavior in Betta splendens: Developing an Experimental Protocol by Dana Krempels and Adrienne DuBois Agonistic Behavior in Betta splendens: Developing an Experimental Protocol by Dana Krempels and Adrienne DuBois You and your teammates should now be familiar with the natural history and basic behaviors

More information

COMPUTER PLAY IN EDUCATIONAL THERAPY FOR CHILDREN WITH STUTTERING PROBLEM: HARDWARE SETUP AND INTERVENTION

COMPUTER PLAY IN EDUCATIONAL THERAPY FOR CHILDREN WITH STUTTERING PROBLEM: HARDWARE SETUP AND INTERVENTION 034 - Proceeding of the Global Summit on Education (GSE2013) COMPUTER PLAY IN EDUCATIONAL THERAPY FOR CHILDREN WITH STUTTERING PROBLEM: HARDWARE SETUP AND INTERVENTION ABSTRACT Nur Azah Hamzaid, Ammar

More information

Making Your Treatment Work Long-Term

Making Your Treatment Work Long-Term Making Your Treatment Work Long-Term How to keep your treatment working... and why you don t want it to fail Regardless of the particular drugs you re taking, your drugs will only work when you take them.

More information

Sleeping Problems A self help guide

Sleeping Problems A self help guide Sleeping Problems A self help guide I m very restless through the night, often waking and not able to get back to sleep. I wake up two or three hours before I need to get up, and just lie there trying

More information

A Sleeping Monitor for Snoring Detection

A Sleeping Monitor for Snoring Detection EECS 395/495 - mhealth McCormick School of Engineering A Sleeping Monitor for Snoring Detection By Hongwei Cheng, Qian Wang, Tae Hun Kim Abstract Several studies have shown that snoring is the first symptom

More information

3. Which word is an antonym

3. Which word is an antonym Name: Date: 1 Read the text and then answer the questions. Stephanie s best friend, Lindsey, was having a birthday in a few weeks. The problem was that Stephanie had no idea what to get her. She didn t

More information

An electrocardiogram (ECG) is a recording of the electricity of the heart. Analysis of ECG

An electrocardiogram (ECG) is a recording of the electricity of the heart. Analysis of ECG Introduction An electrocardiogram (ECG) is a recording of the electricity of the heart. Analysis of ECG data can give important information about the health of the heart and can help physicians to diagnose

More information

RELEASED. Clearing your active insulin

RELEASED. Clearing your active insulin To clear all your settings: 1. Make sure the pump is not connected to your body. 2. Go to the Manage Settings screen. Menu > Utilities > Manage Settings 3. Simultaneously press and hold and until the Manage

More information

Choosing Life: Empowerment, Action, Results! CLEAR Menu Sessions. Substance Use Risk 2: What Are My External Drug and Alcohol Triggers?

Choosing Life: Empowerment, Action, Results! CLEAR Menu Sessions. Substance Use Risk 2: What Are My External Drug and Alcohol Triggers? Choosing Life: Empowerment, Action, Results! CLEAR Menu Sessions Substance Use Risk 2: What Are My External Drug and Alcohol Triggers? This page intentionally left blank. What Are My External Drug and

More information

HEALTHY HEROES Teachers Guide Sleep

HEALTHY HEROES Teachers Guide Sleep HEALTHY HEROES Teachers Guide Sleep Index 1. Introduction to the SimplyHealthy@Schools program 2. The Healthy Heroes Sleep module 2.1 The Healthy Heroes program in your class 2.2 How to run the program

More information

Improving Your Sleep Course. Session 4 Dealing With a Racing Mind

Improving Your Sleep Course. Session 4 Dealing With a Racing Mind Improving Your Sleep Course Session 4 Dealing With a Racing Mind Session 4 Dealing With a Racing Mind This session will: Help you to learn ways of overcoming the mental alertness, repetitive thoughts and

More information

Platinum Series Sound Processor

Platinum Series Sound Processor Platinum Series Sound Processor We encourage you to review the processor components before proceeding. Choose from the item below that best describes your situation: I want to learn how to perform a task

More information

ACTIVITY - Are you a night owl or an early bird?

ACTIVITY - Are you a night owl or an early bird? ACTIVITY - Are you a night owl or an early bird? Our bodies have an internal clock, called the circadian rhythm, that tells us when it is the best time for us to sleep, wake up, eat, do exercise, learn

More information

Information on ADHD for Children, Question and Answer - long version

Information on ADHD for Children, Question and Answer - long version Information on ADHD for Children, Question and Answer - long version What is Attention Deficit Hyperactivity Disorder or ADHD? People with ADHD have brains that may function a little differently in some

More information

Getting the Design Right Daniel Luna, Mackenzie Miller, Saloni Parikh, Ben Tebbs

Getting the Design Right Daniel Luna, Mackenzie Miller, Saloni Parikh, Ben Tebbs Meet the Team Getting the Design Right Daniel Luna, Mackenzie Miller, Saloni Parikh, Ben Tebbs Mackenzie Miller: Project Manager Daniel Luna: Research Coordinator Saloni Parikh: User Interface Designer

More information

Connectivity guide for ReSound Smart 3D app

Connectivity guide for ReSound Smart 3D app Connectivity guide for ReSound Smart 3D app Table of contents Introduction to ReSound Smart Hearing Aids... 3 Mobile Devices that Work with ReSound Smart Hearing Aids... 3 Connectivity and ReSound Smart

More information

Focus Points 4/5/2017. Estimating 1 2 and p 1 p 2. Section 7.4. Independent Samples and Dependent Samples

Focus Points 4/5/2017. Estimating 1 2 and p 1 p 2. Section 7.4. Independent Samples and Dependent Samples Focus Points Section 7.4 Estimating 1 2 and p 1 p 2 Distinguish between independent and dependent samples. Compute confidence intervals for 1 2 when 1 and 2 are known. Compute confidence intervals for

More information

Dosimeter Setting Device

Dosimeter Setting Device Instruction Manual Dosimeter Setting Device For Electronic Personal Dosimeter Dose-i (Unit:Sv, Version:1.05 English) WTA529748 a 1 / 38 Foreword Thank you for purchasing the Dosimeter Setting Device; a

More information

Lightened Dream. Quick Start Guide Lightened Dream is a dream journal designed to wake you up in your dreams.

Lightened Dream. Quick Start Guide Lightened Dream is a dream journal designed to wake you up in your dreams. Lightened Dream Quick Start Guide Lightened Dream is a dream journal designed to wake you up in your dreams. Follow its directions and you will be bending the laws of reality while getting a good night

More information

Objectives. Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests

Objectives. Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests Objectives Quantifying the quality of hypothesis tests Type I and II errors Power of a test Cautions about significance tests Designing Experiments based on power Evaluating a testing procedure The testing

More information

Gricelda Olvera ELI 31 Final Portfolio Rosie Speck Fall 2013 I M FROM MEXICO AND MY NAME IS. Gricelda Olvera.

Gricelda Olvera ELI 31 Final Portfolio Rosie Speck Fall 2013 I M FROM MEXICO AND MY NAME IS. Gricelda Olvera. Gricelda Olvera ELI 31 Final Portfolio Rosie Speck Fall 2013 I M FROM MEXICO AND MY NAME IS Gricelda Olvera. Week 1. First week of class!!! The first few days in college I felt nervous. On the second day

More information

Coach Morse - Morse Code Practice Unit

Coach Morse - Morse Code Practice Unit Coach Morse - Morse Code Practice Unit AA1PJ The following describes the features and operation of Coach Morse, a Morse code practice unit. This device should help you learn and improve the speed at which

More information

Connectivity guide for ReSound Smart 3D app

Connectivity guide for ReSound Smart 3D app Connectivity guide for ReSound Smart 3D app Table of contents Introduction to ReSound Smart Hearing Aids... 3 Mobile Devices that Work with ReSound Smart Hearing Aids... 3 Connectivity and ReSound Smart

More information

This brief animation illustrates the EEG patterns of the different stages of sleep, including NREM and REM sleep.

This brief animation illustrates the EEG patterns of the different stages of sleep, including NREM and REM sleep. Brain wave frequency and amplitude This brief animation illustrates the EEG patterns of the different stages of sleep, including NREM and REM sleep. http://www.youtube.com/watch?v=u WYwMnMMEoU&feature=related

More information

Regulation of Human Heart Rate

Regulation of Human Heart Rate Name: Date: Period: Regulation of Human Heart Rate Pre-Lab 1. List some activities or stimuli that you think may increase a person s heart rate. An activity is something a person does, and a stimulus is

More information

Why do Psychologists Perform Research?

Why do Psychologists Perform Research? PSY 102 1 PSY 102 Understanding and Thinking Critically About Psychological Research Thinking critically about research means knowing the right questions to ask to assess the validity or accuracy of a

More information

Procrastination: The art of postponing

Procrastination: The art of postponing Procrastination: The art of postponing The Academic Support Centre Student Health 16 th October 2017 What is procrastination? Today: Why me? Mapping the problem. What can I do about it? Concrete strategies

More information

Subliminal Messages: How Do They Work?

Subliminal Messages: How Do They Work? Subliminal Messages: How Do They Work? You ve probably heard of subliminal messages. There are lots of urban myths about how companies and advertisers use these kinds of messages to persuade customers

More information

Flex:upgrade counsel guide 1.0

Flex:upgrade counsel guide 1.0 Flex:upgrade counsel guide 1.0 This guide is divided into the following sections for easy reference: 1For patients motivated to experience more 2 3 Clinical and business impacts of Flex:upgrade Helping

More information

Offseason Training: Nutritional Troubleshooting and FAQ Section

Offseason Training: Nutritional Troubleshooting and FAQ Section Offseason Training: Nutritional Troubleshooting and FAQ Section Before we get anything started with the trouble shooting aspect of this manual I m going to actually have to ask you a few questions first.

More information

The Invisible Driver of Chronic Pain

The Invisible Driver of Chronic Pain 1 The Invisible Driver of Chronic Pain This guide is for people who ve tried many different treatments for chronic pain - and are still in pain. www.lifeafterpain.com 2 How would you like to get to the

More information

OPIOIDS. Questions about opioids, and the Answers that may SURPRISE YOU. A booklet for people who may benefit from reducing or stopping their opioid

OPIOIDS. Questions about opioids, and the Answers that may SURPRISE YOU. A booklet for people who may benefit from reducing or stopping their opioid OPIOIDS Questions about opioids, and the Answers that may SURPRISE YOU A booklet for people who may benefit from reducing or stopping their opioid Generic Name morphine hydromorphone oxycodone tramadol

More information

OPIOIDS. Questions about opioids, and the Answers that may SURPRISE YOU. A booklet for people who may benefit from reducing or stopping their opioid

OPIOIDS. Questions about opioids, and the Answers that may SURPRISE YOU. A booklet for people who may benefit from reducing or stopping their opioid OPIOIDS Questions about opioids, and the Answers that may SURPRISE YOU A booklet for people who may benefit from reducing or stopping their opioid Generic Name morphine hydromorphone oxycodone tramadol

More information

Cecile Nunley Breast Cancer Survivor Story

Cecile Nunley Breast Cancer Survivor Story Cecile Nunley Breast Cancer Survivor Story Breast Cancer Survivor My Personal Story I was diagnosed with stage III breast cancer on April 27, 2012 in Sacramento, California. Writing that sentence is very

More information

Preparing for the Examinations Vinod Kothari

Preparing for the Examinations Vinod Kothari Preparing for the Examinations Vinod Kothari Are you writing exams in a few weeks from now? Then, I would sincerely suggest you can stop reading this article and go back to your studies. This article is

More information

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices By Zhang Feng, Senior Medical Applications Engineer Marten Smith, Medical Marketing Manager Medical Products Group Microchip

More information

ROADMAP FREEDOM FROM STUTTERING. Copyright 2017 Life Quality, Inc. All Rights Reserved

ROADMAP FREEDOM FROM STUTTERING. Copyright 2017 Life Quality, Inc. All Rights Reserved ROADMAP TO FREEDOM FROM STUTTERING Copyright 2017 Life Quality, Inc. All Rights Reserved Contents Why freedom from stuttering 3 What is it?.. 4 The path.. 5 Three massive mistakes on the way...6 Automated

More information

Neurobiology: The nerve cell. Principle and task To use a nerve function model to study the following aspects of a nerve cell:

Neurobiology: The nerve cell. Principle and task To use a nerve function model to study the following aspects of a nerve cell: Principle and task To use a nerve function model to study the following aspects of a nerve cell: INTRACELLULAR POTENTIAL AND ACTION POTENTIAL Comparison between low and high threshold levels Comparison

More information

MedRx HLS Plus. An Instructional Guide to operating the Hearing Loss Simulator and Master Hearing Aid. Hearing Loss Simulator

MedRx HLS Plus. An Instructional Guide to operating the Hearing Loss Simulator and Master Hearing Aid. Hearing Loss Simulator MedRx HLS Plus An Instructional Guide to operating the Hearing Loss Simulator and Master Hearing Aid Hearing Loss Simulator The Hearing Loss Simulator dynamically demonstrates the effect of the client

More information

Be Fit for Life Series. Key Number Five Increase Metabolism

Be Fit for Life Series. Key Number Five Increase Metabolism Key #5 Increase Metabolism Page 1 of 9 Be Fit for Life Series Key Number Five Increase Metabolism Sit or lie in a safe and comfortable position I want you to close your eyes keep them closed until I ask

More information

* Eventually you will reestablish a sleep pattern.

* Eventually you will reestablish a sleep pattern. Strategies to Start Sleeping Well Again Sleep is essential to our wellbeing. It is an opportunity for our bodies to repair themselves, both physically and psychologically. When we fail to get enough quality

More information

Intro to SPSS. Using SPSS through WebFAS

Intro to SPSS. Using SPSS through WebFAS Intro to SPSS Using SPSS through WebFAS http://www.yorku.ca/computing/students/labs/webfas/ Try it early (make sure it works from your computer) If you need help contact UIT Client Services Voice: 416-736-5800

More information

axbo research 3.X..the little sleep laboratory

axbo research 3.X..the little sleep laboratory axbo research 3.X..the little sleep laboratory With axbo research you can evaluate the movement data which is saved in your axbo and view it graphically to become better acquainted with your own sleeping

More information

Non-REM Lucid Dreaming. Joe Dane Pain Management Center University of Virginia Medical School

Non-REM Lucid Dreaming. Joe Dane Pain Management Center University of Virginia Medical School Non-REM Lucid Dreaming Joe Dane Pain Management Center University of Virginia Medical School As with Pierre and others, I m not going to try to present a lot of the details of our study, nor defend what

More information

Digital Noise-Cancellation Headphones Senior Project Proposal. Korey Adams EE Class of 2016

Digital Noise-Cancellation Headphones Senior Project Proposal. Korey Adams EE Class of 2016 Digital Noise-Cancellation Headphones Senior Project Proposal Korey Adams EE Class of 2016 1 Summary This proposal is for the design of a pair of digital noise-cancelling headphones. These headphones will

More information

How Hypnosis Feels. P a g e 1 6

How Hypnosis Feels. P a g e 1 6 How Hypnosis Feels Since everyone has experienced light levels of hypnosis at different times, don t be surprised if you don t feel hypnotized. All that is required to be hypnotized is a motivation to

More information

Sleep Better. Program Workbook

Sleep Better. Program Workbook Sleep Better Program Workbook Welcome! You are taking a big step in creating forward movement for your life! The Sleep Better program is designed to educate you and show you how to work toward improving

More information

Co-Diagnosis is changing dentistry

Co-Diagnosis is changing dentistry Annette Dusseau, DDS, MAGD, ABGD Co-Diagnosis is changing dentistry Have you ever wondered what your dentist is looking at? More and more dental patients no longer have to wonder. With the increasing use

More information

Quick guide to connectivity and the Interton Sound app

Quick guide to connectivity and the Interton Sound app Quick guide to connectivity and the Interton Sound app Content Compatibility: Hearing aids and mobile devices... 4 Get started with your iphone, ipad or ipod touch... 6 Pair with your Interton hearing

More information

Why Is Mommy Like She Is?

Why Is Mommy Like She Is? Why Is Mommy Like She Is? A Book For Kids About PTSD Deployment Edition Patience H. C. Mason Patience Press High Springs, Florida PP Patience Press 2010 by Patience Mason All rights reserved. No part of

More information

Arduino Breathalyzer: Calibrating the MQ-3 Alcohol Sensor

Arduino Breathalyzer: Calibrating the MQ-3 Alcohol Sensor Arduino Breathalyzer: Calibrating the MQ-3 Alcohol Sensor Difficulty Level = 3 [What s this?] The MQ-3 is an alcohol gas sensor that is available for about $5 from Sparkfun, Seeed Studio, and others. It

More information

Effects of Flashing Lights and Beeping Tones on Subjective Time Estimation

Effects of Flashing Lights and Beeping Tones on Subjective Time Estimation ME 224 EXPERIMENTAL ENGINEERING Effects of Flashing Lights and Beeping Tones on Subjective Time Estimation ME 224 Final Project Report Aamir Habib, Yoke Peng Leong, Yuchen Yang 12/3/2011 Contents Abstract...

More information

RESTore TM. Clinician Manual for Single User. Insomnia and Sleep Disorders. A step by step manual to help you guide your clients through the program

RESTore TM. Clinician Manual for Single User. Insomnia and Sleep Disorders. A step by step manual to help you guide your clients through the program RESTore TM Insomnia and Sleep Disorders Clinician Manual for Single User A step by step manual to help you guide your clients through the program Version 10 July, 2016 Table of Contents Introduction...

More information

Exemplar for Internal Achievement Standard Physical Education Level 1

Exemplar for Internal Achievement Standard Physical Education Level 1 Exemplar for internal assessment resource Physical Education for Achievement Standard 90968 Exemplar for Internal Achievement Standard Physical Education Level 1 This exemplar supports assessment against:

More information

Digital hearing aids are still

Digital hearing aids are still Testing Digital Hearing Instruments: The Basics Tips and advice for testing and fitting DSP hearing instruments Unfortunately, the conception that DSP instruments cannot be properly tested has been projected

More information

Introduction and literature review

Introduction and literature review Introduction and literature review Our group studied the phenomena of waking up in different situations. This study was done so as to reach to an alarm clock that awakes the user without causing any stress.

More information

Insomnia. F r e q u e n t l y A s k e d Q u e s t i o n s

Insomnia. F r e q u e n t l y A s k e d Q u e s t i o n s Insomnia Q: What is insomnia? A: Insomnia is a common sleep disorder. If you have insomnia, you may: Lie awake for a long time and have trouble falling asleep Wake up a lot and have trouble returning to

More information

Sleep Shepherd. BIue. User Manual

Sleep Shepherd. BIue. User Manual Sleep Shepherd BIue User Manual Congratulations! You ve taken the first step to getting a better night s sleep! We know you are anxious to start using your Sleep Shepherd Blue right away, but please take

More information

UNIT. Experiments and the Common Cold. Biology. Unit Description. Unit Requirements

UNIT. Experiments and the Common Cold. Biology. Unit Description. Unit Requirements UNIT Biology Experiments and the Common Cold Unit Description Content: This course is designed to familiarize the student with concepts in biology and biological research. Skills: Main Ideas and Supporting

More information

myphonak app User Guide

myphonak app User Guide myphonak app User Guide Getting started myphonak is an app developed by Sonova, the world leader in hearing solutions based in Zurich, Switzerland. Read the user instructions thoroughly in order to benefit

More information

Biological Psychology. Unit Two AG Mr. Cline Marshall High School Psychology

Biological Psychology. Unit Two AG Mr. Cline Marshall High School Psychology Biological Psychology Unit Two AG Mr. Cline Marshall High School Psychology Consciousness Consciousness is your awareness of how and why you react to your surroundings. During this lesson, you may realize

More information

Insomnia: Its Causes & Solutions

Insomnia: Its Causes & Solutions Insomnia: Its Causes & Solutions Many people may suffer from insomnia at some point in their lives, as it is a fairly common problem, especially as you age. Long term insomnia can have drastic effects

More information

Demo Mode. Once you have taken the time to navigate your RPM 2 app in "Demo mode" you should be ready to pair, connect, and try your inserts.

Demo Mode. Once you have taken the time to navigate your RPM 2 app in Demo mode you should be ready to pair, connect, and try your inserts. Demo Mode RPM 2 is supported with a "demonstration (Demo) mode" that easily allows you to navigate the app. Demo mode is intended for navigation purposes only. Data in Demo mode are simply random data

More information

VENTRICULAR DEFIBRILLATOR

VENTRICULAR DEFIBRILLATOR VENTRICULAR DEFIBRILLATOR Group No: B03 Ritesh Agarwal (06004037) ritesh_agarwal@iitb.ac.in Sanket Kabra (06007017) sanketkabra@iitb.ac.in Prateek Mittal (06007021) prateekm@iitb.ac.in Supervisor: Prof.

More information

MORNINGNESS-EVENINGNES05S QUESTIONNAIRE Self-Assessment Version (MEQ-SA) 1. Name: Date:

MORNINGNESS-EVENINGNES05S QUESTIONNAIRE Self-Assessment Version (MEQ-SA) 1. Name: Date: MORNINGNESS-EVENINGNES05S QUESTIONNAIRE Self-Assessment Version (MEQ-SA) 1 Name: Date: For each question, please select the answer that best describes you by circling the point value that best indicates

More information

The Science. This work was performed by Dr. Psyche Loui at Wesleyan University under NSF-STTR # Please direct inquiries to

The Science. This work was performed by Dr. Psyche Loui at Wesleyan University under NSF-STTR # Please direct inquiries to The Science This work was performed by Dr. Psyche Loui at Wesleyan University under NSF-STTR #1720698. Please direct inquiries to research@brain.fm Summary Brain.fm designs music to help you do things.

More information

Recording Transcript Wendy Down Shift #9 Practice Time August 2018

Recording Transcript Wendy Down Shift #9 Practice Time August 2018 Recording Transcript Wendy Down Shift #9 Practice Time August 2018 Hi there. This is Wendy Down and this recording is Shift #9 in our 6 month coaching program. [Excuse that I referred to this in the recording

More information

PLL. The system blocks and their input and output signals are as follows:

PLL. The system blocks and their input and output signals are as follows: PLL This is the most complicated of the three optional labs - but is definitely the coolest system and if you can get it working, you should be able to learn a lot. The top level block diagram of the PLL

More information