SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 161
Design and Construction of Musical Lighting Water Fountain
Kyi Phyu Soe, Win Zaw Hein
Department of Electronics Engineering, Mandalay Technological University, Mandalay, Myanmar
How to cite this paper: Kyi Phyu Soe |
Win Zaw Hein "Design and Construction
of Musical Lighting Water Fountain"
Published in
International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019, pp.161-165,
https://doi.org/10.31142/ijtsrd25254
Copyright © 2019 by author(s) and
International Journalof Trendin Scientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
This paper presents the design and construction of a musical water fountain
system driven by Arduino using Fourier Transform technology. Audio signals
were taken from sources such as MP3 player, smart phone, laptop, etc and
these signals were first amplified using LM386 IC and then transferred intoan
analog input of Arduino for FFT processing. To give out signals for DC pump
motors, digital output pins was used. With various frequencyband, turningon
and off the DC motors and LED systems was created the lighting and water
spray effects which should go well along with showed music. The response of
this foundation is analysed for different audio frequency range and pump
motor control was emphasised and, fountain model is designed for domestic
usages.
KEYWORDS: Musical water fountain, Fast Fourier Transform, Audio frequency,
Pump, Signal Amplifier, Arduino
I. INTRODUCTION
Nowadays, fountains that just make patterns with water jets have developed
into multimedia shows with music, light, and other effects. They are used in
parks, buildings and officesforentertainmentand attraction. Amusicalfountain
is especially achieved by synchronizing light and water jets to the frequency of
music to produce a harmonic spectacle.
Moreover, dancing fountains have been implemented using
FFT (Fast Fourier Transform) and FHT (Fast Hartley
Transform), to turn on valves of jets corresponding to
different frequency range in music. Each different rangewill
correspond to a different valve or jet which comprises a
musical water fountain operating to the beats and rhythms
of the songs.
This paper presents a system design which canplayanysong
without the need of the prior arrangements. The control
system for MFS samples audio frequencies through FFT
algorithm [1, 4]. This algorithm is set up on an Arduino,
which receives audio signals in the time domain and
transforms them into the frequency domain via FFT
algorithm. The signals in the frequency domain will be
standardized and used to control pumps, and LEDs, creating
simultaneous lighting and water spray effects as well.
II. Musical Water Fountain
As the input of the system, audio signal is achieved from
devices such as smart phone, MP3 player or Laptop etc.
Then, this signal is amplified into 12V range speaker for
listening song. For ADC (Analog to Digital Converter) pin of
Arduino, 12V rangesignalshould bereduced.Voltagedivider
circuit is apply for voltage matching. Arduino will perform
FFT algorithm and it will control pumps and LEDs of the
fountain. The overall block diagram of the system is
described in Figure1.
Figure1. The Block Diagram of the System
III. Design Consideration
This system can be divided into fourpartsand theyareaudio
signal amplification, FFT application, hardware control for
fountain, software control for fountain and overall circuit
diagram.
A. Audio Signal Amplification
For amplifying smart phone audio signal to 12V speaker
range, LM286 audio amplifier is used. Its gain is internally
set to 20 to keep external part count low, but the addition of
an external resistor and capacitor between pins1 and8 will
increase the gain to any value from 20 to 200. [6] The inputs
are ground referenced while the outputautomaticallybiases
to one-half the supply voltage. In this system 12V supply
range makes 6V DC bias level. Decoupling capacitor of 250
uF makes 0V to 12V signal to +6V to -6V ac swing wave for
sound signal.
12V output is too larger and voltage divider is needed. One
third of maximum output voltage is feed to analog input of
IJTSRD25254
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 162
Arduino as shown in Figure2. 1kΩ and 2kΩ resistors will
reduce LM386 amplifier output to 4V maximum so that this
signal cannot damage Arduino because the acceptablerange
of Arduino analog channel is 0V to 5V range.
Figure2. LM386 Audio Amplifier Circuit
B. FFT application
Fast Fourier transform (FFT) is an algorithm that computes
the discrete Fourier transform (DFT) of a sequence, or its
inverse (IDFT). Fourier analysis converts a signal from its
original domain (often time or space) to a representation in
the frequency domain and vice versa.
The DFT is obtained by decomposing a sequence of values
into components of different frequencies. Fast Fourier
transforms are widely used for applications in engineering,
science, and mathematics. The basic ideas were popularized
in 1965, but some algorithms had been derived as early as
1805. In 1994, Gilbert Strang described the FFT as "themost
important numerical algorithm of our lifetime” [7].
An FFT computes the DFT and produces exactly the
same result as evaluating the DFT definition directly; the
most important difference is that an FFT is much faster [7].
Let x(0), x(N−1) be complex numbers. The DFT is
defined by the formula.
Where k = 0, 1, 2, ..., N-1
Evaluating this definition directly requires O(N2)
operations: there are N outputs Xk, and each output
requires a sum of N terms. An FFT is any method to compute
the same results in O (N log N) operations. All known FFT
algorithms require Θ (N log N) operations, although there is
no known proof that a lower complexity score is impossible.
To illustrate the savings of an FFT, consider the count of
complex multiplications and additions. Evaluating the
DFT's sums directly involves N2 complex multiplications
and N(N−1) complex additions, of which O(N) operations
can be saved by eliminating trivial operations such as
multiplications by 1. The radix-2 Cooley–Tukey
algorithm, for N a power of 2, can compute the same
result with only (N/2)log2(N) complex
multiplications (again, ignoring simplifications of
multiplications by 1 and similar) and N log2 (N) complex
additions.
FFT can be expressed asthefollowingprocedureasshown in
Figure3.
Figure3. The Block Diagram of the System
To read ADC speedily, default analog reading should not be
applied. Default Prescaler setting is 128.
(2)
For 13 Multiplexer in ADC, onechannelof ADCreadingspeed
will be
ADC speed per one channel = ADC clock frequency /13
= 9.6 kHz
(3)
z
(4)
After changing Prescaler into 32 for equation 2, 3 and 4,ADC
clock becomes 500 kHz, and ADC speed per one channel
becomes 38.4 kHz. New sampling time becomes 26
microseconds, which is quite fast for minimum audio signal
sampling rate 38 kHz.
Another preparation for ADC and putting even bins to FFT
algorithm are implemented in Arduino IDE. Arduino ADC
longs for 10 bits. ADC value can be get by combining8 bitleft
shit of upper 2 bits ADC upper register and 8 bits of ADC
lower register. Incoming signal range is DC value or zero to
five voltage range. For converting signed value (plus and
minus value), these values are needed to be subtracted by
512 which is one half of 1024 (10 bit resolution). For log
value calculation, above signed value is convertedinto16 bit
signed value. Above setting can be expressed as follows in
Arduino IDE.
byte m = ADCL; // contain lower 8 bit;
byte j = ADCH; // contain upper 2 bit
int k = (j << 8) | m; // form into an int
k -= 0x0200; // form into a signed int
k <<= 6; // form into a 16b signed int
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 163
For combining sine waves, Hann windowing is applied as
FFT windowing. Windowing reduces the amplitude of the
discontinuities at the boundaries of each finite sequence
acquired by the digitizer. Windowing consistsof multiplying
the time record by a finite-length window with an amplitude
that varies smoothly and gradually toward zero attheedges.
This makes the endpoints of the waveform meet and,
therefore, results in a continuous waveform without sharp
transitions. This technique is also referred to as applying a
window.
Figure4. Various size of Hann windowing
For this research work, 512 sample size is applied and 256
Hann windowing is applied.
In the context of fast Fourier transform algorithms, a
butterfly is a portion of the computation that combines the
results of smaller discrete Fourier transforms (DFTs) into a
larger DFT, or vice versa (breaking a larger DFT up into sub
transforms) Figure5 and Table 1 show 16 order of butterfly
bit reversal pattern.
Figure5. Sample of 16 bit butterfly bit reversal pattern
Table 1. 16 reorder of butterfly pattern
12 1100 3 0011
14 1110 7 0111
13 1101 11 1011
8 1000 1 0111
10 1010 5 0101
4 0100 2 0010
To perform Sine and Cosine calculation, Arduino like low
cost microcontroller will make delay problem. Lookup table
for 2(pi)k/N value is needed for faster response. Figure6
shows pre-calculated 16 parts of Sineand Cosinecalculation.
These lookup tables are cascaded in library of FFT program.
Figure6. Lookup table calculation for Sin and Cosine values
within 32767 to -32767 16 bit signed values
For the output of FFT algorithm, output value should be
reduced as one register side where Arduino Mega2560 is 8-
bit size register or 255 value maximum. Entire conversion
can be expressed as Figure7.
Figure7. 20 log conversion for 0 to 32768 output to 255
values
C. Hardware Control for Fountain
Each different range of frequencies will correspond to a
different pump which comprises a musical water fountain.8
car wind screen washer pumps (in Figure8) are controlled
via Arduino Mega2560.
Figure8. 12V 35W car windscreen washer pump
Eight pumps are applied for this system, each pump can
draw up to 3A maximum. But FFT drive the output in the
form of pulse. The current draw of each motor is reduced to
1A. For 8 pumps, 8A current draw is considered and 10A
maximum current draw is expected because Arduino and
LED will not draw more than 2A maximum.
Figure9. 240W 12V supply
In Figure9, 240W 12V supply is expressed for enough
current draw of whole system.
D. Software Control for Fountain
For overall fountain control, ADC reading is performed
firstly. Then other stages of FFT such as FFT windowing,
butterfly bit reversalandlogarithmicfunctionareperformed
accordingly. The threshold value is defined as 90. The
logarithmic outputs which are exceeded 90 will activate
appropriate pumps and LEDs. These chart is expressed in
Figure10.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 164
Figure10. The Program Flowchart of Musical Fountain
E. Overall Circuit Diagram
For each motor IRFZ44N N-channel MOSFET is applied
because it can operate up to 49 A and 55V maximum. Digital
pins 2 to 17 of Arduino Mega2560 are used for LEDs and
2,4,6,8,10,12,14 and 16 pins are connected to pump drivers.
Analog pin A0 is applied for Analog input. Figure11
represents overall circuit diagram of the system.
Figure11. The Block Diagram of the System
IV. Simulation and Experimental Results
Before construction, the sample program is tested using
Proteus Simulation Software. Figure12 showsimulationtest
of the system. Firstly sample audio wave file is feed to the
LM386 based audio amplifier circuit and the output signal
can be listened via laptop (PC) speaker. The output wave
from digital pin 5 and 9 of Arduino Mega is watched using
oscilloscope. Moreover,theinputand outputofLM386 based
circuit is watched there.
Figure(13) shows audio input in magenta colour and its
magnitude is about +0.01 to -0.01 V peak to peak. That ac
signal is changed to DC offset 2.3V as shown in yellowcolour
using LM286 and voltage divider for DC input of Arduino.
Blue colour represents nearly equal to 3000 Hz frequency
range and green colour represents 5000 Hz. Due to
threshold level comparison, significant sound signal is
detected and classified frequency range as shown on that
figure.
Figure12. Simulation Test using Proteus Software
Figure13. Audio input, output and signal output for pump
Figure14. shows FFT outputs for 3.1 kHz and 7.1k kHz sine
wave inputs from smart phone sound generator. The first
harmonic of these signal closed to zero and it can be
neglected as noise level. These noise wide as 300 Hz and it
means that frequencies lower than 300 Hz cannot be
specified by this system. Actually 300 Hz is generally noise
level for audio signal.
But, the second harmonic goes up to 150 magnitude values
and show nearly at 3 kHz and 7 kHz frequencies range. The
third harmonic goes up to 80 magnitudes.So,threshold level
around 90 magnitude can distinguish clearly for second
harmonics.
Figure14. FFT output for 3.1kHz and 7.1kHz Audio Sine
Waves
Although audio signal varies 20 Hz to 20 kHz, signal over 10
kHz cannot be generated because it cannot be generated by
smart phone speaker. 10 kHz is even too sharp to hear.
Figure15 shows various outputs for 100 Hz to 9100 Hz
sound signal. All outputs pass over 90 magnitude level.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 165
Figure15. FFT output for 100 Hz to 9100 Hz
(a)
(b)
Figure16 (a) Experimental Measurement and (b) Analog
Input Waveform and Output Waveform of Arduino
Figure16(a) and (b) shows the measured waveform of
Arduino analog input and pulse output for motor driver.
Figure17. Experimental Test for Musical Water Fountain
After testing various frequency ranges, experimental test is
performed as shown in Figure17. Random audio files are
played using smart phone and it is amplified and played
using speaker. The output of FFT caneasilybe watchedLEDs
outputs and water level of pump.
V. Conclusions and Discussion
In this paper, a method of controlling a Musical Fountain
System is proposed. Moreover hardware system based on
Arduino Mega2560 is designed, and then implemented FFT
algorithms using Arduino IDE (Integrated Development
Environment).
Basic operation of FFT and programmatic point of view are
discussed and the output is discussed for various frequency
input ranges. Threshold level deification was pointed out by
clarifying harmonic according to the output waveforms.
The output of FFT is displayed as 16 LEDs and 8 pump
motors. Therefore, pump motors have less resolution than
LEDs. The larger amount of motors will make this system
display smarter.
So, the research results of the paper can be used todesign an
automatic MFS using low cost microcontroller for fast and
reliable outputs.
Acknowledgment
The author would like to thank all the teachers from the
Department of Electronics Engineering, Mandalay
Technological University (M.T.U). And she also would like to
thank supervisor Dr. Win Zaw Hein, her family and her
friends who have helped her during this research. And also,
thank for Dr. Tin Tin Hla, Head of the department.
References
[1] Alexey Lukin; Jeremy Todd.Adaptive Time-Frequency
Resolution for Analysis and Processing of Audio.
Journal of the Audio Engineering Society, Presented at
the 120th Convention, 2006 May 20–23, PP:1-2
[2] B. A. Shenoi. Introduction to digital signal processing
and filter design; John wiley & sons, inc.,2006;PP:154-
161
[3] Julius O. Smith. Audio fft filter banks; Conference on
Digital Audio Effects (DAFx-09), Como, Italy,
September 1-4, 2009; PP: 1-7
[4] Wei Chu; Benoît Champagne. Further Studies of a FFT-
Based Auditory Spectrum with Application in Audio
Classification. ICSP2008 Proceedings, PP: 2729-2733.
[5] Oppenheim, A.V., and R. W. Schafer, Discrete-Time
Signal Processing, Prentice-Hall, 1989, PP: 447-448.
[6] Texas Instruments, “LM386 Low Voltage Audio Power
Amplifier”, SNAS545C – MAY2004 – REVISEDMAY
2017
[7] T. Sudheer Kumar, "FFT based Closed Loop Linear
System Response with & without Delay Elements",
ISSN (PRINT): 2393-8374, (ONLINE): 2394-0697,
VOLUME-5, ISSUE-1, 2018

More Related Content

What's hot

IoT based Flood detection system
IoT based Flood detection systemIoT based Flood detection system
IoT based Flood detection systemROHIT89352
 
Smart Homes: becoming a reality
Smart Homes: becoming a realitySmart Homes: becoming a reality
Smart Homes: becoming a realityJeffrey Funk
 
Linux on RISC-V with Open Hardware (ELC-E 2020)
Linux on RISC-V with Open Hardware (ELC-E 2020)Linux on RISC-V with Open Hardware (ELC-E 2020)
Linux on RISC-V with Open Hardware (ELC-E 2020)Drew Fustini
 
Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.sayed78
 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET Journal
 
LCE-UNIT 2 PPT.pdf
LCE-UNIT 2 PPT.pdfLCE-UNIT 2 PPT.pdf
LCE-UNIT 2 PPT.pdfHODECE21
 
6 Applications of IoT for Building Automation Solutions
6 Applications of IoT for Building Automation Solutions6 Applications of IoT for Building Automation Solutions
6 Applications of IoT for Building Automation SolutionsHappiest Minds Technologies
 
Brain Controlled Car for Physically Challenged using Artificial Intelligence
Brain Controlled Car for Physically Challenged using Artificial IntelligenceBrain Controlled Car for Physically Challenged using Artificial Intelligence
Brain Controlled Car for Physically Challenged using Artificial IntelligenceRamya Mk
 
Industrial Control Systems - PID Controllers
Industrial Control Systems - PID ControllersIndustrial Control Systems - PID Controllers
Industrial Control Systems - PID ControllersBehzad Samadi
 
SFG and Mason's Gain Formula
SFG and Mason's Gain FormulaSFG and Mason's Gain Formula
SFG and Mason's Gain Formulapriyankabirlaa
 
RFID and its application
RFID and its applicationRFID and its application
RFID and its applicationpangszeming
 
An IOT based Smart Traffic Management System
An IOT based Smart Traffic Management SystemAn IOT based Smart Traffic Management System
An IOT based Smart Traffic Management SystemAI Publications
 
Intel core-i3-processors
Intel core-i3-processorsIntel core-i3-processors
Intel core-i3-processorshmnasim15
 
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller richa1910n
 
Edge Computing Presentation.pptx
Edge Computing Presentation.pptxEdge Computing Presentation.pptx
Edge Computing Presentation.pptxnobita601530
 

What's hot (20)

IoT based Flood detection system
IoT based Flood detection systemIoT based Flood detection system
IoT based Flood detection system
 
Smart Homes: becoming a reality
Smart Homes: becoming a realitySmart Homes: becoming a reality
Smart Homes: becoming a reality
 
Smart Buildings & IoT
Smart Buildings & IoTSmart Buildings & IoT
Smart Buildings & IoT
 
Linux on RISC-V with Open Hardware (ELC-E 2020)
Linux on RISC-V with Open Hardware (ELC-E 2020)Linux on RISC-V with Open Hardware (ELC-E 2020)
Linux on RISC-V with Open Hardware (ELC-E 2020)
 
Raspberry Pi
Raspberry Pi Raspberry Pi
Raspberry Pi
 
Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.
 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
 
Brain gate
Brain gateBrain gate
Brain gate
 
LCE-UNIT 2 PPT.pdf
LCE-UNIT 2 PPT.pdfLCE-UNIT 2 PPT.pdf
LCE-UNIT 2 PPT.pdf
 
IoT Home Automation System
IoT Home Automation SystemIoT Home Automation System
IoT Home Automation System
 
6 Applications of IoT for Building Automation Solutions
6 Applications of IoT for Building Automation Solutions6 Applications of IoT for Building Automation Solutions
6 Applications of IoT for Building Automation Solutions
 
Brain Controlled Car for Physically Challenged using Artificial Intelligence
Brain Controlled Car for Physically Challenged using Artificial IntelligenceBrain Controlled Car for Physically Challenged using Artificial Intelligence
Brain Controlled Car for Physically Challenged using Artificial Intelligence
 
Industrial Control Systems - PID Controllers
Industrial Control Systems - PID ControllersIndustrial Control Systems - PID Controllers
Industrial Control Systems - PID Controllers
 
SFG and Mason's Gain Formula
SFG and Mason's Gain FormulaSFG and Mason's Gain Formula
SFG and Mason's Gain Formula
 
RFID and its application
RFID and its applicationRFID and its application
RFID and its application
 
An IOT based Smart Traffic Management System
An IOT based Smart Traffic Management SystemAn IOT based Smart Traffic Management System
An IOT based Smart Traffic Management System
 
Roll top
Roll topRoll top
Roll top
 
Intel core-i3-processors
Intel core-i3-processorsIntel core-i3-processors
Intel core-i3-processors
 
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller
 
Edge Computing Presentation.pptx
Edge Computing Presentation.pptxEdge Computing Presentation.pptx
Edge Computing Presentation.pptx
 

Similar to Design and Construction of Musical Lighting Water Fountain

Advanced lock in amplifier for detection of phase transitions in liquid crystals
Advanced lock in amplifier for detection of phase transitions in liquid crystalsAdvanced lock in amplifier for detection of phase transitions in liquid crystals
Advanced lock in amplifier for detection of phase transitions in liquid crystalsIAEME Publication
 
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...journalBEEI
 
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...IJERA Editor
 
IRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
IRJET - Design and Implementation of FFT using Compressor with XOR Gate TopologyIRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
IRJET - Design and Implementation of FFT using Compressor with XOR Gate TopologyIRJET Journal
 
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...ijsrd.com
 
Noise and Bandwidth Consideration in Designing Op-Amp Based Transimpedance Am...
Noise and Bandwidth Consideration in Designing Op-Amp Based Transimpedance Am...Noise and Bandwidth Consideration in Designing Op-Amp Based Transimpedance Am...
Noise and Bandwidth Consideration in Designing Op-Amp Based Transimpedance Am...journalBEEI
 
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS FilterPerformance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filteridescitation
 
[Best]Chromatic Tuner Project Final Report
[Best]Chromatic Tuner Project Final Report[Best]Chromatic Tuner Project Final Report
[Best]Chromatic Tuner Project Final ReportNicholas Ambrosio
 
DESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCO
DESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCODESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCO
DESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCOVLSICS Design
 
AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...
AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...
AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...VLSICS Design
 
IRJET- Review of Orthogonal Frequency Division Multiplexing for Wireless ...
IRJET-  	  Review of Orthogonal Frequency Division Multiplexing for Wireless ...IRJET-  	  Review of Orthogonal Frequency Division Multiplexing for Wireless ...
IRJET- Review of Orthogonal Frequency Division Multiplexing for Wireless ...IRJET Journal
 
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band RadarIRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band RadarIRJET Journal
 
Design of Scalable FFT architecture for Advanced Wireless Communication Stand...
Design of Scalable FFT architecture for Advanced Wireless Communication Stand...Design of Scalable FFT architecture for Advanced Wireless Communication Stand...
Design of Scalable FFT architecture for Advanced Wireless Communication Stand...IOSRJECE
 
A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...journal ijme
 
Adc lab
Adc labAdc lab
Adc labxyxz
 
Audio amplification System
Audio amplification SystemAudio amplification System
Audio amplification SystemShivam Sharma
 
Dc3210881096
Dc3210881096Dc3210881096
Dc3210881096IJMER
 

Similar to Design and Construction of Musical Lighting Water Fountain (20)

Advanced lock in amplifier for detection of phase transitions in liquid crystals
Advanced lock in amplifier for detection of phase transitions in liquid crystalsAdvanced lock in amplifier for detection of phase transitions in liquid crystals
Advanced lock in amplifier for detection of phase transitions in liquid crystals
 
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
 
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
 
IRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
IRJET - Design and Implementation of FFT using Compressor with XOR Gate TopologyIRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
IRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
 
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
Analysis of different FIR Filter Design Method in terms of Resource Utilizati...
 
Noise and Bandwidth Consideration in Designing Op-Amp Based Transimpedance Am...
Noise and Bandwidth Consideration in Designing Op-Amp Based Transimpedance Am...Noise and Bandwidth Consideration in Designing Op-Amp Based Transimpedance Am...
Noise and Bandwidth Consideration in Designing Op-Amp Based Transimpedance Am...
 
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS FilterPerformance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
 
Ad4103173176
Ad4103173176Ad4103173176
Ad4103173176
 
[Best]Chromatic Tuner Project Final Report
[Best]Chromatic Tuner Project Final Report[Best]Chromatic Tuner Project Final Report
[Best]Chromatic Tuner Project Final Report
 
DESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCO
DESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCODESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCO
DESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCO
 
AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...
AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...
AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...
 
IRJET- Review of Orthogonal Frequency Division Multiplexing for Wireless ...
IRJET-  	  Review of Orthogonal Frequency Division Multiplexing for Wireless ...IRJET-  	  Review of Orthogonal Frequency Division Multiplexing for Wireless ...
IRJET- Review of Orthogonal Frequency Division Multiplexing for Wireless ...
 
20120140504017
2012014050401720120140504017
20120140504017
 
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band RadarIRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
 
Design of Scalable FFT architecture for Advanced Wireless Communication Stand...
Design of Scalable FFT architecture for Advanced Wireless Communication Stand...Design of Scalable FFT architecture for Advanced Wireless Communication Stand...
Design of Scalable FFT architecture for Advanced Wireless Communication Stand...
 
A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...A Novel Architecture for Different DSP Applications Using Field Programmable ...
A Novel Architecture for Different DSP Applications Using Field Programmable ...
 
Adc lab
Adc labAdc lab
Adc lab
 
Iaem
IaemIaem
Iaem
 
Audio amplification System
Audio amplification SystemAudio amplification System
Audio amplification System
 
Dc3210881096
Dc3210881096Dc3210881096
Dc3210881096
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Recently uploaded (20)

How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

Design and Construction of Musical Lighting Water Fountain

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 161 Design and Construction of Musical Lighting Water Fountain Kyi Phyu Soe, Win Zaw Hein Department of Electronics Engineering, Mandalay Technological University, Mandalay, Myanmar How to cite this paper: Kyi Phyu Soe | Win Zaw Hein "Design and Construction of Musical Lighting Water Fountain" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019, pp.161-165, https://doi.org/10.31142/ijtsrd25254 Copyright © 2019 by author(s) and International Journalof Trendin Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT This paper presents the design and construction of a musical water fountain system driven by Arduino using Fourier Transform technology. Audio signals were taken from sources such as MP3 player, smart phone, laptop, etc and these signals were first amplified using LM386 IC and then transferred intoan analog input of Arduino for FFT processing. To give out signals for DC pump motors, digital output pins was used. With various frequencyband, turningon and off the DC motors and LED systems was created the lighting and water spray effects which should go well along with showed music. The response of this foundation is analysed for different audio frequency range and pump motor control was emphasised and, fountain model is designed for domestic usages. KEYWORDS: Musical water fountain, Fast Fourier Transform, Audio frequency, Pump, Signal Amplifier, Arduino I. INTRODUCTION Nowadays, fountains that just make patterns with water jets have developed into multimedia shows with music, light, and other effects. They are used in parks, buildings and officesforentertainmentand attraction. Amusicalfountain is especially achieved by synchronizing light and water jets to the frequency of music to produce a harmonic spectacle. Moreover, dancing fountains have been implemented using FFT (Fast Fourier Transform) and FHT (Fast Hartley Transform), to turn on valves of jets corresponding to different frequency range in music. Each different rangewill correspond to a different valve or jet which comprises a musical water fountain operating to the beats and rhythms of the songs. This paper presents a system design which canplayanysong without the need of the prior arrangements. The control system for MFS samples audio frequencies through FFT algorithm [1, 4]. This algorithm is set up on an Arduino, which receives audio signals in the time domain and transforms them into the frequency domain via FFT algorithm. The signals in the frequency domain will be standardized and used to control pumps, and LEDs, creating simultaneous lighting and water spray effects as well. II. Musical Water Fountain As the input of the system, audio signal is achieved from devices such as smart phone, MP3 player or Laptop etc. Then, this signal is amplified into 12V range speaker for listening song. For ADC (Analog to Digital Converter) pin of Arduino, 12V rangesignalshould bereduced.Voltagedivider circuit is apply for voltage matching. Arduino will perform FFT algorithm and it will control pumps and LEDs of the fountain. The overall block diagram of the system is described in Figure1. Figure1. The Block Diagram of the System III. Design Consideration This system can be divided into fourpartsand theyareaudio signal amplification, FFT application, hardware control for fountain, software control for fountain and overall circuit diagram. A. Audio Signal Amplification For amplifying smart phone audio signal to 12V speaker range, LM286 audio amplifier is used. Its gain is internally set to 20 to keep external part count low, but the addition of an external resistor and capacitor between pins1 and8 will increase the gain to any value from 20 to 200. [6] The inputs are ground referenced while the outputautomaticallybiases to one-half the supply voltage. In this system 12V supply range makes 6V DC bias level. Decoupling capacitor of 250 uF makes 0V to 12V signal to +6V to -6V ac swing wave for sound signal. 12V output is too larger and voltage divider is needed. One third of maximum output voltage is feed to analog input of IJTSRD25254
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 162 Arduino as shown in Figure2. 1kΩ and 2kΩ resistors will reduce LM386 amplifier output to 4V maximum so that this signal cannot damage Arduino because the acceptablerange of Arduino analog channel is 0V to 5V range. Figure2. LM386 Audio Amplifier Circuit B. FFT application Fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier transform (DFT) of a sequence, or its inverse (IDFT). Fourier analysis converts a signal from its original domain (often time or space) to a representation in the frequency domain and vice versa. The DFT is obtained by decomposing a sequence of values into components of different frequencies. Fast Fourier transforms are widely used for applications in engineering, science, and mathematics. The basic ideas were popularized in 1965, but some algorithms had been derived as early as 1805. In 1994, Gilbert Strang described the FFT as "themost important numerical algorithm of our lifetime” [7]. An FFT computes the DFT and produces exactly the same result as evaluating the DFT definition directly; the most important difference is that an FFT is much faster [7]. Let x(0), x(N−1) be complex numbers. The DFT is defined by the formula. Where k = 0, 1, 2, ..., N-1 Evaluating this definition directly requires O(N2) operations: there are N outputs Xk, and each output requires a sum of N terms. An FFT is any method to compute the same results in O (N log N) operations. All known FFT algorithms require Θ (N log N) operations, although there is no known proof that a lower complexity score is impossible. To illustrate the savings of an FFT, consider the count of complex multiplications and additions. Evaluating the DFT's sums directly involves N2 complex multiplications and N(N−1) complex additions, of which O(N) operations can be saved by eliminating trivial operations such as multiplications by 1. The radix-2 Cooley–Tukey algorithm, for N a power of 2, can compute the same result with only (N/2)log2(N) complex multiplications (again, ignoring simplifications of multiplications by 1 and similar) and N log2 (N) complex additions. FFT can be expressed asthefollowingprocedureasshown in Figure3. Figure3. The Block Diagram of the System To read ADC speedily, default analog reading should not be applied. Default Prescaler setting is 128. (2) For 13 Multiplexer in ADC, onechannelof ADCreadingspeed will be ADC speed per one channel = ADC clock frequency /13 = 9.6 kHz (3) z (4) After changing Prescaler into 32 for equation 2, 3 and 4,ADC clock becomes 500 kHz, and ADC speed per one channel becomes 38.4 kHz. New sampling time becomes 26 microseconds, which is quite fast for minimum audio signal sampling rate 38 kHz. Another preparation for ADC and putting even bins to FFT algorithm are implemented in Arduino IDE. Arduino ADC longs for 10 bits. ADC value can be get by combining8 bitleft shit of upper 2 bits ADC upper register and 8 bits of ADC lower register. Incoming signal range is DC value or zero to five voltage range. For converting signed value (plus and minus value), these values are needed to be subtracted by 512 which is one half of 1024 (10 bit resolution). For log value calculation, above signed value is convertedinto16 bit signed value. Above setting can be expressed as follows in Arduino IDE. byte m = ADCL; // contain lower 8 bit; byte j = ADCH; // contain upper 2 bit int k = (j << 8) | m; // form into an int k -= 0x0200; // form into a signed int k <<= 6; // form into a 16b signed int
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 163 For combining sine waves, Hann windowing is applied as FFT windowing. Windowing reduces the amplitude of the discontinuities at the boundaries of each finite sequence acquired by the digitizer. Windowing consistsof multiplying the time record by a finite-length window with an amplitude that varies smoothly and gradually toward zero attheedges. This makes the endpoints of the waveform meet and, therefore, results in a continuous waveform without sharp transitions. This technique is also referred to as applying a window. Figure4. Various size of Hann windowing For this research work, 512 sample size is applied and 256 Hann windowing is applied. In the context of fast Fourier transform algorithms, a butterfly is a portion of the computation that combines the results of smaller discrete Fourier transforms (DFTs) into a larger DFT, or vice versa (breaking a larger DFT up into sub transforms) Figure5 and Table 1 show 16 order of butterfly bit reversal pattern. Figure5. Sample of 16 bit butterfly bit reversal pattern Table 1. 16 reorder of butterfly pattern 12 1100 3 0011 14 1110 7 0111 13 1101 11 1011 8 1000 1 0111 10 1010 5 0101 4 0100 2 0010 To perform Sine and Cosine calculation, Arduino like low cost microcontroller will make delay problem. Lookup table for 2(pi)k/N value is needed for faster response. Figure6 shows pre-calculated 16 parts of Sineand Cosinecalculation. These lookup tables are cascaded in library of FFT program. Figure6. Lookup table calculation for Sin and Cosine values within 32767 to -32767 16 bit signed values For the output of FFT algorithm, output value should be reduced as one register side where Arduino Mega2560 is 8- bit size register or 255 value maximum. Entire conversion can be expressed as Figure7. Figure7. 20 log conversion for 0 to 32768 output to 255 values C. Hardware Control for Fountain Each different range of frequencies will correspond to a different pump which comprises a musical water fountain.8 car wind screen washer pumps (in Figure8) are controlled via Arduino Mega2560. Figure8. 12V 35W car windscreen washer pump Eight pumps are applied for this system, each pump can draw up to 3A maximum. But FFT drive the output in the form of pulse. The current draw of each motor is reduced to 1A. For 8 pumps, 8A current draw is considered and 10A maximum current draw is expected because Arduino and LED will not draw more than 2A maximum. Figure9. 240W 12V supply In Figure9, 240W 12V supply is expressed for enough current draw of whole system. D. Software Control for Fountain For overall fountain control, ADC reading is performed firstly. Then other stages of FFT such as FFT windowing, butterfly bit reversalandlogarithmicfunctionareperformed accordingly. The threshold value is defined as 90. The logarithmic outputs which are exceeded 90 will activate appropriate pumps and LEDs. These chart is expressed in Figure10.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 164 Figure10. The Program Flowchart of Musical Fountain E. Overall Circuit Diagram For each motor IRFZ44N N-channel MOSFET is applied because it can operate up to 49 A and 55V maximum. Digital pins 2 to 17 of Arduino Mega2560 are used for LEDs and 2,4,6,8,10,12,14 and 16 pins are connected to pump drivers. Analog pin A0 is applied for Analog input. Figure11 represents overall circuit diagram of the system. Figure11. The Block Diagram of the System IV. Simulation and Experimental Results Before construction, the sample program is tested using Proteus Simulation Software. Figure12 showsimulationtest of the system. Firstly sample audio wave file is feed to the LM386 based audio amplifier circuit and the output signal can be listened via laptop (PC) speaker. The output wave from digital pin 5 and 9 of Arduino Mega is watched using oscilloscope. Moreover,theinputand outputofLM386 based circuit is watched there. Figure(13) shows audio input in magenta colour and its magnitude is about +0.01 to -0.01 V peak to peak. That ac signal is changed to DC offset 2.3V as shown in yellowcolour using LM286 and voltage divider for DC input of Arduino. Blue colour represents nearly equal to 3000 Hz frequency range and green colour represents 5000 Hz. Due to threshold level comparison, significant sound signal is detected and classified frequency range as shown on that figure. Figure12. Simulation Test using Proteus Software Figure13. Audio input, output and signal output for pump Figure14. shows FFT outputs for 3.1 kHz and 7.1k kHz sine wave inputs from smart phone sound generator. The first harmonic of these signal closed to zero and it can be neglected as noise level. These noise wide as 300 Hz and it means that frequencies lower than 300 Hz cannot be specified by this system. Actually 300 Hz is generally noise level for audio signal. But, the second harmonic goes up to 150 magnitude values and show nearly at 3 kHz and 7 kHz frequencies range. The third harmonic goes up to 80 magnitudes.So,threshold level around 90 magnitude can distinguish clearly for second harmonics. Figure14. FFT output for 3.1kHz and 7.1kHz Audio Sine Waves Although audio signal varies 20 Hz to 20 kHz, signal over 10 kHz cannot be generated because it cannot be generated by smart phone speaker. 10 kHz is even too sharp to hear. Figure15 shows various outputs for 100 Hz to 9100 Hz sound signal. All outputs pass over 90 magnitude level.
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25254 | Volume – 3 | Issue – 5 | July - August 2019 Page 165 Figure15. FFT output for 100 Hz to 9100 Hz (a) (b) Figure16 (a) Experimental Measurement and (b) Analog Input Waveform and Output Waveform of Arduino Figure16(a) and (b) shows the measured waveform of Arduino analog input and pulse output for motor driver. Figure17. Experimental Test for Musical Water Fountain After testing various frequency ranges, experimental test is performed as shown in Figure17. Random audio files are played using smart phone and it is amplified and played using speaker. The output of FFT caneasilybe watchedLEDs outputs and water level of pump. V. Conclusions and Discussion In this paper, a method of controlling a Musical Fountain System is proposed. Moreover hardware system based on Arduino Mega2560 is designed, and then implemented FFT algorithms using Arduino IDE (Integrated Development Environment). Basic operation of FFT and programmatic point of view are discussed and the output is discussed for various frequency input ranges. Threshold level deification was pointed out by clarifying harmonic according to the output waveforms. The output of FFT is displayed as 16 LEDs and 8 pump motors. Therefore, pump motors have less resolution than LEDs. The larger amount of motors will make this system display smarter. So, the research results of the paper can be used todesign an automatic MFS using low cost microcontroller for fast and reliable outputs. Acknowledgment The author would like to thank all the teachers from the Department of Electronics Engineering, Mandalay Technological University (M.T.U). And she also would like to thank supervisor Dr. Win Zaw Hein, her family and her friends who have helped her during this research. And also, thank for Dr. Tin Tin Hla, Head of the department. References [1] Alexey Lukin; Jeremy Todd.Adaptive Time-Frequency Resolution for Analysis and Processing of Audio. Journal of the Audio Engineering Society, Presented at the 120th Convention, 2006 May 20–23, PP:1-2 [2] B. A. Shenoi. Introduction to digital signal processing and filter design; John wiley & sons, inc.,2006;PP:154- 161 [3] Julius O. Smith. Audio fft filter banks; Conference on Digital Audio Effects (DAFx-09), Como, Italy, September 1-4, 2009; PP: 1-7 [4] Wei Chu; Benoît Champagne. Further Studies of a FFT- Based Auditory Spectrum with Application in Audio Classification. ICSP2008 Proceedings, PP: 2729-2733. [5] Oppenheim, A.V., and R. W. Schafer, Discrete-Time Signal Processing, Prentice-Hall, 1989, PP: 447-448. [6] Texas Instruments, “LM386 Low Voltage Audio Power Amplifier”, SNAS545C – MAY2004 – REVISEDMAY 2017 [7] T. Sudheer Kumar, "FFT based Closed Loop Linear System Response with & without Delay Elements", ISSN (PRINT): 2393-8374, (ONLINE): 2394-0697, VOLUME-5, ISSUE-1, 2018