Poorva Limaye
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
38,770
of 295,673
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 1