Pages
(Move to ...)
Home
RESULTS
▼
Tuesday, January 28, 2014
How to do integration in MATLAB?
›
MATLAB 2013.b supports direct integration. It supports both definite and indefinite integrals. However, if complicated functions are given...
5 comments:
Sunday, December 23, 2012
MATLAB code for n-channel enhancement MOSFET with early effect
›
Enhancement mode MOSFET is influenced by early effect that arises in short channel devices. Since we are dealing with 180nm technology the...
7 comments:
Saturday, December 22, 2012
MATLAB code for n-channel MOSFET output characteristics
›
MOSFET is the most widely used semiconductor device in the present era. It's important to understand the working of MOSFET and graphical...
3 comments:
Friday, August 5, 2011
HOW TO SOLVE 12 BALLS PROBLEM? 12 BALLS 3 WEIGHING ONE BALANCE
›
1 comment:
Saturday, May 7, 2011
EFFECT OF RECTANGULAR | HAMMING | HANNING | BLACK MAN WINDOWS ON FIR lowpass filter
›
clear all; close all; f=input('enter the freq'); N=input('enter the number of samples'); w=2*pi*f; alpha=(N-1)/2; h=ze...
2 comments:
›
Home
View web version