mldmnn
Followers: 0 Following: 0
Statistics
RANK
19,043
of 295,569
REPUTATION
2
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
2
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Matlab interpolation of a hemisphere to a finer grid
I've computed data on this hemisphere: % Compute hemisphere coordinates segments = 20; ...
6 years ago | 0 answers | 0
0
answersQuestion
Interpolate matrices for different times in Matlab
I have computed variables stored in a matrix for a specific time vector. Now I want to interpolate between those whole matrices...
6 years ago | 2 answers | 0
2
answersMatlab's contour and colormap ignores input values
An increase of the contour levels worked for me!
6 years ago | 0
| accepted
Question
Matlab's contour and colormap ignores input values
I'm plotting a contour using the contourf function in Matlab and using sound pressure levels and the associated coordinates as a...
6 years ago | 2 answers | 0
2
answersQuestion
Unexpected results using octaveFilter
I'm aiming at obtaining a 1/3 octave band frequency signal for specific centre frequencies. I want to use Matlab's octaveFilter...
6 years ago | 0 answers | 1
0
answersQuestion
Octave band filter a frequency domain signal
I’ve computed a pressure signal in the time domain and converted it into the frequency domain using fft. Now I want to compute a...
6 years ago | 0 answers | 0
0
answersQuestion
Different results using poctave and octaveFilter while obtaining a 1/3-octave rms pressure over frequency
I'm aiming at obtaining a 1/3 octave band frequency signal for specific centre frequencies. I want to use Matlab's octaveFilter...
6 years ago | 1 answer | 1
1
answerQuestion
What to do for the right FFT in Matlab (two peaks and incorrect amplitude)?
This is the FFT I'm using. But two peaks (did not expect the one in the beginning) are occurring and the amplitude is not as spe...
6 years ago | 1 answer | 0
1
answerQuestion
Interpolate non-unique values
I have two vectors for a symmetrical flyover to compute an aircraft noise footprint: pressure = [0 0.5 1 2 4 2 1 0.5 0] ...
6 years ago | 1 answer | 0