Feeds
提问
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...
8 years 前 | 1 个回答 | 0
1
个回答提问
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...
9 years 前 | 0 个回答 | 0
0
个回答提问
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)...
9 years 前 | 1 个回答 | 0
1
个回答提问
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...
9 years 前 | 1 个回答 | 0
1
个回答提问
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); ...
9 years 前 | 1 个回答 | 0
1
个回答提问
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(...
9 years 前 | 0 个回答 | 0
