Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (6)
Gaussian Random number generator (hardware impleme
no vote
This is hardware implemented Gaussian random number generator based on the article attached in the folder "Document" The system is based on the Ziggurat Gaussin random algorithm and implemented when I was under-graduate. Although it is not my original system, it is so helpful cause I can acquire a lot of useful skills of verilog programming such as pipeline. It is well simulated on the synthesis tool (ISE14.7) and the printed data can be verified using Matlab which is in the "Document" folder. The testbench fils is tb_Zigg.v, and the top module file is top_Zigg.v Goodlucks~
harrylee365
2016-12-03
3
1
Gaussian Mixture Model Matlab
no vote
It's an implementation code of Gaussian Mixture Model by using Matlab. The model is simple if you wanna add some modals to model you can do it simply Note: the file GMM.m is the main file
harrylee365
2016-11-12
0
1
DBSCAN using C++
no vote
It is implementation of DBSCAN by using C++ which is a well known clustering algorithm. The development tool is Visual Studio 2013. The implemented files are in clust_proj. And test_matlab_DBSCAN is a matlab version of algorithm The output will be printed on txt file called "result_main.txt", "result_cluster.txt" and "result_cluster_point.txt". result_main.txt: result of all points with clustered id and cluster family. The option of enabling printing out txt file is in the "CoordinateSet.h" result_cluster.txt: result of cluster id of all points. The option of enabling printing out the txt file is in the "DBSCAN.h" result_cluster_point.txt: This file is corresponds to result_cluster.txt. This includes the coordinates only.
harrylee365
2016-11-11
2
1
Inverse Sampling Method Matlab
no vote
This is a simple implementation of invese CDF sampling method using matlab. The target function used in this file is a multinomial distribution. you can modify this part (I highlighted in comment) your desiring function
harrylee365
2016-11-10
1
1
Hofield Nerual Network
no vote
The simple Hopfield Neural Network of fixing letter with noise. Please refer to .m file
harrylee365
2016-11-10
1
1
one frame stereo vision example using matlab
no vote
Matlab implemented stereo vision of one frame version you can modify it as a loop statement for video stereo vision but I dont think it can work fast... The sample images are provided for verification.
harrylee365
2016-11-10
1
1
No more~