zein
Followers: 0 Following: 0
Feeds
提问
calculate psd using fft2 for 2-D matrix
I am trying to calculate the PSD using fft2 for 2D matrix, but I am not sure how to calculate the PSD from fft2 I have used the...
2 years 前 | 2 个回答 | 0
2
个回答已回答
unable to classify the variable 'F' in the body of the parfor-loop
Thanks for your help, I really appreciate it @Edric Ellis I have already tried to modify the lines according to your recommenda...
unable to classify the variable 'F' in the body of the parfor-loop
Thanks for your help, I really appreciate it @Edric Ellis I have already tried to modify the lines according to your recommenda...
2 years 前 | 0
提问
unable to classify the variable 'F' in the body of the parfor-loop
I was trying to reduce the time taken by parfor and I have tried to calculate F (scatteredInterpolant() ) before the parfor loop...
2 years 前 | 2 个回答 | 0
2
个回答提问
how to increase the number of workers to 32 for parfor loop
I am trying to increase the number of workers (cores) for parfor loop in Matalb, but after running the code the number of cores ...
2 years 前 | 1 个回答 | 0
1
个回答提问
The variable 'counter' is perhaps intended as a reduction variable, but is actually an uninitialized temporary.
I have tried to use parfor to decrease the required time needed for the for loop. The normal for loop was working properly befor...
2 years 前 | 1 个回答 | 0
1
个回答提问
interpolate 3D data onto 2D plane
I have variables (p,T,u,v,w) that are output for 3D block. Each point location is defined by (x,y,z) with corresponding value of...
2 years 前 | 1 个回答 | 0
1
个回答提问
plot contours for pressure on surface points defined by z,y and z corrdinates
I want to plot the pressure contours on aerofoil surface, this surface consists of nodes lying on the surface. Each node locatio...
2 years 前 | 1 个回答 | 0
1
个回答提问
error using symengine is generated while getting the derivative of equation of 8 degree with variable constants
I am trying to get the slope of equation (y3c=p1*xs^8 + p2*xs^7 + p3*xs^6 + p4*xs^5 + p5*xs^4 + p6*xs^3 + p7*xs^2 + p8*xs + p9),...
3 years 前 | 1 个回答 | 0
1
个回答提问
how to read files with different name using fid
I am trying to make averaging for data saved in files named:pfoil_1_var_1_562474.raw, pfoil_1_var_1_562476.raw .......pfoil_1_v...
3 years 前 | 1 个回答 | 0
1
个回答提问
how to modify the saved variable in mat file by adding extra columns without overwriting on the previously saved columns
I want to modify mat file created without overwriting the previously saved columns. I want to create an array of 12 columns and ...
3 years 前 | 1 个回答 | 0
1
个回答提问
how to read a data from text file
I want to read data from text file formatted as follows: number 7 is the number of points and they are listed in form of (x y z...
3 years 前 | 1 个回答 | 0
1
个回答已回答
calculate SPL-Third octave using poctave function
%using filtbank dunction (download it from lib.) [splfiltb,fcfiltb] = filtbank(p,fs,[],'extended'); %using poctave fun pref...
calculate SPL-Third octave using poctave function
%using filtbank dunction (download it from lib.) [splfiltb,fcfiltb] = filtbank(p,fs,[],'extended'); %using poctave fun pref...
3 years 前 | 1
提问
how to find the horizontal Asymptotes of fitted curve equation for a data set
I have a data for (y,vor). I have used cftool to get fitted function for the input data. I want to know how to get the the horiz...
3 years 前 | 0 个回答 | 0
0
个回答提问
how to use curve fitting without using curve fitting toolbox?
I want to use curve fitting tool in the matlab script without opening the curve fitting toolbox. I have a data (x,u) and i want...
3 years 前 | 1 个回答 | 0
1
个回答提问
how to take the derivative of the function saved from curve fitting tool
I want to take the derivative of the following function after extracting the curve fitted from cftool. I have saved the curve fi...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to extract the function from curve fitting tool in Matlab
I want to extract the function for my data points. I used interpolant witg linear method as indicated in the figure below. Is i...
4 years 前 | 2 个回答 | 0
2
个回答已回答
how to change the standard octave bands in poctave function
This is a function in Matlab called power band for calculating average power spectra over user specified frequency range functi...
how to change the standard octave bands in poctave function
This is a function in Matlab called power band for calculating average power spectra over user specified frequency range functi...
4 years 前 | 0
| 已接受
提问
how to change the standard octave bands in poctave function
I am using pocave function to calculate intergral spectra for pressure signal over octave bands. The standard octave bands are (...
4 years 前 | 1 个回答 | 0
1
个回答提问
How can I set an axis outside the polar figure
How can i set the pola axis outside the figure and to set it to be starting from 70 not zero the original figue is shown below ...
4 years 前 | 1 个回答 | 0
1
个回答已回答
How can I set an axis outside the polar figure like this photo?
how can i modify the rlabel to be starting from 70 instread of zero as i have used the same code but for my case i want the scal...
How can I set an axis outside the polar figure like this photo?
how can i modify the rlabel to be starting from 70 instread of zero as i have used the same code but for my case i want the scal...
4 years 前 | 0
提问
how to write Text file usiNG MATLAB
R-0 { position (0.2 1.48 0.01); pRef 2.0e-5; fftFreq 1024;...
4 years 前 | 1 个回答 | 0
1
个回答提问
calculate SPL-Third octave using poctave function
I want to calculate the sound pressure level third ooctave using poctave function I used poctave function to convert pressure d...
4 years 前 | 2 个回答 | 0
2
个回答提问
how to Coverts narrowband SPL decibel values to 1/3 octave band SPL decibel value
I want to coverts narrowband SPL decibel values to 1/3 octave band SPL decibel value, the arrowband SPL decibel values are shown...
4 years 前 | 0 个回答 | 1
0
个回答提问
how to convert pressure versus time to pressure versus frequency using fft function
I have tried to convert pressure versus time data to pressure versus frequency using FFT function This is the pressure versus...
4 years 前 | 1 个回答 | 0
1
个回答提问
Reduce the spectrum noise of plomb function
i have pressure data with non-uniform spaced time sample as show below x-axis is the time in second and y-axis is the pressure v...
5 years 前 | 0 个回答 | 0
0
个回答提问
how to plot pressure spectrum for a point in turbulent flow
I have pressure data for a point in turbulent flow,the data are not sampled at constant time step The data are sampled from ti...
5 years 前 | 0 个回答 | 0
0
个回答提问
how to use interp1() function
I have tried to use interpt(1) function as i have time and pressure data. the pressure data is highly scattered it look like th...
5 years 前 | 1 个回答 | 0