Community Profile

photo

Tworit Dash


Last seen: 3 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

6 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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, ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort