Feeds
提问
Modelling Weibull and Rician distribution in MATLAB
For complex normal random variables, rayleigh distribution with unity variance can be modeled as: 1/sqrt(2)*(randn+j*randn) in M...
10 years 前 | 0 个回答 | 0
0
个回答提问
Heuristic solver for lambert W function?
I have a function in the form of, x*(2^x)=b/ln(2) This can be expressed as x=W(b)/ln(2), where, W is the product log functi...
13 years 前 | 1 个回答 | 0
1
个回答提问
Help with 'solve' function in MATLAB for numerical solution!
For example, lets say I have the expression "x=2^x*b+c" and I use solve function as, d=solve('x=(2^x)*b+c'); Now if I ...
13 years 前 | 3 个回答 | 0