photo

raizal muttaqin


Pointopoin

Active since 2016

Followers: 0   Following: 0

Message

I'm learning in wireless communication and very interested in MATLAB

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
234,189
of 301,432

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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,

9 years ago | 0 answers | 0

0

answers

Question


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 ...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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);

9 years ago | 1 answer | 0

1

answer

Question


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)...

9 years ago | 1 answer | 0

1

answer