raizal muttaqin
Pointopoin
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How to scrape a website using MATLAB?
I want to scrape the text data from a table on a website ( <http://blog.pointopoin.com> ). I have used urlfilter but this only s...
8 years 前 | 1 个回答 | 0
1
个回答提问
Error in show Semilogy
i have this graph that show BER after demodulation. <</matlabcentral/answers/uploaded_files/64858/Capture.PNG>> but in wa...
9 years 前 | 1 个回答 | 0
1
个回答提问
Error in Vector must be the same length.
i made MMSE Equalizer with 8PSK Modulation. i want to use semilogy in my program. but got error in " semilogy(EbNo,ber,'-or');"...
9 years 前 | 1 个回答 | 0
1
个回答提问
what's the different between LMS Equalizer and MMSE Equalizer?
hi, i'm beginer in signal processing and MATLAB. i have question, what's the different between LMS Equalizer and MMSE Equalizer...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to implement MMSE Equalizer for 8psk modulation?
hi, i need help. i'm work in signal processing. anyone know about MMSE Equalizer for 8psk modulation? Regard,
10 years 前 | 0 个回答 | 0
0
个回答提问
LMS Equalizer for 8PSK Modulation
hi, my name Raizal and i'm work in signal processing. i made LMS Equalizer for 8PSK modulation and i've done the project. Could ...
10 years 前 | 0 个回答 | 0
0
个回答提问
i want to make MMSE Equalizer and got this code... can someone explain the function of this code per line?
H = comm.PSKModulator(8,pi/8,'BitInput',false); Hdemod = comm.PSKDemodulator(8,pi/8,'BitOutput',false); n=9; r_data...
10 years 前 | 0 个回答 | 0
0
个回答提问
Why I got the error "Undefined operator '.*' for input arguments of type 'channel.rayleigh'." ?
this is my code: Vn= rayleighchan(1/10000,100); Vnx=Vn.*cos(f*v); Vny=Vn.*sin(f*v); [b,a]=butter(2,0.04);
10 years 前 | 1 个回答 | 0
1
个回答提问
how to show frequency domain?
hi, i'm begginer in matlab and i have question how to show the frequency domain for this code: t = linspace(-2*pi,2*pi,200)...
10 years 前 | 1 个回答 | 0