Feeds
提问
What matlab function can I use to convert and analog signal to a digital bit stream?
See question.
14 years 前 | 1 个回答 | 0
1
个回答提问
How do I produce code for a soft limiter to be applied to a simple sinusoid signal?
Assume w = my sinusoid signal Say A=10^(-3/10).*var(w); % A = 3dB x Power in , My clipping parameter X(X>...
14 years 前 | 1 个回答 | 0
1
个回答提问
Signal put through an RC filter. Stemmed plot is not matching the shape of the signal, how do I correct this?
I have put a 16-QAM modulated signal through a raised cosine filter. I get a plot of the signal with stems on the same graph. Ho...
14 years 前 | 0 个回答 | 0
0
个回答提问
How do i write the code for a soft limiter under the following conditions?
I want to write the code for: A=10^(-3/10).*var(w); % A = 3dB x Power in if abs(w) > A then plot A if abs(w)...
14 years 前 | 1 个回答 | 0
1
个回答提问
plot Low pass filter chebychev type 1 and 2
Hi, I want to know how I could plot an ideal response for a chebychev type 1 and 2 low pass filter.
14 years 前 | 1 个回答 | 0
1
个回答提问
How do I plot the first four Chebychev polynomials in MATLAB?
How do I plot the first four Chebychev polynomials in MATLAB?
14 years 前 | 2 个回答 | 0
2
个回答提问
How do I write the code for a RC (Raised Cosine) filter?
...and apply it to a bitstream that has been modulated with a 16QAM constellation?
14 years 前 | 1 个回答 | 0
1
个回答提问
I have plotted a random bitstream, put it through a 16-QAM modulator and now I need to add nonlinearity to this. How can I approach this?
I want to use polynomial nonlinear system. So y=a1x + a3x + a5x + a7x ....
14 years 前 | 0 个回答 | 0
0
个回答提问
How do I write the code for a nonlinear system?
I want to put a bitstream into a symbol mapper then through a nonlinear system. However I want to use Matlab rather than simulin...
14 years 前 | 1 个回答 | 0
1
个回答提问
How do I plot a bitstream of [1,0,1,0] on Matlab?
I dont want to plot random bits but thats all i seem to find on the net.
14 years 前 | 3 个回答 | 0