zein
Followers: 0 Following: 0
Estadística
23 Preguntas
4 Respuestas
CLASIFICACIÓN
13.553
of 295.467
REPUTACIÓN
3
CONTRIBUCIONES
23 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
43.48%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 2 años hace | 2 respuestas | 0
2
respuestasunable 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...
más de 2 años hace | 0
Pregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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),...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestacalculate SPL-Third octave using poctave function
%using filtbank dunction (download it from lib.) [splfiltb,fcfiltb] = filtbank(p,fs,[],'extended'); %using poctave fun pref...
más de 3 años hace | 1
Pregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 2 respuestas | 0
2
respuestashow 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...
alrededor de 4 años hace | 0
| aceptada
Pregunta
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 (...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 4 años hace | 1 respuesta | 0
1
respuestaHow 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...
más de 4 años hace | 0
Pregunta
how to write Text file usiNG MATLAB
R-0 { position (0.2 1.48 0.01); pRef 2.0e-5; fftFreq 1024;...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 4 años hace | 0 respuestas | 1
0
respuestasPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0