Community Profile

photo

nevin


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How do I build a simple band pass filter with fc at say 30kHz?
I want to filter my recorder signal. My fc is about 30 kHz. I know that there are many kinds of filter but I don't know which on...

9 years ago | 0 answers | 0

0

answers

Question


How do i do real time recording and plotting?
I have a GUI with an axis and a record button. I want to make it so that when I press the record button, matlab begins to record...

9 years ago | 1 answer | 0

1

answer

Question


How do i get the y value for a given x value?
I have plotted a frequency spectrum with the command "spect = fft(recording)" and "plot (abs(spect))" Is there a way that I ca...

9 years ago | 1 answer | 0

1

answer

Question


How do I implement a push button to stop my GUI recording.
I currently have "handles.rec = audiorecorder" and "plot (handles.recording)" in a "while 1" loop and they are all under a push ...

9 years ago | 0 answers | 0

0

answers

Question


How to can I change axis from samples to time?
I have loaded my audio file with the following code "handles.myRecording = audioread (uigetfile('*.*','Load a File'));" Next I u...

9 years ago | 1 answer | 1

1

answer

Question


How can i get the x value for a chosen y value?
I've plot my spectrum with "plot (abs(wave));". I successfully got my Y max value with "maxY = max(abs(wave))". But now I want t...

9 years ago | 1 answer | 0

1

answer