photo

raizal muttaqin


Pointopoin

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

MATLAB Answers

9 个提问
0 个回答

排名
235,641
of 302,066

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,527

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,617

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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

1

个回答