photo

Jerome Blair


Last seen: 7일 전 2020년부터 활동

Followers: 0   Following: 0

메시지

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

통계

MATLAB Answers

0 질문
6 답변

순위
21,827
of 300,369

평판
2

참여
0 질문
6 답변

답변 채택
0.00%

획득한 표
1

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

3년 초과 전 | 0

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

3년 초과 전 | 0

답변 있음
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...

5년 초과 전 | 0

답변 있음
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, ...

5년 초과 전 | 0

답변 있음
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...

5년 초과 전 | 0

답변 있음
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...

5년 초과 전 | 1