Damiano Capocci
Followers: 0 Following: 0
student
Estadística
24 Preguntas
2 Respuestas
CLASIFICACIÓN
40.007
of 295.527
REPUTACIÓN
1
CONTRIBUCIONES
24 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
41.67%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Peak "coordinates of a histogram
Hi, I want to study the histogram of an array. This array has only one peak, I want to determine the bin related to the peak. I ...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Spectral test for Random Number Generator
Hi, does it exist a way to test the lattice structure of a congruential random generator using fft ? Or a code/function here on ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Runstest: a good interpretation
I've found this thing: I generate 100000 random numb through rand but sometimes the null hypotesis is rejected. For see this ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Runstest and corrcoef : difference and problems
Hi. I have noticed that if i use rand() function to generate for example 2*10^6 numbers and then *i evaluate the correlation coe...
más de 6 años hace | 0 respuestas | 0
0
respuestasDetermining optimal number of bins for chi squared distribution
More you have, better will be. if you have a great number of data you can go far with stand deviations because you will always h...
más de 6 años hace | 0
Pregunta
A good way to test uniform random number
Hi, i have got some generators i need to test. These produce uniform random numbers. I found only corrcoef() and runstest() are ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Complex numbers in ifft(fft(x))
Hi, i want to realize a convolution through fft and i also want to compare the time required for this process between gpu and cp...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
P value of corrcoef() is aways different !
Hi, in my tests i've introduced Matlab corrcoef(). But if i repeat this test i'm used to obtain different results for p value. T...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use a Mupad function in Matlab workspace
Hi, i want to use the function numlib::igcdmult because my aim is to apply the extended euclid algorithm for multiple argume...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Arrayfun - problem with input array
I've found this kind of problem: clear all; a=[3,7,9,5,11,2]; b=[1,2,3,4,5,6]; l=[1,0,0,0,0,0]; f=@(x,z,y) x*l(...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Efficient self-referential loop using GPU
I have lots of problems using for in GPU computing becuse it take a huge amount of time (as u know). My kind of loop is particul...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Strange values in convolution (using FFT through gpu)
I want to realize a code in which i use the convolution for GPU computing. So I'm studying all the characteristics of convulutio...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
A self assignment from scalar product
Hi there, i want to have a variable x which is involved in a scalar product with another vector but the result becomes an elemen...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Vectorization for dependent loops
Hi i want vectorize this code : a(1)= 1 ; for g=1:len_1 % len_1 >> len_2 for c=0:min(g-1,len_2...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Arrayfun - for conversion
I want to replace for loop with arrayfun but i don't have idea. In this case there is a particular dependence the two foor's. Ev...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Arrayfun for a particukar nested loop in GPU computing
Hi i've this situation (CPU): X(1)= first_step; for k=1:length_1 for p=0:min(k-1,length_2) X(k+1)=X(k+1)+j(p+1...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Vectorizing for loops - an efficient way to do it
Hi, i want to know how should i vectorize two loops like this: length=100000; limit=8; j=primes(9000); j=j(randp...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Comparison for/vectorization- some general advice
Hi, i'm trying to vectorize my code. But i have recently found this: clear all; tic k=zeros([1,10000]); a=1:1000...
casi 7 años hace | 1 respuesta | 0
1
respuestaavoid negative index in array or matrix
Yes, all of u are right in particular david, my code is a bit complex so i've tried to explain the question giving the idea of m...
casi 7 años hace | 0
Pregunta
avoid negative index in array or matrix
I'm working on 2 loops in which i have the difference of two indices like this: for i=1:interval_1 for j=0:interval_2 ...
casi 7 años hace | 3 respuestas | 0
3
respuestasPregunta
Multiple input delay block (simulink)
I need more inputs for delay block, how should i do?
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there in Matlab a test for random numbers?
Hi, i'm working on RNG, for this reason i've to test my results. Is there any test in a toolbox? I'm looking for something like ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Does it exist function for a Simulink model related to time (more or less like 'now') ?
I'm working on a FPGA project, i want to have a function which gives values related to time (current). Unfortunately "now" is no...
alrededor de 7 años hace | 1 respuesta | 1
1
respuestaPregunta
Does it exist a function which is similar to time() function of C ambient ?
Hi, i'm working with random number generation, I would like to know if exists, in Matlab, a function like time(0) of C ambient (...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Obtaining all zeros from rand
Hi, i'm working with rand but when i do x(1,9)=rand the vector x has the first eight components are always equal to zero, in par...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Campus License - Sapienza Università di Roma
May you tell me when Campus License will be activated? I need MatLab latest version for my lab project in particular for the FPG...
más de 7 años hace | 1 respuesta | 0