diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-04-02 15:17:19 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-04-02 15:17:19 +0000 |
commit | f5d3ee099170e1a3812923172fa1c77049d83abf (patch) | |
tree | 85fd04b16d2198fc93b1a041dc43bab03937e1e6 | |
parent | fef6d2cc76518eee75fc0d95e765bd2be8a660ee (diff) |
made the design objectives
-rw-r--r-- | electronics/cw2/writeup.tex | 70 |
1 files changed, 62 insertions, 8 deletions
diff --git a/electronics/cw2/writeup.tex b/electronics/cw2/writeup.tex index aeaae5f..6e69089 100644 --- a/electronics/cw2/writeup.tex +++ b/electronics/cw2/writeup.tex @@ -71,14 +71,21 @@ The design should focus on simplicity, as less points of failure should result i To evaluate my system at the end, I will comapre it against the following goals \begin{center} - \begin{tabular}{ |c|c| } + \begin{tabular}{ |c| } \hline - objective & how \\ + objective \\ + \hline + \hline + Can recive radio waves \\ + \hline + Displays the intensity of the volume output by the signal \\ + \hline + Can output the sound of the demodulated waves \\ \hline - Outputs sound based on the input, that is equivalent to the input & The full system\\ - Displays the intensity of the volume output by the signal & Use a micro controller \\ - in & out \\ - in & out \\ + \hline + Can recevie radio waves beween 50hz and 8Khz \\ + \hline + The audio intesity bar will be at set 0v 2v 4v and 5v \\ \hline \end{tabular} \end{center} @@ -514,10 +521,57 @@ As the trace shows, it is negative, a DC offset has been applied. I originally b \subsection{User Manual} % did it work, how well, compare to original goal \section{Evaluation} +Here is a repeat of my design objectives to compare against: +\begin{center} +\begin{tabular}{ |c| } + \hline + objective \\ + \hline + \hline + Can recive radio waves \\ + \hline + Displays the intensity of the volume output by the signal \\ + \hline + Can output the sound of the demodulated waves \\ + \hline + \hline + Can recevie radio waves beween 50hz and 8Khz \\ + \hline + The audio intesity bar will be at set 0v 2v 4v and 5v \\ + \hline +\end{tabular} + +Here is how I achieved each of them: + +\begin{tabular}{ |c| } + \hline + how did I achieve it\\ + \hline + \hline + I used a simple radio receiver made with a capacitor and an inductor \\ + \hline + Using a micro controller and a bar graph \\ + \hline + Using a push pull power amp and speaker\\ + \hline + \hline + By using the correct part values on my recevier to ensure it has the correct break freqency\\ + \hline + By programing my micro controller to have the set values \\ + \hline +\end{tabular} +\end{center} + +This shows that I have achieved all of my design goals. + \subsection{What went well?} My system worked as intended, it did play the input signal, through the speakers, atfer passing through all the subsystems and the speaker. -I will compare, line by line, to my design objectives here: - +For this I believe I made a good project. \subsection{What didn't go well?} +My colour coding for my system was not ideal, I believe it was too generic and would have benififted from using multiple colours for each sub system. + +I would have prefered to use a less noisy alternative to the push pull power amp, as my system outputed a large amount of static. + +I would have prefered to use FM rather than AM, as this would reduce the noise; making the device better. } \end{document} |