Statistik
4 Fragen
0 Antworten
RANG
211.701
of 301.464
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
0
RANG
of 21.292
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.642
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Trying to understand the MATLAB fft example and how to determine amplitudes of frequencies?
Hey I have made a plot of a signal using the MATLAB fft example: L=length(channel1); NFFT=2^nextpow2(L); Y=fft(...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Strange error message using sort( ) ?
Hey I am trying to locate the 10 fundamental frequencies in my power-spectrum. I know, I can find the peaks, by using the f...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the function of NFFT in MATLAB code of the frequency plot?
Hey I have made a Frequency plot, according to the instructions on the site "MATLAB: fft". >> L=length(channel1'); >> NFFT=...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Help interpreting Audio-Signal from 'audioread( .wav)' output?
Hey I am a beginner at MatLab and working with Audio-Signals. So I have a few basic questions: Using the audioread('.wav')...
mehr als 10 Jahre vor | 1 Antwort | 0
