回答済み Power amplifier transfer function plot
You must plot output power vs input power.
And this must be done be regarding that PA's gain is 0dB.
The later can be accomp...
回答済み Plot data in loop with num2str
If you want to display something on your workspace, use disp() instead of plot()
balyr=1752;
endyr=1966;
for k = baly...
回答済み Logarithms between 0 and 1 and ratios
Hi Juan
Suppose you have to divide two very small numbers x, y. And assume that 0<x<<0 and also 0<y<<0. A mathematical corre...
回答済み Find all roots of non linear equation
Dear IlPadrino
Your equation is not a "nonlinear" equation.
If you try to search its roots fist at the interval [0, +inf) ...
8年弱 前 | 0
回答済み how to round the binary bit into 8 bit
Hi AR
The best you have to do is to use fi objects.
I recommend to have a look on matlab help site on this topic.
By th...