Poorva Limaye - MATLAB Central
photo

Poorva Limaye


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 10/16 to 04/25Use left and right arrows to move selectionFrom 10/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
39,039
of 298,264

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How to sample a very small duration signal
I have a signal with time duration T= 20 micro seconds and have to sample it at 100 MHz.Then I need only 50 samples from the sam...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I plot 2 matrices in the same 3D plot using surf or mesh?
Like in 2D plot we can use plot(X1,Y1,LineSpec1,...,Xn,Yn,LineSpecn) How can I plot multiple matrices in the same 3D plot?

8 years 前 | 1 个回答 | 0

1

个回答

提问


2D FFT Plot
I am plotting the 2D FFT plot of a matrix clc;clear all;close all; format long; f1= 128;f2=512; fs=2^12; time=0:1/fs:1-...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Translate axes of 2D FFT plot to frequency
I am plotting the 2D fft of a matrix using mesh function.The matrix is a data from 16 linear sweeps of a FMCW wave with each swe...

8 years 前 | 0 个回答 | 0

0

个回答

提问


CFAR Algorithm showing incorrect results
I am trying to implement CFAR algorithm on the fft of a signal x=sin(2*pi*f1*t)+sin(2*pi*f2*t) where f1=128Hz,f2=250 Hz and fs=2...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert the x an y axis to frequency in plotting 2D FFT?
In case of 1D FFT,plot (abs(fft(X)) displays the frequency bin number on x axis and can be converted into frequency by multiplyi...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to decide on the sweep time of FMCW radar?
I am using the object phased.FMCWWaveform to generate a FMCW signal using sawtooth modulation.How should I decide on the sweep t...

8 years 前 | 1 个回答 | 1

1

个回答