Michelle Del Rosario: Difference between revisions

From Psych 221 Image Systems Engineering
Jump to navigation Jump to search
imported>Esotu
No edit summary
imported>Esotu
mNo edit summary
Line 10: Line 10:


LED Flicker Demo of color mixing:
LED Flicker Demo of color mixing:
http://www.youtube.com/watch?v=RFTjmqOYFqM
http://www.youtube.com/watch?v=RFTjmqOYFqM


Line 21: Line 22:
== References ==
== References ==


LED Flicker background information:
====LED Flicker background information====
http://vistalab.stanford.edu/newlm/index.php/LedFlicker
http://vistalab.stanford.edu/newlm/index.php/LedFlicker
http://c3012152.cdn.cloudfiles.rackspacecloud.com/110119eye.pdf
http://c3012152.cdn.cloudfiles.rackspacecloud.com/110119eye.pdf
http://www.ncbi.nlm.nih.gov/pubmed/20375057
http://www.ncbi.nlm.nih.gov/pubmed/20375057


Electronic Construction resources:
====Electronic Construction resources====
https://sites.google.com/site/hackingthingscourse/home/hardware-resources/circuits
https://sites.google.com/site/hackingthingscourse/home/hardware-resources/circuits
http://protolab.pbworks.com/w/page/19403649/TutorialButtonsAndLeds
http://protolab.pbworks.com/w/page/19403649/TutorialButtonsAndLeds
http://www.arduino.cc/playground/Code/LED
http://www.arduino.cc/playground/Code/LED
http://www.arduino.cc/en/Tutorial/VirtualColorMixer
http://www.arduino.cc/en/Tutorial/VirtualColorMixer
http://www.arduino.cc/en/Tutorial/Dimmer
http://www.arduino.cc/en/Tutorial/Dimmer


Color Mixing Diffusion:
====Color Mixing Diffusion inspiration====
http://www.luminitco.com/
 
http://tobe.nimio.info/diy/pyramid/led/lamp
http://tobe.nimio.info/diy/pyramid/led/lamp
http://danjuliodesigns.com/sculptures/sculptures.html
http://danjuliodesigns.com/sculptures/sculptures.html
http://www.instructables.com/id/Hot-Glue-LED-Diffusion/
http://www.instructables.com/id/Hot-Glue-LED-Diffusion/
http://www.instructables.com/id/Make-a-$200-%22tactical%22-flashlight-for-about-$15/
http://www.instructables.com/id/Make-a-$200-%22tactical%22-flashlight-for-about-$15/


====Arduino Setup====
http://www.arduino.cc/en/Guide/Windows


Arduino Setup:
http://www.arduino.cc/en/Guide/Windows
http://www.ftdichip.com/Drivers/VCP.htm
http://www.ftdichip.com/Drivers/VCP.htm




== Appendix I ==
== Appendix I ==
====Source Code====
svn co https://white.stanford.edu/repos/vistadisp/trunk/ledFlicker/


Upload source code, some result images, etc, and give a description of each link. In some cases, your acquired data may be too large to store practically. In this case, use your judgement (or consult one of us) and only link the most relevant data. Be sure to describe the purpose of your code and to edit the code for clarity. The purpose of placing the code online is to allow others to verify your methods and to learn from your ideas. It should be possible for someone else to generate result images using your code.
Upload source code, some result images, etc, and give a description of each link. In some cases, your acquired data may be too large to store practically. In this case, use your judgement (or consult one of us) and only link the most relevant data. Be sure to describe the purpose of your code and to edit the code for clarity. The purpose of placing the code online is to allow others to verify your methods and to learn from your ideas. It should be possible for someone else to generate result images using your code.

Revision as of 17:14, 9 June 2011

Introduction

Motivate the problem. More details are required for custom projects.

Methods

Describe your algorithm or approach. Detail any issues or problems that were particularly important. Emphasize the parts of the project that you wrote (instead of ISET or downloaded code). Describe the analysis in enough detail so that someone could understand and repeat your analysis. What data and software did you use? What were the ideas of the algorithm and data analysis?

Results

LED Flicker Demo of color mixing:

http://www.youtube.com/watch?v=RFTjmqOYFqM


Organize your results in a good logical order (not necessarily historical order). Include relevant graphs and/or images. Make sure graph axes are labeled. Make sure you draw the reader's attention to the key element of the figure. The key aspect should be the most visible element of the figure or graph. Help the reader by writing a clear figure caption.

Conclusions

Describe what you learned. What worked? What didn't? Why? What would you do if you kept working on the project?

References

LED Flicker background information

http://vistalab.stanford.edu/newlm/index.php/LedFlicker

http://c3012152.cdn.cloudfiles.rackspacecloud.com/110119eye.pdf

http://www.ncbi.nlm.nih.gov/pubmed/20375057

Electronic Construction resources

https://sites.google.com/site/hackingthingscourse/home/hardware-resources/circuits

http://protolab.pbworks.com/w/page/19403649/TutorialButtonsAndLeds

http://www.arduino.cc/playground/Code/LED

http://www.arduino.cc/en/Tutorial/VirtualColorMixer

http://www.arduino.cc/en/Tutorial/Dimmer

Color Mixing Diffusion inspiration

http://www.luminitco.com/

http://tobe.nimio.info/diy/pyramid/led/lamp

http://danjuliodesigns.com/sculptures/sculptures.html

http://www.instructables.com/id/Hot-Glue-LED-Diffusion/

http://www.instructables.com/id/Make-a-$200-%22tactical%22-flashlight-for-about-$15/

Arduino Setup

http://www.arduino.cc/en/Guide/Windows

http://www.ftdichip.com/Drivers/VCP.htm


Appendix I

Source Code

svn co https://white.stanford.edu/repos/vistadisp/trunk/ledFlicker/

Upload source code, some result images, etc, and give a description of each link. In some cases, your acquired data may be too large to store practically. In this case, use your judgement (or consult one of us) and only link the most relevant data. Be sure to describe the purpose of your code and to edit the code for clarity. The purpose of placing the code online is to allow others to verify your methods and to learn from your ideas. It should be possible for someone else to generate result images using your code.