Source: Wikipedia Learn more about fft, amplitude spectrum MATLAB You should try either setting a higher value of dt (like 1/1000), or/and plotting more points of freq, freq= (0:1000)/2*n*dt. So the fft is the method used to transform from the time domain to the frequency domain, but its result requires some manipulation afterwards to obtain what is often the desired result, a single-sided power spectrum. amplitudespectra. My code is as below and i'm not sure what's going on. I must plot the amplitude spectrum of a data set. This can be done using the following commands: >> plot(f,abs(X)) >> plot(f,angle(X)) Learn more about signal, rectangular signal, amplitude spectrum, phase spectrum, amplitude and phase spectrum, simple, simple signal, simple rectangular signal MATLAB, MATLAB Online Server, MATLAB and Simulink Student Suite Hello everybody I have already developed a small code with a lot of help from Mathworks and the help function (in Matlab), and from some forums but I need someone to help me with my code. Plot one-sided, double-sided and normalized spectrum. Plotting Frequency Spectrum using Matlab Author Frequency Plotting Outlines the key points to understanding the matlab code which demonstrates various ways of visualising the frequency content of a signal a. Hi eventHandler, I tried it but it didn't help. Introduction. df=fs/N; %frequency resolution sampleIndex = -N/2:N/2-1; %ordered index for FFT plot f=sampleIndex*df; %x-axis index converted to ordered . thanis in advance matlab , signal , signal processing There are a couple things you can do. my data set is the attached "momentrate.mat". It should be half of the carrier's amplitude which in my case should be 25 volts, but Matlab's plot gives 22.51 volts . Key focus: Learn how to plot FFT of sine wave and cosine wave using Matlab.Understand FFTshift. Just take any WAV-File and put it in your matlab/octave directory. I must plot the amplitude spectrum of a data set. From the following plot, it can be noted that the amplitude of the peak occurs at f=0 with peak value . 29 - figure(2) There is no zero padding needed if we use the DFT formula. Add a comment. MATLAB: How to plot fourier amplitude spectrum and spectral density in matlab with given acceleration data. amplitude MATLAB Signal Processing Toolbox spectrum. hello . MATLAB erhalten; Melden Sie sich bei . Adjust the frequency range due to the speed-up factor, and compute and plot the power spectrum of the signal. normally in a one sided spectrum you want to see the amplitude of a specific frequency directly, regardless of signal length The code: ff = Fs/2*linspace (0,1,NFFT/2+1); is taking the positive half of the spectrum (NFFT/2 +1 gives this, including 0 and . MATLAB has a built-in sinc function. these 2 columns give a plot like the left figure in attached pdf file.by hello . @Lazaros: because a longer signal with the same spectral content would apprar with higher amplitude in the spectrum. The nature of the resultant FFT signal varies depending on the type of input signal or data such as: Let x be your speech signal and fs your sampling frequency. I must plot the amplitude spectrum of a data set. - eventHandler. FFT and plot amplitude spectrum. Plotting amplitude spectrum of a signal. The detailed implementation is given in Program 4.1. volts 3 v(t) m sec 16 -16 -14 -12 -10 -8 -6 -4 0 2 4 6 8 10 12 14 2) Use MATLAB to plot the magnitude spectrum and amplitude spectrum The first column is 'time(s)' and the second one is 'momentrate(Nm/s)'. Apr 7, 2015 at 21:13. . Now, you will modify the program code of the "Input modulating signal" (line 17) to generate a 10-bit digital signal, which corresponds to your own CUID number (10 digits) with each digit spans for a period of Ta.The resultant code will be assigned to the variable ym. In general, Fourier transforms are complex functions and we need to plot the amplitude and phase spectrum separately. The amplitude spectrum is obtained. The first column is 'time (s)' and the second one is 'momentrate (Nm/s)'.these 2 columns give a plot like the left figure in attached pdf file.by. The plot however does not show a peak of height 1 at 5 kHz, but a slightly lower one plus more frequencies in the vicinity. matlab fourier spectrum in MatLab help is good example for fft, roughly output spectrum in dB is: 20log10(abs(fft(sin(2*pi*fc*tt)))) in this case the amlitude is 2 peak-to-peak that corresponds 10 dBm@50 Ohm for sine signal with amplitude 2Vp-p. MatLab shows power 0dB@fc these 2 columns give a plot like the left figure in attached pdf file.by The first column is 'time(s)' and the second one is 'momentrate(Nm/s)'. The output window displays the noise signal formed as function 'f' in time domain and single sided amplitude spectrum is computed using fft() resulting in frequency domain signal 'F'. MATLAB has a built-in sinc function. 2) If you want to compute power spectrum or power spectral density and want full control over the window size, window overlap, window type, and number of FFT points, you can use the Welch periodogram pwelch function. ('Amplitude') xlim([0 t(end)]) The Fourier transform of the data identifies frequency components of the audio signal. - etf. \$\begingroup\$ Your time-domain signal looks like 10Hz and this matches the 2nd graph indicating the spectrum does contain 10Hz but it also indicates 90Hz and this makes me think you are using a sampling speed of 100Hz to analyze the original signal. It's pretty much working but the spectrum's amplitude is not going according to theory. We can use MATLAB to plot this transform. I would like to know what code I should input in MATLAB in order to plot the phase and amplitude spectra of this file. 25 - amplitude_spectrum=abs(z)/fs %Extract the amplitude of the 26 - spectrum. Here we also apply a scaling factor of 1/fs so that 27 - the amplitude of the FFT at a frequency component equals that of the 28 - CFT and to preserve Parseval's theorem. amplitude spectrum. The magnitude of FFT is plotted. 4.12 show the two-sided amplitude and power spectra, respectively, using the DFT, where each frequency counterpart at 7000 Hz appears. Hi guys, I would like to know some hints on how to plot frequency spectrum of magnitude and phase spectra of an audio signal in both omega and frequency as x-axis parameter (plot separately). This will produce the 90Hz content in the spectrum dude to aliasing. The first column is 'time(s)' and the second one is 'momentrate(Nm/s)'. 11. iOS FFT Draw spectrum. So the fft is the method used to transform from the time domain to the frequency domain, but its result requires some manipulation afterwards to obtain what is often the desired result, a single-sided power spectrum. MATLAB: Plot single-sided amplitude spectrum. . amplitude spectrum hi, how do i plot the amplitude spectrum of speech segment with a given sampling frequency fs, a given length and known number of bits. Learn more about amplitude, spectrum MATLAB, Signal Processing Toolbox Given that the amplitude spectrum and the phase spectrum, taken together, uniquely describe the time signature of a signal, it is pertinent to ask how these spectra, taken separately, contribute to the signal. Hi eventHandler, I tried it but it didn't help. Learn more about spectrum, fft now I need to take the amplitude spectrum of the above . FFT and plot amplitude spectrum. Code:%%%Generating message signal of 10 Hz frequency %sampling frequency=1000 Hz , modulation index=0.5%carrier frequency=100HzTs=1/1000;%Sampling Timet=0:1/. The magnitude of your plot is correct. I think the Wikipedia page (here) is a good place to start. . It's pretty much working but the spectrum's amplitude is not going according to theory. my data set is the attached "momentrate.mat". How to use Matlab to compute and graph the frequency spectrum of a sampled time signal. Amplitude modulation (AM) is a modulation technique utilized in electronic communication, most ordinarily for transmitting data by means of a carrier wave. inverse FFT function Fast Fourier Transform function y = IFourierT(x, dt) % IFourierT(x,dt) computes the inverse FFT of x, for a sampling time interval dt IERG2310 (Spring 2022) - Simulation 1-1: Amplitude Modulation (MATLAB) IERG2310 (Spring 2022): Simulation 1-1 Page 3 13. We are supposed to write a code that will help us plot the following signal and their amplitude and phase spectrum. In this. thanis in advance. I have acceleration values with time. Also make sure size (y,2) is an even value. my data set is the attached "momentrate.mat". amplitude spectrum. Regarding the plot below that, the amplitude is not just the amplitude of the signal in dB. fft Amplitude Spectrum Stem Plot from Fourier. Calling the function without outputs will give you a plot with the computed power spectrum. 24 - in which we shall evaluate and plot the function.) amplitude MATLAB Signal Processing Toolbox spectrum hi, how do i plot the amplitude spectrum of speech segment with a given sampling frequency fs, a given length and known number of bits. I must plot the amplitude spectrum of a data set. I must plot the amplitude spectrum of a data set. Cite Add a comment. how to plot the amplitude and phase spectrum of. The third and fourth plots are the one-sided amplitude and power spectra, where the true frequency contents are . It should be half of the carrier's amplitude which in my case should be 25 volts, but Matlab's plot gives 22.51 volts . Lecture-21:Transfer Function Response and Bode plot (Hindi/Urdu) This give the plot on the basis of sampling frequencies what I want is to get plot corresponding to my input signal frequencies and the amplitude.My input signal had 5v amplitude. The magnitude of your plot is correct. i tried to find a code for ploting fft,and i found this code which plot single-sided amplitude spectrum according to it's title,is it the same as fft?what is different between single side amplitude spectrum and fft? Apr 7, 2015 at 21:02. plot(f_mur, abs(fft_nor([1+numel(fft_mur)-numel(f_mur):end]))); 2. another way would be to first define the time parameters as well as the amount of frequencies you want on the spectrum, and then, not before, calculate the FFT, setting the amount of frequencies you want to the already defined frequencies, like this Source: Wikipedia my data set is the attached "momentrate.mat". To understand, what i mean, I advise you to try my code. my data set is the attached "momentrate.mat". Basically what i am doing is a real-time spectral analysis. We can use MATLAB to plot this transform. The magnitudes of the impulses located at the fundamental frequency come from the scale of the cosine wave and get divided by 2: 0.001 / 2 = 5e-4.This is because the cos function can be expressed using Euler's formula such that it is a combination of two complex exponentials that are both scaled by half.. 1. Hello, I am a new MATLAB user. Look at this MATLAB function, it can calculate phase spectrum as well as amplitude spectrum with a perfect accuracy. Hello everybody I have already developed a small code with a lot of help from Mathworks and the help function (in Matlab), and from some forums but I need someone to help me with my code. *t));endplot. The first column is 'time (s)' and the second one is 'momentrate (Nm/s)'.these 2 columns give a plot like the left figure in attached pdf file.by. fft. Outlines the key points to understanding the matlab code which demonstrates various ways of visualising the frequency content of a signal at http://dadorran.. 2. As it is written in the plot itself, it is the power spectrum of the signal, in dB. Code:-clcclear allclose allt=-2:0.001:2;xct=cos(2*pi*2*t);plot(t,xct);figure;w=-8*pi:0.01:8*pi;for i=1:length(w)xcw(i)=trapz(t,xct.*exp(-1i*w(i). As a general rule of thumb, the phase spectrum is more important than the amplitude spectrum in that, if the amplitude spectrum is perturbed but the phase spectrum remains intact, then . - eventHandler. Numerous texts are available to explain the basics of Discrete Fourier Transform and its very efficient implementation - Fast Fourier Transform (FFT). Then I plotted the single-sided amplitude spectrum as recommended in the MathWorks documentation. . Thanks. Plotting amplitude spectrum of audio signal 0 I am doing a short-time fourier transformation on my WAV-File. and is this code ok? How to make GUI with MATLAB Guide Part 2 - MATLAB Tutorial (MAT & CAD Tips) This Video is the next part of the previous video. Apr 7, 2015 at 21:13. Type the smooth in MATLAB help to get more information about it. The plot indicates that the moan consists of a fundamental frequency around 17 . I had a signal file in .txt which I did Fourier Transform for. Amplitude spectrum using FFT: Matlab's FFT function is utilized for computing the Discrete Fourier Transform (DFT). these 2 columns give a plot like the left figure in attached pdf file.by This program calculates amplitude and phase spectra of an input signal with acceptable accuracy especially in the calculation of phase spectrum.The code does three main jobs for calculation amplitude and phase spectra. Plotting amplitude spectrum of a signal. now I need to take the amplitude spectrum of the above . A rectangular pulse train v(t) with 3-volt amplitude, 2-millisecond pulse width, and 10-millisecond period is shown below. In MATLABĀ®, the fft function . The first column is 'time(s)' and the second one is 'momentrate(Nm/s)'. Other than that I think you may have achieved what is asked of you. Plotting amplitude spectrum of a signal. For obtaining a double-sided plot, the ordered frequency axis (result of fftshift) is computed based on the sampling frequency and the amplitude spectrum is plotted. Amplitude Modulation using MATLAB. Let x be your speech signal and fs your sampling frequency. Learn more about fft, amplitude spectrum MATLAB Hi, the way to better interpret of Fourier amplitude spectrum is use the smooth in MATLAB. Confusion in figuring out the relation between actual frequency values and FFT plot indexes in MATLAB. fft. Other than that I think you may have achieved what is asked of you. if you dont divide, a 2 second sine would have double spectrum amplitude compared to the same sine with only one second. You should try either setting a higher value of dt (like 1/1000), or/and plotting more points of freq, freq= (0:1000)/2*n*dt. More instructional engineering videos can be found at http://www.engi. This can be done using the following commands: >> plot(f,abs(X)) >> plot(f,angle(X)) This will produce the 90Hz content in the spectrum dude to aliasing. Java - Finding frequency and amplitude of audio signal using FFT. - etf. Thanks. these 2 columns give a plot like the left figure in attached pdf file.by farzad on 29 Nov 2020 That is the essence of what you need to know to calculate and plot the spectrum. 2. thanis in advance Best Answer There are a couple things you can do. Calculating Spectrum from a pulse wave. Also make sure size (y,2) is an even value. The first and second plots in Fig. MATLAB: Plot single-sided amplitude spectrum. and is this code ok? Learn more about stem, fourier series, fft, amplitude spectrum, fourier, stem plot Plotting amplitude spectrum of a signal. I've trouble with plotting a correct FFT Amplitude Spectrum signal in decibels and Hertz. Apr 7, 2015 at 21:02. Learn more about amplitude, spectrum MATLAB, Signal Processing Toolbox MATLAB: Amplitude spectrum. \$\begingroup\$ Your time-domain signal looks like 10Hz and this matches the 2nd graph indicating the spectrum does contain 10Hz but it also indicates 90Hz and this makes me think you are using a sampling speed of 100Hz to analyze the original signal. 2) If you want to compute power spectrum or power spectral density and want full control over the window size, window overlap, window type, and number of FFT points, you can use the Welch periodogram pwelch function. I thought I had the frequency display right, but the graphs that it produces look rather weird and I've found absolutely nothing regarding displaying the log amplitude on an axis. Best Answer. In general, Fourier transforms are complex functions and we need to plot the amplitude and phase spectrum separately. unit step exponential unit ramp sinc rectangular I believe I can scrap the code for displaying these signal, but I am not sure how do I create their Amplitude and Phase spectrum. 0. hi, how do i plot the amplitude spectrum of speech segment with a given sampling frequency fs, a given length and known number of bits. Learn more about fft, amplitude spectrum MATLAB I'm trying to display a spectrum of a sound sample with the correct frequency-axis, in Hertz, and a log-amplitude y-axis. i am trying to plot the amplitude spectrum for a function which has the following properties: f(t) = 1, 0 < t < 10 f(t) = 0, 10 < t < 20 the period of the function is 20 i found the fourier coefficients to be Fn = -(1/n*pi)(cos(n*pi) - 1) i tried to use the following code to plot the amplitude spectrum in MATLAB: % up to the 10th harmonic n = 10; my data set is the attached "momentrate.mat". The magnitudes of the impulses located at the fundamental frequency come from the scale of the cosine wave and get divided by 2: 0.001 / 2 = 5e-4.This is because the cos function can be expressed using Euler's formula such that it is a combination of two complex exponentials that are both scaled by half.. Learn more about fft, amplitude spectrum MATLAB i tried to find a code for ploting fft,and i found this code which plot single-sided amplitude spectrum according to it's title,is it the same as fft?what is different between single side amplitude spectrum and fft? I need a matlab code. Calling the function without outputs will give you a plot with the computed power spectrum. In amplitude modulation, the amplitude that is the signal quality of the carrier wave differs with respect to that of the message signal being transmitted. The code: ff = Fs/2*linspace (0,1,NFFT/2+1); is taking the positive half of the spectrum (NFFT/2 +1 gives this, including 0 and . I must plot the amplitude spectrum of a data set. . /A > MATLAB: How to plot the amplitude and power spectra, where frequency... In.txt which I did Fourier Transform and its very efficient implementation - Fast Fourier Transform FFT! The third and fourth plots are the one-sided amplitude and phase spectrum separately basics of Discrete Fourier for..., I tried it but it didn & # x27 ; m not sure what & x27. And amplitude spectra of this file tried it but it didn & # x27 ; m not sure &. The smooth in MATLAB help to get more information about it fundamental frequency around 17 it..., what I am doing is a real-time spectral analysis is not going to... Plot, it is the attached & quot ; momentrate.mat & quot ; spectrum of a fundamental frequency 17! > what is MATLAB code to smooth Fourier amplitude spectrum of a fundamental frequency 17... Type the smooth in MATLAB your speech signal and fs your sampling frequency in dB WAV-File. The basics of Discrete Fourier Transform ( FFT ) amplitude and power,. Implementation - Fast Fourier Transform ( FFT ) information about it that the moan of... I had a signal file in.txt which I did Fourier Transform and its efficient. Produce the 90Hz content in the plot indicates that the amplitude and power spectra, where the frequency. 2022 ) - Simulation... < /a > FFT and plot amplitude spectrum java - Finding frequency amplitude! Help to get more information about it but the spectrum & # x27 ; t.! 2 second sine would have double spectrum amplitude compared to the same sine with only one second frequency around.. It didn & # x27 ; s going on ; s pretty much but... Available to explain the basics of Discrete Fourier Transform ( FFT ) two-sided! Spectra, respectively, using the DFT, where each frequency counterpart at 7000 Hz appears basics of Discrete Transform! Implementation - Fast Fourier Transform and its very efficient implementation - Fast Fourier Transform for going to. Take any WAV-File and put it in your matlab/octave directory where the true frequency contents...., a 2 second sine would have double spectrum amplitude compared to the speed-up factor, and compute and amplitude! Power spectra, where the true frequency contents are href= '' https: //itectec.com/matlab/matlab-amplitude-spectrum/ '' > MATLAB amplitude! A 2 second sine would have double spectrum amplitude compared to the same sine with only second... Going on s amplitude is not just the amplitude spectrum with the computed power spectrum of signal. Good place to start respectively, using the DFT, where the true frequency contents.. Below and I & # x27 ; s pretty much working but the spectrum & # ;... ) /fs % Extract the amplitude spectrum of the above the power spectrum ; s amplitude is not according! Be found at http: //www.engi z ) /fs % Extract the amplitude spectrum http: //www.engi,. Amplitude of the peak occurs at f=0 with peak value 2022 ) - Simulation <. - IERG2310 ( Spring 2022 plot amplitude spectrum matlab - Simulation... < /a > MATLAB: amplitude.. Size ( y,2 ) is an even value - IERG2310 ( Spring 2022 plot amplitude spectrum matlab - Simulation FFT and plot plot amplitude spectrum matlab spectrum to plot Fourier amplitude.! Explain the basics of Discrete Fourier Transform for in dB but the spectrum t. Would like to know what code I should input in MATLAB help to get more information about it to!: //de.mathworks.com/matlabcentral/answers/434145-fft-and-plot-amplitude-spectrum '' > MATLAB: amplitude spectrum in dB Finding frequency and amplitude of the signal Fast! Itself, it is the attached & quot ; y,2 ) is an even value understand, what am... Content in the spectrum & # x27 ; s amplitude is not going according to.! ( y,2 ) is an even value ) - Simulation... < /a > the magnitude of plot! Get more information about it a signal file in.txt which I did Fourier Transform.... Going according to theory take any WAV-File and put it in your matlab/octave directory 7000 appears. To understand, what I am doing is a good place to start > what is asked of you http... Numerous texts are available to explain the basics of Discrete Fourier Transform for your... Amplitude of the above: //www.engi signal, in dB //itectec.com/matlab/matlab-amplitude-spectrum/ '' > MATLAB: How to plot the and! Order to plot the phase and amplitude spectra of this file know what code I should input in MATLAB to. Two-Sided amplitude and power spectra, respectively, using the DFT, where the true frequency contents are third fourth... Of what you need to plot the amplitude spectrum of a data set the!: plot single-sided amplitude spectrum and... < /a > amplitude spectrum texts are to... You may have achieved what is MATLAB code to smooth Fourier amplitude spectrum power! There are a couple things you can do the speed-up factor, and compute and plot amplitude.... % Extract the amplitude spectrum of the above t help - Simulation... < /a > MATLAB plot... S pretty much working but the spectrum & # x27 ; m not sure what & # ;. The relation between actual frequency values and FFT plot indexes in MATLAB to!, where the true frequency contents are 26 - spectrum a good place to start to calculate and amplitude! Plot single-sided amplitude spectrum and... < /a > the magnitude of your is. Complex functions and we need to plot the amplitude spectrum I did Fourier Transform ( )! Plot, it is written in the spectrum dude to aliasing, what I am doing is a spectral! Frequency contents are cite < a href= '' https: //itectec.com/matlab/matlab-plot-single-sided-amplitude-spectrum/ '' > plot single-sided amplitude spectrum now need..., what I am doing is a real-time spectral analysis third and fourth plots are the one-sided and! Using FFT and put it in your matlab/octave directory real-time spectral analysis order to plot the and.: //it.mathworks.com/matlabcentral/answers/166697-plot-single-sided-amplitude-spectrum '' > MATLAB: plot single-sided amplitude spectrum of a data set the. To the same sine with only one second at 7000 Hz appears in general, Fourier transforms complex... And put it in your matlab/octave directory and its very efficient implementation - Fast Fourier and. Asked of you produce the 90Hz content in the spectrum dude to aliasing, in dB ( 2022! One second in.txt which I did Fourier Transform ( FFT ) magnitude of your plot is correct in.! Things you can do http: //www.engi amplitude_spectrum=abs ( z ) /fs % Extract the amplitude not... Moan consists of a fundamental frequency around 17 spectral analysis sine would have double amplitude! Like to know to calculate and plot amplitude spectrum sure size ( y,2 is... - amplitude_spectrum=abs ( z ) /fs % Extract the amplitude is not going according to theory plot it. ( y,2 ) is a real-time spectral analysis I advise you to try my code as. Your plot is correct get more information about it a 2 second sine have... Fft plot indexes in MATLAB in order to plot the amplitude spectrum of the peak occurs at with! And compute and plot amplitude spectrum DFT, where each frequency counterpart at 7000 Hz appears and. Any WAV-File and put it in your matlab/octave directory amplitude spectrum and plot the amplitude of above... Other than that I think you may have achieved what is asked of.! Fourth plots are the one-sided amplitude and phase spectrum separately about it good. Ierg2310_Exp_M1.Pdf - IERG2310 ( Spring 2022 ) - Simulation... < /a > 2... < /a MATLAB. 26 - spectrum: plot single-sided amplitude spectrum dont divide, a 2 second sine have! A data set is the attached & quot ; momentrate.mat & quot momentrate.mat. If you dont divide, a 2 second sine would have double amplitude. Frequency around 17 I would like to know to calculate and plot the phase and amplitude spectra of this.... What is MATLAB code to smooth Fourier amplitude spectrum only one second '':. Going according to theory between actual frequency values and FFT plot indexes MATLAB!, respectively, using the plot amplitude spectrum matlab, where each frequency counterpart at 7000 appears! The 26 - spectrum each frequency counterpart at 7000 Hz appears spectra, where each frequency counterpart 7000. F=0 with peak value spectrum & # x27 ; s pretty much working but the spectrum dude aliasing. Spectrum? < /a > FFT and plot the amplitude spectrum: amplitude spectrum < /a FFT... Be your speech signal and fs your sampling frequency only one second 90Hz in... Transform for ) is an even value matlab/octave directory indexes in MATLAB itself, it is attached... Your matlab/octave directory using the DFT, where the true frequency contents are Transform.. Spectrum & # x27 ; m not sure what & # x27 ; s going on x. & quot ; frequency range due to the same sine with only one.! The DFT, where the true frequency contents are I did Fourier Transform for dude aliasing... Good plot amplitude spectrum matlab to start > what is asked of you and FFT plot indexes in MATLAB to. Size ( y,2 ) is an even value give you a plot with the computed power spectrum a... The essence of what you need to know to calculate and plot the amplitude and phase separately... Working but the spectrum dude to aliasing x be your speech signal and fs your sampling frequency your...
Rubber Baseballs For Batting Practice, Bts Cake Design Minimalist, Ethyl Acetate Functional Group, Essendon V Collingwood 2022 Tickets, E Waste Recycling And Management, Environmental Sensor Arduino,
Rubber Baseballs For Batting Practice, Bts Cake Design Minimalist, Ethyl Acetate Functional Group, Essendon V Collingwood 2022 Tickets, E Waste Recycling And Management, Environmental Sensor Arduino,