<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236522</link>
    <title>MATLAB Central Newsreader - Guestion need Implement and answer?</title>
    <description>Feed for thread: Guestion need Implement and answer?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 25 Sep 2008 05:38:02 -0400</pubDate>
      <title>Guestion need Implement and answer?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236522#601983</link>
      <author>ABUTALA </author>
      <description>Implement the spread-spectrum watermarking.&lt;br&gt;
&amp;nbsp;Your program should embed 16 bits of &amp;#8216;intelligence information&amp;#8217; in an image of arbitrary size.&lt;br&gt;
&amp;nbsp;The detector should be able to detect 100% of the embedded bits.&lt;br&gt;
&amp;nbsp;The report should address the following questions&lt;br&gt;
a. How does the spreading of message bits occur?&lt;br&gt;
b. What is the difference between the blind embedding and non-blind embedding?&lt;br&gt;
c. Why do you need the prefiltering step in blind detection?&lt;br&gt;
d. Why do you think the whole process work?&lt;br&gt;
&lt;br&gt;
2. For the above code, &lt;br&gt;
tweak the gain/strength parameters to come up with a graphical relation &lt;br&gt;
between perceptibility and detectability of the watermarked image.&lt;br&gt;
&amp;nbsp;You may use PSNR metric for perceptability and bit error rate for the detectability.</description>
    </item>
    <item>
      <pubDate>Thu, 25 Sep 2008 07:13:01 -0400</pubDate>
      <title>Re: Guestion need Implement and answer?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236522#601994</link>
      <author>Jos </author>
      <description>&quot;ABUTALA &quot; &amp;lt;love.scream1@gmail.com&amp;gt; wrote in message &amp;lt;gbf83q$qhl$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Implement the spread-spectrum watermarking.&lt;br&gt;
&amp;gt;  Your program should embed 16 bits of &amp;#8216;intelligence information&amp;#8217; in an image of arbitrary size.&lt;br&gt;
&amp;gt;  The detector should be able to detect 100% of the embedded bits.&lt;br&gt;
&amp;gt;  The report should address the following questions&lt;br&gt;
&amp;gt; a. How does the spreading of message bits occur?&lt;br&gt;
&amp;gt; b. What is the difference between the blind embedding and non-blind embedding?&lt;br&gt;
&amp;gt; c. Why do you need the prefiltering step in blind detection?&lt;br&gt;
&amp;gt; d. Why do you think the whole process work?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; 2. For the above code, &lt;br&gt;
&amp;gt; tweak the gain/strength parameters to come up with a graphical relation &lt;br&gt;
&amp;gt; between perceptibility and detectability of the watermarked image.&lt;br&gt;
&amp;gt;  You may use PSNR metric for perceptability and bit error rate for the detectability.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hopefully for you there is a KFC, MC or BK nearby ... </description>
    </item>
    <item>
      <pubDate>Thu, 25 Sep 2008 21:01:02 -0400</pubDate>
      <title>Re: Guestion need Implement and answer?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236522#602170</link>
      <author>ABUTALA </author>
      <description>Hi&lt;br&gt;
&lt;br&gt;
No one help me?</description>
    </item>
    <item>
      <pubDate>Thu, 25 Sep 2008 21:27:44 -0400</pubDate>
      <title>Re: Guestion need Implement and answer?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236522#602179</link>
      <author>Walter Roberson</author>
      <description>ABUTALA wrote:&lt;br&gt;
&amp;gt; Implement the spread-spectrum watermarking.&lt;br&gt;
&amp;gt;  Your program should embed 16 bits of &amp;#8216;intelligence information&amp;#8217; in an image of arbitrary size.&lt;br&gt;
&amp;gt;  The detector should be able to detect 100% of the embedded bits.&lt;br&gt;
&amp;gt;  The report should address the following questions&lt;br&gt;
&amp;gt; a. How does the spreading of message bits occur?&lt;br&gt;
&amp;gt; b. What is the difference between the blind embedding and non-blind embedding?&lt;br&gt;
&amp;gt; c. Why do you need the prefiltering step in blind detection?&lt;br&gt;
&amp;gt; d. Why do you think the whole process work?&lt;br&gt;
&lt;br&gt;
&amp;gt; 2. For the above code, &lt;br&gt;
&amp;gt; tweak the gain/strength parameters to come up with a graphical relation &lt;br&gt;
&amp;gt; between perceptibility and detectability of the watermarked image.&lt;br&gt;
&amp;gt;  You may use PSNR metric for perceptability and bit error rate for the detectability.&lt;br&gt;
&lt;br&gt;
Your posting contains no Matlab questions. This newsgroup is not a&lt;br&gt;
newsgroup in which to discuss image processing techniques in general terms.&lt;br&gt;
It is also not a newsgroup in which to post assignments with the hope that&lt;br&gt;
someone will supply you with the code.&lt;br&gt;
&lt;br&gt;
Use your course reference material to locate appropriate algorithms,&lt;br&gt;
and write a trial matlab implementation to implement the algorithms,&lt;br&gt;
and do your best to debug the program. For the first pass, it is best&lt;br&gt;
to worry about getting the program working and getting the right answer:&lt;br&gt;
once you have a working version and understand the techniques involved,&lt;br&gt;
*then* you can worry about making your code more efficient or &lt;br&gt;
&quot;more MATLAB-y&quot;.&lt;br&gt;
&lt;br&gt;
Get back to us when you have questions that are directly related to Matlab,&lt;br&gt;
such as &quot;How come mod(2^53+1,2) == 0 ?&quot;.&lt;br&gt;
&lt;br&gt;
If Matlab gives you error messages that you do not understand, then the first&lt;br&gt;
thing that you should do is ask Matlab for more explanation by giving the command&lt;br&gt;
&lt;br&gt;
why&lt;br&gt;
&lt;br&gt;
at the command prompt.</description>
    </item>
  </channel>
</rss>

