Statistica
                        MATLAB Answers
                        
                    2 Domande
                        0 Risposte
RANK
12.856
                          
                          
of 300.381
                        
REPUTAZIONE
4
                           
                        
CONTRIBUTI
                          2 Domande
                          0 Risposte
ACCETTAZIONE DELLE RISPOSTE 
                            50.0%
                        
VOTI RICEVUTI
4
RANK
of 168.477
CONTRIBUTI
                            0 Problemi
                            0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to Normalize a fft to plot in frequency domain?
When I plot the frequency domain the power is not 3 and 5 as I expect. I read the documentation for fft() and cannot figure out ...
circa 8 anni fa | 1 risposta | 1
1
rispostaDomanda
can someone explaing the computation for double sided and single sided spectrum in fft() example
Fs = 1000; T = 1/Fs; L = 1500; t = (0:L-1)*T; S = 0.7*sin(2*pi*50*t) + sin(2*pi*120*t); X = S + 2*randn(si...
circa 8 anni fa | 2 risposte | 3
