Feeds
提问
frequency and bit rate of PAM digital signal
Let`s say I have a vector of length 1000 of binary random numbers , I then do digital PAM(as in mapping it to [-3 -1 1 3]) then ...
3 years 前 | 0 个回答 | 0
0
个回答提问
plot a function of 2 variables inside a for loop
I have this equation where A,B are onstants and E= ( 1-( ((1-B)/2.*J).*(1+(E.*J/(A*B)))*sqrt(E.*J.*A/B) )); I need to plot E ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Solving nonlinear equation inside for loop
I want to solve for p in the following equation: a1*P^0.5+a2*p+a3*p^1.5=k if I need to iterate K from 1 to 10000 this is the ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to make time shift in a vector using non integer values?
I need to implement this equation I(t-Ts)= co*n(t) +c1* n(t-Ts) Where Ts is 1 nanosecond, so I keep getting an error " Array ...
4 years 前 | 1 个回答 | 0

