Feeds
질문
What matlab function can I use to convert and analog signal to a digital bit stream?
See question.
14년 초과 전 | 답변 수: 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>...
거의 15년 전 | 답변 수: 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...
거의 15년 전 | 답변 수: 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)...
거의 15년 전 | 답변 수: 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.
거의 15년 전 | 답변 수: 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?
거의 15년 전 | 답변 수: 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?
거의 15년 전 | 답변 수: 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 ....
거의 15년 전 | 답변 수: 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...
거의 15년 전 | 답변 수: 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.
거의 15년 전 | 답변 수: 3 | 0
