Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

artificial noise to improve secrecy.

Status
Not open for further replies.

soulx

Newbie level 2
Joined
Mar 25, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,295
hi everybody.
im doing a mini project of artificial noise.
my reference will be the paper from S.Goel and R.Negi which is 'Guaranteeing Secrecy using Artifcial Noise'
i manage to get some codes and modify it, however i didnt manage to get the correct result as been shown in the paper.

my concern is at the demodulation part of the codes.

i hope somebody can give ideas and any reference for this project.

i can put my codes if someone need to see it.
PM or email me so that we can share some ideas.
hyperx23[at]gmail.com
 

how do i measured a power of a random number.

if i generate a random number and then decompose into QR decomposition.
i take any column of Q from the QR decomposition as my artificial noise.
but how do i calculate its variance, its power and its distribution?
help me pls this is part of the codes.

Code:
 A= randn(100)+j*randn(100);
        [q, r]=qr(A);
        u1=q(:,1); u2=q(:,2); u3=q(:,3); u4=q(:,4);

u1 will be column 1 and so on.

so i want to calculate the statistical value of u1.help.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top