Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Self Organising Map (SOM)
no vote
This is an example of Self Organising Maps (SOM) for 16 variables by using Matlab software. Here's the preview of the code : C # W=rand(10,10,13)/10; x=[1,0,0,1,0,0,0,0,1,0,0,1,0;     1,0,0,1,0,0,0,0,1,0,0,0,0;     1,0,0,1,0,0,0,0,1,0,0,1,1;     1,0,0,1,0,0,0,0,1,0,0,1,1;     1,0,0,1,0,0,0,0,1,1,0,1,0;     1,0,0,1,0,0,0,0,1,1,0,1,0;     0,1,0,1,0,0,0,0,1,1,0,1,0;     0,1,0,0,1,1,0,0,0,1,0,0,0;     0,1,0,0,1,1,0,0,0,0,1,0,0;     0,1,0,0,1,1,0,1,0,1,1,0,0;     1,0,0,0,1,1,0,0,0,1,0,0,0;     0,0,1,0,1,1,0,0,0,1,1,0
aanc0d3
2016-08-23
0
1
Example of QPSK Code in Matlab
4.0
This is an example of simple Quadrature Phase Shift Keying (QPSK) code in MATLAB. The aim of this simulation is to compare the performance in terms of BER and EbNo (SNR). Hope this helps :)
aanc0d3
2016-08-23
1
1
No more~