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 blooz

  1. blooz

    Hidden Markov Model implementation using HTK

    1.HTK is a command line Utility and you have to just compile it and use , for windows users Binary is Already available. eg HCopy for feature extraction etc 2. Yes it is possible to do continuous speech recognition using Matlab , various toolboxes are available llike...
  2. blooz

    Hidden Markov Model implementation using HTK

    HTK is a very good tool , lots of examples are there. HTK Manual Contains may examples . it can be used for both isolated and continuous speech recognition basically HTK is a command line based tool
  3. blooz

    xilinx software for developing antivirus application

    for a good start , Open source Anti-Virus source code ClamWin https://sourceforge.net/p/clamwin/code/ci/dfe2bf4351a9879c48e21ad70e676d1235fdf502/tree/
  4. blooz

    matlab code for concanating mfcc and lpc features extraction technique

    IF you want to concatenate two feature files Linux box there is paste utility
  5. blooz

    How can write at MATLAB

    odd=1:2:20 odd = 1 3 5 7 9 11 13 15 17 19
  6. blooz

    how linux are used ?

    Yes you can . Linux Distros come with gcc {C}and you can install g++ {C++} Also most all come with python. Linux Shell scripting bash / Ksh/Csh + awk + sed scripting it's fun to explore and learn
  7. blooz

    Need matlab code urgent

    speech enhancement using kalman filter **broken link removed**
  8. blooz

    How are EDA tools developed ?

    Most of the EDA tools support Tcl Scripting. My Choice C/C++ and Tcl/Tk - - - Updated - - - Odin II - An Open-source Verilog HDL Synthesis tool http://www.users.muohio.edu/jamiespa/odin_II.html
  9. blooz

    HOW to import data to MATLAB

    It is possible to extract data from html and then import to matlab https://www.mathworks.in/matlabcentral/fileexchange/29642-get-html-table-data-into-matlab-via-urlread-and-without-builtin-browser/content/getTableFromWeb_mod.m
  10. blooz

    Screenshot in tcl script

    here is one script https://wiki.tcl.tk/9127
  11. blooz

    state and seed in matlab

    Use the rng rng(sd, generator) sd -seed generator -'twister' h**p://www.mathworks.in/help/matlab/ref/rng.html
  12. blooz

    [SOLVED] Which is the best 8051 assembly code simlator?

    Re: Which is the bet 8051 assembly code simlator? h**p://home.arcor.de/jensaltmann/jsim-e.htm
  13. blooz

    TCL help needed... Urgent!!

    All Tcl scripts have access to three predefined variables. $argc - number items of arguments passed to a script. $argv - list of the arguments. $argv0 - name of the script. puts "Script Name is" puts [lindex $argv0] puts "second Argument is" puts [lindex $argv 0] puts "Third...
  14. blooz

    [SOLVED] Which is the best 8051 assembly code simlator?

    Re: Which is the bet 8051 assembly code simlator? JSIM51 is a powerful tool
  15. blooz

    how to collapse two separate finite state machines {Mealy } into a single machine

    I have tried the Cross product machine for Moore type and it is easy to deal with here is the reference paper two algorithms to construct a product machine from two finite-state machines h**p://www.iaeng.org/publication/WCECS2010/WCECS2010_pp141-143.pdf - - - Updated - - - Suppose you...

Part and Inventory Search

Back
Top