Find Jobs
Hire Freelancers

FPGA based Area efficient DWT based watermarking alongwith cryptography

$30-250 USD

Closed
Posted over 7 years ago

$30-250 USD

Paid on delivery
I want to implement DWT based watermarking alongwith cryptography on fpga. Requirement is it should be area efficient. Then performance is to be compared with DCT based watermarking alongwith cryptography on fpga.
Project ID: 11998704

About the project

6 proposals
Remote project
Active 7 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
6 freelancers are bidding on average $252 USD for this job
User Avatar
A proposal has not yet been provided
$222 USD in 15 days
4.8 (10 reviews)
3.8
3.8
User Avatar
timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 21:25:32 10/29/2016 // Design Name: // Module Name: mainfunc // Project Name: // Target Devices: // Tool versions: // Description: // // Dependencies: // // Revision: // Revision 0.01 - File Created // Additional Comments: // ////////////////////////////////////////////////////////////////////////////////// module mainfunc( reset ,shift,update,clk,SI,Q ); input reset ,shift,update,clk,SI; output reg [4:0]Q ; reg [3:0]count=3'b000; reg [2:0]count1=2'b00; always@(posedgeclk) begin if (reset==1) Q[3:0]=4'b0000; else begin if ((shift==1) && (SI==1)) begin count=count+1; if(count<=1) Q[3:0]=4'b0001; if(count==2) Q[3:0]=4'b0011; if (count==3) Q[3:0]=4'b0111; if(count==4) count=3'b000; end if((update==1) && (shift==1 || shift ==0)) begin count1=count+1; if(count1<=1) Q[3:0]=4'b0111; if(count1==2) Q[3:0]=4'b1010; if(count1==3) count1=4'b000; end if((shift==1)&&(update==0)) Q[3:0]=4'b0100; end end endmodule // test bench `timescale 1ns / 1ps //////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Cr
$66 USD in 2 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of INDIA
India
0.0
0
Member since Nov 6, 2016

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759) & Freelancer Online India Private Limited (CIN U93000HR2011FTC043854)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.