Matlab Code for Amplitude Modulation

 Program:clc;clear all;t = 0:0.001:1;vm = input('Enter the amplitude of message signal = ');vc = input('Enter the amplitude of carrier signal = ');fm = input('Enter the message frequency = ');fc = input('Enter the carrier frequency = ');m = vm/vc;sm = vm.*sin(2*pi*fm*t);subplot(3,1,1);plot(t,sm);xlabel('Time...
Share:

Matlab Code for Phase Modulation

 Program:clc;clear all;t = 0:0.001:1;vm = input('Enter the amplitude of message signal = ');vc = input('Enter the amplitude of carrier signal = ');fm = input('Enter the message frequency = ');fc = input('Enter the carrier frequency = ');m = input('Enter modulation index...
Share:

Matlab Code for Pulse Code Modulation

 Program:clc;clear all;t = 0:0.0005:20;partition = -1:0.1:1;codebook = -1:0.1:1.1;x = sin(t);[index,quants] = quantiz(x,partition,codebook);subplot(3,1,1);plot(t,x);title('Message Signal');xlabel('Time(s) ---->')ylabel('Amplitude(V) ---->')subplot(3,1,2);plot(t,quants);title('Quantized...
Share:

Matlab Project Topic List for Final Year Submission

 RECONSTRUCTION OF UNDERWATER IMAGE BY BISPECTRUMDESIGN AND ANALYSIS OF BIT INTERLEAVED CODED SPACE-TIME MODULATIONCODING SCHEMES APPLIED TO PEAK-TO-AVERAGE POWER RATIO (PAPR) REDUCTION IN OFDM SYSTEMSDETECTING DOMINANT MOTIONS IN DENSE CROWDSA REAL-TIME ADAPTIVE LEARNING METHOD FOR DRIVER EYE DETECTIONDROP PARAMETER ESTIMATION FROM UNDERWATER...
Share:

C program to display the following pattern of numbers

 11    21    2    31    2    3    41    2    3    4    51    2    3    4    5    61    2    3    4    5    6    7Program code#include <stdio.h>#include...
Share:

C program to display the following pattern

 **    **    *    **    *    *    **    *    *    *    **    *    *    *    *    **    *    *    *    *    *    *Program code#include <stdio.h>#include...
Share:

C program to check whether the given number is odd or even

 Program code#include <stdio.h>#include <conio.h>void main(){int a;clrscr();printf("Please input a number to find whether it is odd or even.\n");scanf("%d",&a);if ((a%2)==0)printf("%d is even.\n",a);elseprintf("%d is odd.\n",a);getch();}Example of outputPlease input a number to find whether it is odd or even.700700 is ev...
Share:

C program to find whether the given number is prime or composite

 Program code#include <stdio.h>#include <conio.h>void main(){int question=0, i=2;clrscr();printf(“Please input a positive integer to find out whether it is a prime number or composite number.\n”);scanf(“%d”,&question);if (question==1){printf(“%d is neither prime nor composite.\n”, question);goto stop;}if (question==2){printf(“%d...
Share:

C program to display the reverse of the given number

 Program code#include <stdio.h>#include <conio.h>void main(){long int temp=0, number=0, reverse=0;clrscr();printf(“Please input a whole number to get its reverse.\n”);scanf(“%ld”,&number);for (temp=number;temp>0;temp=temp/10)reverse=(reverse*10)+(temp%10);printf(“The reverse of %ld is %ld\n”, number, reverse);getch();}Example...
Share:

C program to swap two numbers

 Program code#include <stdio.h>#include <conio.h>void main(){int a=0, b=0, temp=0;clrscr();printf(“Please input a number to store in a.\n”);scanf(“%d”,&a);printf(“Please input a number to store in b.\n”);scanf(“%d”,&b);printf(“Before swapping.\na=%d\nb=%d\n”, a,b);/*displays the values of a and b before swapping.*//* swapping...
Share:

C program to print a fractional number after rounding it to two decimal places

Program code#include <stdio.h>#include <conio.h>void main(){float a;clrscr();printf("Please insert a number.\n");scanf("%f",&a);printf("The number you have entered is %.2f",a);getch();}Example of outputPlease insert a number.7.7777The number you have entered is 7.78&nb...
Share:

MATLAB Code for Histogram Equalization

 The process of adjusting intensity values can be done automatically using histogram equalization. Histogram equalization involves transforming the intensity values so that the histogram of the output image approximately matches a specified histogram. By default, the histogram...
Share:

Matlab Project On Types of Breast Cancer Detection Using Matlab Source Code

  ABSTRACT            Cancer is the second cause of death in the world. 8.8 million patients died due to cancer in 2015. Breast cancer is the leading cause of death among women. Several types of research have been done on early detection of...
Share:

Matlab Project for DCT Based Steganography Hide Text in Image Source Code

 ABSTRACT            Steganography is the science and art of secret communication between two sides that attempt to hide the content of the message. It is the science of embedding information into the cover image without causing a loss in the...
Share:

DES Encryption Decryption Using Matlab Project Source Code - Cryptography Using DES Algorithm

  ABSTRACT            The data encryption standard is also known as DES. DES has been the most extensively used encryption algorithm standard in recent times. Encryption and decryption comprise of cryptography. Cryptography terminology is used...
Share:

Brain Tumor Detection using Convolutional Neural Network (CNN)

ABSTRACT            Brain tumor identification is really challenging task in early stages of life. But now it became advanced with various machine learning algorithms. Now a day’s issue of brain tumor automatic identification is of great interest....
Share:

Matlab Code for Prostate Cancer Detection using Image Processing

ABSTRACT           This project gives an overview of the method of detecting prostate cancer by associating Region of interest segmentation method with Support Vector Machine. Prostate cancer is commonly prevalent carcinoma detected in most of the...
Share:

Grape Leaf Disease Detection using Image Processing Matlab Source code

ABSTRACT              Identification of the grape leaf disease is the main goal to prevent the losses and quality of agricultural product. In India grape fruit crop is widely grown. So disease detection and classification of grape leaf...
Share:

Early Stage Brain Tumor Detection using Image Processing Matlab Project Code

ABSTRACT             A tumor is a mass of tissues that is formed by an accumulation of abnormal cells. Normally, the cells in our body grow, age, die, and are replaced by new cells but the cancer and other tumors damage this cycle. The tumor...
Share:

Haze Removal using Matlab Project with Source Code

ABSTRACT            Haze causes problems in various computer vision and image processing based applications as it diminishes the scene's visibility. The air light and attenuation are two main phenomena responsible for haze formation .The air...
Share:

Matlab code for Image Fusion using Wavelet Transform

ABSTRACT             Different medical imaging techniques such as X-rays, computed tomography (CT), magnetic resonance imaging (MRI), and positron emission tomography (PET) provide different perspectives for the human body that are important...
Share:

Bone Fracture Detection using Neural Network Matlab Project with source Code

ABSTRACT             Analysis of medical images plays a very important role in clinical decision making. For a long time it has required extensive involvement of a human expert. However, recent progress in data mining techniques, especially...
Share:

Lung Cancer Detection using Neural Network Matlab Project Source Code

ABSTRACT              Lung cancer prevalence is one of the highest of cancers. One of the first steps in lung cancer diagnosis is sampling of lung tissues or biopsy. These tissue samples are then microscopically analyzed. This procedure...
Share:

Signature Recognition using neural network Matlab Project Code

ABSTRACT               The fact that the signature is widely used as a means of personal identification tool for humans require that the need for an automatic verification system. Verification can be performed either Offline or Online based...
Share:

Steganography using AES Algorithm Matlab Project Source Code

ABSTRACT             In today’s world, confidential information is growing due to various areas of works. Internet is the main area of transmission of digital data, so security must be more considered. Two common ways of providing security is...
Share:

Lung Cancer Detection using Neural Network Matlab Project With Source Code

ABSTRACT              Lung cancer prevalence is one of the highest of cancers, at 18 %. One of the first steps in lung cancer diagnosis is sampling of lung tissues or biopsy. These tissue samples are then microscopically analyzed. This procedure...
Share:

Video Steganography Hiding Image in Video Matlab Project Source Code

ABSTRACT           Steganography has become great area of interest for researchers as need for secure transaction of information is increasing day by day. Information may be text, image, audio or video. Steganography is a technique in which...
Share:

Rice Leaf Disease Detection using Image Processing Matlab Project with Source Code

ABSTRACT             Agriculture is the main backbone for most of the developing/developed countries; agriculture production itself is the main feed for ever growing populations and it is the major source of income for the rural people/farmers...
Share:

Diabetic Retinopathy Detection using Convolutional Neural Network CNN Matlab Project Source Code

ABSTRACT             Diabetic Retinopathy (DR) is one of the major causes of blindness in the western world. Increasing life expectancy, indulgent lifestyles and other contributing factors mean the number of people with diabetes is projected...
Share:

Matlab Project on Lung Cancer Detection using Neural Network Full Source Code

ABSTRACT              Lung cancer prevalence is one of the highest of cancers, at 18 %. One of the first steps in lung cancer diagnosis is sampling of lung tissues or biopsy. These tissue samples are then microscopically analyzed. This...
Share:

Matlab Code for Signature Verification on Bank Cheque using Image processing

ABSTRACT             The area of Signature Verification has been broadly researched in the last decades, but remains an open research problem. The objective of signature verification systems is to discriminate if a given signature is genuine...
Share:

Matlab Code for Fake Biometric Recognition using Image Processing

ABSTRACT               Achieving high security in varied areas, biometric system has become common analysis space over past decades. Biometric system provides machine-controlled personal identification supported distinctive features of...
Share:

Text Image Watermarking using Image Processing Matlab Project code

ABSTRACT             Multimedia security is a major issue. Images, video, audio, text files are losing their credibility day by day as they can be distorted or manipulated by using several tools. Ensuring the authenticity and integrity of digital...
Share:

Matlab Code for Marathi Character Recognition using neural Network

ABSTRACT           Marathi character can be converted in to the digital information using Marathi character Recognition, which is the ability of a computer to receive and interpret handwritten input from documents. Marathi Characters are more complex...
Share:

Matlab Code for Maize Plant Disease Detection using Image Processing

ABSTRACT             Plant leaf diseases can affect plant leaves to a certain extent that the plants can collapse and die completely. These diseases may drastically decrease the supply of vegetables and fruits to the market, and result in a...
Share:

Total Pageviews

CONTACT US

Prof. Roshan P. Helonde
Mobile: +917276355704
WhatsApp: +917276355704
Email: roshanphelonde@rediffmail.com
Web: www.matlabprojectcodes.blogspot.com

Blog Archive

Popular Posts

Contact Form

Name

Email *

Message *

Copyright Matlab Project Codes All rights Reserved. Powered by Blogger.

Blog Archive