Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
127.716
of 301.558
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.325
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.442
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
How can I count number of pests on a plant using Image processing?
Given below is the link for image: <https://drive.google.com/file/d/0B5ZRuswje44dOXVPNlhhbUdpMjQ/view?usp=sharing> <<https...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How can we generate samples of generalized gaussian noise and Gaussian mixture noise?
I need to generate 200 samples of generalized Gaussian noise and also for Gaussian mixture. The PDF for generalized Gaussian i...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Warning: Explicit integral could not be found. I got this warning while integrating a function.
function y2 = Fw(t) p = 0.5 num_gamma= gamma(3/p); den_gamma= gamma(1/p); global a; a=(p/2)...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use trapz or cumtrapz function to integrate a function from -infinity to t?
clc; close all; clear all; p = 2; num_gamma= gamma(3/p); den_gamma= gamma(1/p); glob...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
I was trying to write a simple program but getting error every time i call the function?
function y1= f(t) p = [0.5, 0.75,1.0,1.25,1.50,1.75,2]; num_gamma= gamma(3./p); den_gamma= gamma(1./p); ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm trying to get an optimal value of tou by differentiating the SNR gain and equating it to zeo.
The program I wrote was: clc; close all; clear all; syms t; p = 0.5; num_gamma= gamma(3/p); den_gamma= gamma(...
casi 10 años hace | 0 respuestas | 0
