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 Digital_11

  1. D

    Help in neural network (newff) function

    Thanks to everybody, the problem partially solved ,you can find usefull link bellow, **broken link removed** **broken link removed** Are you working on speaker recognisiton using neural networks? I ask this because in your code MFCC was cited.. I am also working in the same problem Yes.
  2. D

    Help in neural network (newff) function

    Hi everybody, If I load mat files and pass them to newff function as parameter, the newff function does not work, net= newff(trainMFCC, TrainTargets, 20);%trainMFCC=load(trainMFCC.mat) net = train(net,trainMFCC, TrainTargets);%TrainMFCC=load(Target_Train.mat) Outputs = sim(net...
  3. D

    help in speech recognation program using melcepst

    I need help please, my porgram works as following First manually I put the wavefiles in 10 separate directories under \wavfiles directory, each for one digit. For example, you put all the one files (all speakers) in directory '1'. The algorithm will create 12mfcc directory and output mfcc mat...

Part and Inventory Search

Back
Top