matt
Followers: 0 Following: 0
Statistik
RANG
216.886
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Is the DFT or PSD length dependent?
Is the DFT amplitude dependent on the length of the time signal being analyzed? Do I need to know the length and sampling rate ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortStacked bar graph for low and high case in different scenarios
y = [2 2 3; 2 5 6; 0 0 0; 2 8 9; 2 11 12]; bar(y,'stacked') xticks([1.5 4.5]) xticklabels({'case 1','case 2'}) Adding la...
fast 2 Jahre vor | 0
Discrete Time Plotting x[n]+x[-n] Using Stem
The question is unclear in definiton of signal. assuming x[n] = u[n]-u[n-1], u[n] is heavyside function, function to plot is y[n...
fast 2 Jahre vor | 0
Filtering noise from an audio file
Limit bandwidth to region of highest signal strength in clean audio. [Clean, Fs2] = audioread('expected.m4a'); [sample_d...
fast 2 Jahre vor | 0
My code is giving me a straight line for values of N other than 5
Define k as symbolic before defining b and ck. In your posted code, when the for loop is entered, k=N=2 so ck = (cos(2*pi)-1)=0 ...
fast 2 Jahre vor | 0
Frage
Interpolation of cross-correlation from zero padded idft of power spectrum shows odd behavior
Hello, I'm trying to interpolate the cross correlation between two singals by zero padding the ifft of the signals' PSD. Can an...
fast 2 Jahre vor | 1 Antwort | 0