Statistik
6 Fragen
0 Antworten
RANG
35.028
of 297.248
REPUTATION
1
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
1
RANG
of 20.437
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 158.264
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0