Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Verilog Code for 8 bit array multiplier
4.1
I have written verilog for 8 bit array multiplier . Accepts two 8 bit numbers and gives 16 bit result.
sonu783296
2016-08-23
0
1
Detects circles in image and plots Delaunay Triang
no vote
I%**********Code For Plotting  delaunay triangles and  finding the angles of the triangle********* %*************************************************************************************** I=imread('test9.jpg'); I=rgb2gray(I); imshow(I); Rmin = 5; Rmax = 30; [center, radius] = imfindcircles(I,[Rmin Rmax],'ObjectPolarity','Bright'); %viscircles(center,(radius),'EdgeColor','r','LineWidth',2.007) %viscircles(center,(radius+2),'EdgeColor','r','LineWidth',2.007)
sonu783296
2016-08-23
0
1
simple stock ticker which updates a plot of stock
no vote
classdef simpleStockTicker < handle % simpleStockTicker   A simple stock ticker app written with a MATLAB class % % This app provides an example of how to use a MATLAB class to write a % simple stock ticker which updates a plot of stock prices over time for a % given ticker symbol. % % David Garrison @ The MathWorks % Copyright 2012 The MathWorks, Inc.          properties         Figure                  % Graphics handles         Axis         Line         TickerText         TickerEdit                  Timer                   % Timer object to get updated prices         TimerUpdateRate = 1     % In seconds
sonu783296
2016-08-23
0
1
No more~