photo

nevin


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 10년 전 | 답변 수: 1 | 1

1

답변

질문


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...

거의 10년 전 | 답변 수: 1 | 0

1

답변