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.

Recent content by fontp

  1. F

    Resources about MELP and MELPe vocoders

    Re: melpe pls send information and source codes related to melpe vocoder MELP https://health.tau.ac.il/Communication%20Disorders/noam/speech/melp/Download/Download.htm
  2. F

    Resources about MELP and MELPe vocoders

    Re: 600 melp source code
  3. F

    Speech Compression, Help me

    64000/30 ~ 2000 bit/s melp will do
  4. F

    request for Reference Schematics or Idea for BF533 (200pts)

    reference schematics Well, have a design with SPI Serial EEPROM AT25256 From FPGA side it's up to You to emulate SPI...
  5. F

    Is it possible to calculate power of White Gausian noise?

    white noise Power = Variance/T = Variance* Sampling Frequency Looks like that :-)
  6. F

    implementation of adaptative filter

    One good approach is frequency domain echo cancellation (adaptive filtering) https://people.xiph.org/~jm/papers/valin_tasl2007.pdf This algorithm is implemented in SPEEX open source project https://www.speex.org/downloads/ More traditional method is NLMS (or RLS) adaptive filtering in time...
  7. F

    LMS Algorithm to use in echo cancellation code(matlab)

    LMS Algorithm https://cnx.org/content/m10481/latest/
  8. F

    What is the exact meaning of porting

    A little part of OS modules is processor-dependent. Porting is fitting them for specific processor in hands
  9. F

    pseudo-random permutation[lfsr]

    lfsr matlab Well, the simplest way is to permute image brightness by XOR operation You reorder image samples in 1-dimension sequence by scanning and XOR them by random sequence Then You can restore image by XOR as well
  10. F

    Any algo to calculate the randomness of data pattern

    Repetetive patterns are highly correlated So dft-spectrum
  11. F

    Looking for information about building Vocoder in Matlab

    matlab speech vocoder codes MELP https://www.mathworks.com/matlabcentral/fileexchange/?term=tag%3A%22melp%22 G729 https://www.mathworks.com/matlabcentral/fileexchange/?term=tag%3A%22g729%22
  12. F

    pseudo-random permutation[lfsr]

    pseudo random permutation It means: to destroy spatial correlations like areas or contours LFSR https://www.mathworks.com/matlabcentral/fileexchange/22716
  13. F

    Fraction Delay not using multirate filter way?

    For arbitrary fractional delay Catmul-Rom Splines usually used https://www.mvps.org/directx/articles/catmull/ https://www.ibiblio.org/e-notes/Splines/Cardinal.htm
  14. F

    vocoder application - need a code of CELP & MELP IN MATL

    vocoder application Most of MELP source code is written in C. But this one is written in Matlab :-) https://www.mathworks.com/matlabcentral/fileexchange/20530 Exactly what you need It shoud be running
  15. F

    what is ment by saturation and rounding

    "Rounding is something you do in preparation to trimming off less-significant bits; saturation is something you must do when trimming off more-significant bits." https://www.dsprelated.com/showmessage/94465/1.php

Part and Inventory Search

Back
Top