Statistik
6 Fragen
0 Antworten
RANG
87.968
of 300.392
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
16.67%
ERHALTENE STIMMEN
0
RANG
of 20.934
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.373
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
implementing complex multiplication in simulink
how to build the complex mulitplication block with total 4 inputs(2 real,2 imaginary)
mehr als 4 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
In fourier series, why there should be finite maxima and minima (dirichlet conditions)
why not infinte number of maxima and minima?
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why cant we use fourier series for non periodic signals?
Any signal in this world can be represented in terms of sine and cosine ...right? why cant we use fourier series for non periodi...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
why is fft required? can you explain the evolution of Fourier series--> Fourier Transform--> DTFT---> DFT---> FFT.
I want to know the reasons behind every transistion. Why Fourier Transform is used when Fourier series can be used to represent ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is the difference in fft(x,1024) and fft(x,2048)?
x=fft(x,1024); x=fft(x,2048); x=fft(x); %what is the difference between all these if i have done zero padding and the length ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i need to plot a sine wave of 1khz using sampling frequency. where am i going wrong? i need a correct representation of wave.
fs=10000;%sampling frequency ts=1/fs; t=0:ts:1-ts; f1=10; a=sin(2*pi*f1*t); plot(t,a);
mehr als 4 Jahre vor | 0 Antworten | 0
