photo

Jerome Blair


Last seen: 6 giorni fa Attivo dal 2020

Followers: 0   Following: 0

Messaggio

50+ years in software development. PhD in Applied Mathematics. IEEE Fellow.

Statistica

MATLAB Answers

0 Domande
6 Risposte

RANK
21.827
of 300.369

REPUTAZIONE
2

CONTRIBUTI
0 Domande
6 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

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

  • First Review
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
SNR function returns low values
The noise power is not the level of the level of theh noise on the spectrum analyzer--it is the sum of the energies at all exclu...

oltre 3 anni fa | 0

Risposto
Matlab R2015b snr output doesn't shows anything
You have a semicolon after the command. That tells MATLAB to not show teh answere.

oltre 3 anni fa | 0

Risposto
Get fitting statistics from "solve"
Of course p1 will not be able to access them. You have to acces them with p2 or p3--the handle that was used when theeh line was...

oltre 5 anni fa | 0

Risposto
Get fitting statistics from "solve"
p1 can only reference 1 line. Additional lines must use p2, p3, etc., as in the example I sent. The different hanles, p1, p2, ...

oltre 5 anni fa | 0

Risposto
Get fitting statistics from "solve"
You do all the plots once as follows: p1 = plot(x1,y1,color1); hold on p2 = plot(x2,y2,color2); etc. Now set the y limits s...

oltre 5 anni fa | 0

Risposto
Fourier Transform of a Radar Signal
You should be plotting abs(ff), not abs(real(ff)). The spectrum of this signal is not a single line at 3kHz. It should be a b...

oltre 5 anni fa | 1