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 best_77

  1. B

    how to make a overlapping windowing in matlab ?

    Hello to everybody I have a question about overlapping, can someone help me please ? %% I am doing following in matlab for windowing %% windowsize = 80; [sizeall,temp] = size(Acc_X); Fs = floor(sizeall/windowsize); for i = 1:Fs tempAcc_X = Acc_X((i-1)*windowsize +1:i*windowsize,:)...
  2. B

    How to use Line spectral pairs in matlab?

    Thanks for your help. However, i have a question about the input argument 'a'? I have used my raw sensor data as a input 'a' argument. I think i have done mistake in that case. So, could you tell me whether i have done right or not ? Thanks in advance.
  3. B

    How to use Line spectral pairs in matlab?

    Hi yes you are right, I can't understand it mathematically. According to this, I am asking a help from someone who knows it. I tried to find some files about LSP and I found only one paper and this paper also related to speech recognition. The code is shown in below: function lsp=lpc_lsp(a)...
  4. B

    How to use Line spectral pairs in matlab?

    Hi, sorry for been a late with my description. My project is not related to sound or speech. I am doing my research in human activity recognition area. So, accelerometer is used for analyzing human activities such as walking, jogging and standing. As we know, that all sensor data when it is as...
  5. B

    How to use Line spectral pairs in matlab?

    Hi sorry for not giving more details. Here are for you. I am doing some research which is related signals. So I am using Accelerometer sensor and I was going to extract features from raw sensor data. So, I have been told that LSP is one of the good method for extracting good features from raw...
  6. B

    How to use Line spectral pairs in matlab?

    Hi all I am a new in matlab. I need to use line spectral pairs for my sensor signals. So, is there anyone who knows how to use it in matlab? Any help appreciated. Thanks beforehand!

Part and Inventory Search

Back
Top