www.infona.pl Open in urlscan Pro
213.135.60.57  Public Scan

URL: https://www.infona.pl/resource/bwmeta1.element.elsevier-d2bb7276-fb5a-3827-af5e-de07065dce8d
Submission: On August 26 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

POST /j_spring_security_check

<form method="POST" action="/j_spring_security_check" class="clearfix login-form">
  <ul class="horizontal align-left pick-language">
    <li><a href="?locale=pl" class="clean language_pl">Polski</a></li>
    <li><a href="?locale=en" class="clean language_en">English</a></li>
  </ul>
  <ul class="horizontal align-right pick-language">
    <li>
      <a href="/saml/login" class="clean">Login or register account</a>
    </li>
  </ul>
  <script>
    $(document).ready(function() {
      $(".login-form input").focus(function() {
        $("#login-menu").animate({
          'top': '9px'
        }, 'fast').css('z-index', '1');
      });
      $("a, input").not(".login-form input, .login-options > a").focus(function() {
        $("#login-menu").animate({
          'top': '-9px'
        }, 'fast', function() {
          $(this).css('z-index', '-1')
        });
      });
      $("#wrapper").not("form.login-form, .login-options > a").click(function() {
        $("#login-menu").animate({
          'top': '-9px'
        }, 'fast', function() {
          $(this).css('z-index', '-1')
        });
      });
    });
  </script>
  <div id="login-menu" class="clearfix align-right">
    <div class="left end align-left"></div>
    <div class="middle align-left">
      <div class="login-options">
        <label class="checkbox align-left"> <input type="checkbox" name="_spring_security_remember_me" id="topLoginForm_rememberMe">remember me</label>
        <a href="/user/requestPasswordReset" class="clean">Password recovery</a>
      </div>
    </div>
    <div class="right end align-left"></div>
  </div>
</form>

GET /search/simple

<form action="/search/simple" method="GET" id="header-searchbox" class="clearfix noprint form-inline">
  <div class="select2-container dropdown-list2" id="s2id_autogen1" style="float: left;">
    <a href="javascript:void(0)" class="select2-choice" tabindex="-1">   <span class="select2-chosen" id="select2-chosen-2">resources</span><abbr class="select2-search-choice-close"></abbr>   <span class="select2-arrow" role="presentation"><b role="presentation"></b></span></a><label
      for="s2id_autogen2" class="select2-offscreen"></label><input class="select2-focusser select2-offscreen" type="text" aria-haspopup="true" role="button" aria-labelledby="select2-chosen-2" id="s2id_autogen2">
    <div class="select2-drop select2-display-none select2-with-searchbox">
      <div class="select2-search"> <label for="s2id_autogen2_search" class="select2-offscreen"></label> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="select2-input" role="combobox"
          aria-expanded="true" aria-autocomplete="list" aria-owns="select2-results-2" id="s2id_autogen2_search" placeholder=""> </div>
      <ul class="select2-results" role="listbox" id="select2-results-2"> </ul>
    </div>
  </div><select name="searchConf" style="float: left; display: none;" class="dropdown-list2" data-width="120" tabindex="-1" title="">
    <option value="resource" selected="selected">resources</option>
    <option value="person">people</option>
    <option value="groupAndDiscussion">groups</option>
    <option value="collection">collections</option>
    <option value="journals">journals</option>
    <option value="conferences">conferences</option>
    <option value="series">series</option>
  </select>
  <script>
    $(function() {
      function lengthSearchValid(maxLength, button) {
        var inputSearch = button.parent().find("input#searchPhraseMin");
        if (inputSearch.length == 0) {
          inputSearch = button.closest(".asset-search").find("input#inputSearch");
        }
        var lengthInputValue = inputSearch.val().length;
        if (lengthInputValue > maxLength) {
          addErrorNotification("Incorrect query, maximum length 200")
        } else {
          button.closest("form").submit();
        }
      }
      $('#header-searchbox .btn-search, .asset-search button.btn').on({
        click: function(e) {
          e.preventDefault()
          lengthSearchValid(200, $(this))
        }
      })
    })
    $('select[name="searchConf"]').trigger('dropdownLoad');
  </script>
  <input type="text" id="searchPhraseMin" name="searchPhrase" placeholder="search">
  <button type="submit" class="btn btn-primary btn-search hide-in-high-contrast"><i class="icon-play icon-white"></i></button>
  <button type="submit" class="btn btn-primary btn-search high-contrast-only-block">Search</button>
  <ul class="search-links horizontal separated">
    <li>
      <a href="/search/advanced?searchConf=resource" class="small clean grey">advanced search</a>
    </li>
  </ul>
</form>

GET /search/advanced

<form id="advancedSearchFormFromSimple" method="GET" action="/search/advanced">
  <input name="searchConf" type="hidden" value="resource">
  <input name="searchPhrase" type="hidden" value="">
</form>

<form>
  <div class="row-fluid" style="padding-bottom: 15px;">
    <label for="authors_authorshipRequestModal_note">
      <div class="formElement"> Assign yourself or invite other person as author. It allow to create list of users contirbution. <br> Assignment does not change access privileges to resource content. </div>
    </label>
    <textarea id="authors_authorshipRequestModal_note" class="authorship-note span12" rows="2" type="textarea" placeholder="Optional comment "></textarea>
  </div>
  <table width="100%">
    <tbody>
      <tr>
        <td style="line-height: 14px;"><button id="authors_authorshipRequestModal_requestAuthorship" class="btn btn-primary">Assign to yourself</button></td>
      </tr>
      <tr>
        <td colspan="2"><span class="authorship-label">Assign to other user</span>
          <button id="searchUser-btn" class="btn btn-small active ">Search user</button>
          <button id="inviteUser-btn" class="btn btn-small">Invite</button>
        </td>
      </tr>
      <tr id="searchUser-row" class="input-row">
        <td class="search-wrapper">
          <input type="text" class="form-control" id="searchUser-input" maxlength="30">
          <span class="icon-search"><img id="searchUser-spinner" src="/resources/portal/images/ajax_spinner_mini.gif"></span>
        </td>
        <td class="contributor-wrapper">
          <div class="contributor-info align-left">
            <div class="contributor-thumbnail-container align-left">
              <img src="" alt="" class="thumbnail thumbnail-micro-auto-size contributor-photo">
            </div>
            <div style="margin-top: 3px;"><span class="contrib-name"></span><span class="contrib-institution"></span></div>
            <a href="#" title="Usuń" class="contributor-delete close clean">×</a>
          </div>
          <button class="btn btn-primary " id="authors_authorshipRequestModal_requestUserAuthorship">Assign</button>
        </td>
      </tr>
      <tr id="inviteUser-row" class="input-row" style="display: none">
        <td>
          <input id="authors_authorshipRequestModal_email" type="email" style="margin-top: 10px;" class="form-control input-xlarge" placeholder="E-mail " required=""
            pattern="[a-z0-9!#$%&amp;'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&amp;'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?">
          <button class="btn btn-primary " id="authors_authorshipRequestModal_suggestAuthorship">Assign</button>
          <div id="authors_authorshipRequestModal_email_errors" class="align-left error wrapper-error hidden">Wrong email address</div>
        </td>
      </tr>
    </tbody>
  </table>
</form>

<form class="small-section">
  <fieldset class="formElement">
    <legend>You have to log in to notify your friend by e-mail</legend>
    <div>
      <ul class="horizontal">
        <li><a href="/saml/login?targetUrl=https://www.infona.pl//resource/bwmeta1.element.elsevier-d2bb7276-fb5a-3827-af5e-de07065dce8d">Login or register account</a></li>
      </ul>
    </div>
  </fieldset>
</form>

<form class="small-section">
  <fieldset class="formElement">
    <legend>Social networks</legend>
    <div style="margin-bottom: 10px;"> Share it in a social network </div>
    <a class="clean" href="http://www.facebook.com/sharer.php?t=On+preprocessing+techniques+for+bandlimited+parametric+loudspeakers&amp;u=https%3A%2F%2Fwww.infona.pl%2F%2Fresource%2Fbwmeta1.element.elsevier-d2bb7276-fb5a-3827-af5e-de07065dce8d" target="_blank">
                            <img src="/resources/portal/images/logos/f_logo_32.png">
                        </a>
    <a class="clean" href="https://twitter.com/share?text=On+preprocessing+techniques+for+bandlimited+parametric+loudspeakers&amp;url=https%3A%2F%2Fwww.infona.pl%2F%2Fresource%2Fbwmeta1.element.elsevier-d2bb7276-fb5a-3827-af5e-de07065dce8d" target="_blank">
                            <img src="/resources/portal/images/logos/twitter-bird-white-on-blue-32.png">
                        </a>
    <a class="clean" href="https://plus.google.com/share?url=https%3A%2F%2Fwww.infona.pl%2F%2Fresource%2Fbwmeta1.element.elsevier-d2bb7276-fb5a-3827-af5e-de07065dce8d" target="_blank">
                            <img src="/resources/portal/images/logos/gplus-32.png">
                        </a>
  </fieldset>
</form>

<form>
  <fieldset class="formElement">
    <legend>Copy link</legend>
    <input id="shareUrl" class="stop-focus-last" type="text" value="https://www.infona.pl//resource/bwmeta1.element.elsevier-d2bb7276-fb5a-3827-af5e-de07065dce8d" onclick="this.select();"><br>
  </fieldset>
</form>

Text Content

× Close

The Infona portal uses cookies, i.e. strings of text saved by a browser on the
user's device. The portal can access those files and use them to remember the
user's data, such as their chosen settings (screen view, interface language,
etc.), or their login data. By using the Infona portal the user accepts
automatic saving and using this information for portal operation purposes. More
information on the subject can be found in the Privacy Policy and Terms of
Service. By closing this window the user confirms that they have read the
information on cookie usage, and they accept the privacy policy and the way
cookies are used by the portal. You can change the cookie settings in your
browser.

I accept
 * Polski
 * English

 * Login or register account

remember me Password recovery




INFONA - SCIENCE COMMUNICATION PORTAL

resources

resources people groups collections journals conferences series Search
 * advanced search


 * Browse
   * series
   * books
     
   * journals
   * articles
   * conferences
 * People
 * Groups
 * Collections

×


TECHNICAL NOTE
ON PREPROCESSING TECHNIQUES FOR BANDLIMITED PARAMETRIC LOUDSPEAKERS

Ee-Leng Tan, Peifeng Ji, Woon-Seng Gan
 * Details
 * Contributors
 * Fields of science
 * Bibliography
 * Quotations
 * Similar
 * Collections


SOURCE

Applied Acoustics > 2010 > 71 > 5 > 486-492


ABSTRACT

The self-demodulation property of finite-amplitude ultrasonic waves can be
applied with parametric loudspeaker to produce audible sound. A special
characteristic of the reproduced sound waves using parametric loudspeaker is its
high directivity. However, the demodulated signal from parametric loudspeaker
suffers from high distortion. To reduce the distortion in the demodulated
signal, preprocessing of the modulating signal is usually employed. To determine
the effectiveness of the preprocessing technique, an important practical
constraint on the bandwidth of the ultrasonic transducer of the parametric
loudspeaker should be accounted. In this paper, we shall discuss a class of
preprocessing techniques that is based on quadrature amplitude modulation. As
compared to the conventional preprocessing methods used with bandlimited
ultrasonic transducer, the demodulated signal from our proposed preprocessing
techniques exhibits lower distortion.


IDENTIFIERS

journal ISSN : 0003-682X DOI 10.1016/j.apacoust.2009.11.006


AUTHORS

Close


USER ASSIGNMENT

Assign yourself or invite other person as author. It allow to create list of
users contirbution.
Assignment does not change access privileges to resource content.

Assign to yourself Assign to other user Search user Invite

×
Assign Assign
Wrong email address

Close


ASSIGNMENT REMOVE CONFIRMATION


YOU'RE GOING TO REMOVE THIS ASSIGNMENT. ARE YOU SURE?

Yes No


EE-LENG TAN


PEIFENG JI


WOON-SENG GAN


KEYWORDS

Parametric loudspeaker Self-demodulation Preprocessing techniques

Parametric loudspeaker Self-demodulation Preprocessing techniques


ADDITIONAL INFORMATION

Publication languages: English
Data set: Elsevier


PUBLISHER

Elsevier Science


FIELDS OF SCIENCE

No field of science has been suggested yet.
Close


FIELDS OF SCIENCE


article

 * Read online
 * Download
 * Add to read later
 * Add to collection
 * Add to followed
 * Share
   Close
   
   
   SHARE
   
   You have to log in to notify your friend by e-mail
    * Login or register account
   
   Social networks
   Share it in a social network
   Copy link
   
 * Export to bibliography
   Close
   
   
   EXPORT TO BIBLIOGRAPHY
   
   BIBTEX
   
   BIBTEX RIS
   
   Download to disc
   
   


 * Terms of service
 * Accessibility options
 * Report an error / abuse

© 2015 Interdisciplinary Centre for Mathematical and Computational Modelling
Close


REPORTING AN ERROR / ABUSE


Close


SENDING THE REPORT FAILED

Submitting the report failed. Please, try again. If the error persists, contact
the administrator by writing to support@infona.pl.

Close
Close


ACCESSIBILITY OPTIONS

High contrast



On Off
Change font size

You can adjust the font size by pressing a combination of keys:

 * CONTROL + + increase font size
 * CONTROL + – decrease font

Navigate the page without a mouse

You can change the active elements on the page (buttons and links) by pressing a
combination of keys:

 * TAB go to the next element
 * SHIFT + TAB go to the previous element

Close window
Financed by the National Centre for Research and Development under grant No.
SP/I/1/77065/10 by the strategic scientific research and experimental
development program: SYNAT - “Interdisciplinary System for Interactive
Scientific and Scientific-Technical Information”.