Tworit Dash
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
81.031
of 295.638
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20.255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.207
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 use a constraint on the output of a goal function?
I have an optimization problem where I have 5 variables to optimize. I am using fmincon now wih sqp approach, but in future I ma...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
Plotting a 1D function by hovering on a 2D plot
Let's say I have a 2D surface plot of function x and y. So z is a function of x and y. I also have a variavle F which is a funct...
ongeveer 2 jaar ago | 2 answers | 0
2
answersQuestion
Closed form not the same as the discrete form
clear; lambda = 3e-2; x = 4 * pi/lambda * linspace(eps, 15, 100000); T = 5e-3; t = [0:0.001e-3:T] ; % 0.1:1e-3:0.1+T...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
Avoiding for loops for multiplication of multidimensional matrices
I have to do a matrix multiplication of two vectors in principle to get a scalar. The vectors are (1 x 2) and (2 x 1). However, ...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
Creating and recovering a frequency shift in time domain
I am trying to simulate and process Doppler signal. My main problem is a little more complex so I am only posting a simple versi...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
Why imagesc always interpolates the data?
I have a 3D data x = [-7.500000000000000,-5.625000000000000,-3.750000000000000,-1.875000000000000,0,1.875000000000000,3.75000...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
Why the FFT of the conjugate doesn't coincide exactly at the negative frequency of interest?
I am trying to understand why the conjugate of a signal in the time domain doesn't produce an exact flip of the frequency domain...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
Why N point FFT of a under-sampled signal in time domain is worse than only a N point FFT of the time domain signal (Not resampled)
I am trying to understand what happens when I try to reconstruct the spectrum of a signal with fewer samples. I tried 2 approach...
meer dan 3 jaar ago | 1 answer | 0