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 jabi

  1. J

    Introduction to Statistical Signal Processing with Applications

    hi u can search in gigapedia.com ??? ---------- Post added at 09:27 PM ---------- Previous post was at 09:24 PM ---------- hi u can search in gigapedia.com ???
  2. J

    How to create a dataset of neural network target?

    Hi fikrul If u want using NNt for classification, U have more than one output (number of your classes), and value of NNt in each output, represent the similarity of input pattern to each of classes . notice that we use Transfer functions in output of each of each layer; then if u use log...
  3. J

    Ear biometrics - Ear Recognition using matlab

    plz, explain more; :D
  4. J

    How to create a dataset of neural network target?

    Hi u must extract some feature , and then use them as input of NNT. also u must select some of them as train and test data. if u have 3 target, your NNt has 3 output that for first class, first output must set as .98 and .02 for two else, and so on. spouse X=input_data; matrix size is N*M...
  5. J

    Need help to contrast in time domain & frequency domain

    Re: Need help to contrast in time domain & frequency dom Hi We can decompose signal (x(t)) by transforming to frequency domain, as u know: x(t)= A+B*sin(wt)+C*sin(2wt)+D*sin(3wt)+... that, A,B,C,D are amplitude of single-frequency signal that combined and create the x(t). Good luck :D
  6. J

    Satellite image processing ?

    Hi is there anybody that study on this field :?: I Must find a template image by some zone (3x) and some rotate (30 degree) . plz, suggest me some useful feature or paper. Tnx :D
  7. J

    Best way to compute error between 2 signals?

    Hi there is some define as abs, mse, nmse, ... that u can use them. but best error definition is depended on signal, eeg, ecg, emg, .... u can use MSE error as a global discriminator, tanx :D
  8. J

    seperating I-frames from any video

    hi u must use pic=aviread('file name',frame_index); and then look up in matlab "addframe", and use that tamplet code to create new movie for your selected frame.
  9. J

    Help me moving averaging

    :!: expline more ,plz
  10. J

    problem whit read pictures in matlab

    hi supose that , you have a1.jpg ... a10.jpg for i=1:10 name=['a' num2str(i) '.jpg']; I=imread(name); end :D
  11. J

    how to get int64 = int32*int32 in matlab

    matlab int64 hi :D suppose that : I1,I2 => int32; then I= int64(I1*I2); Good luck.
  12. J

    Which is the best way to drive a mosfet

    hi :D it is very easy to find! u can search in Google , if don't know any site , u can search in Google by Image searcher. I find this page in first search page of Google. https://www.tubecad.com/2007/06/blog0111.htm good luck.
  13. J

    65 nano-meter process design kit request

    hi any can sent for me, link for dowload PDK (process design kit ) for 65 nano technology . tanks so much
  14. J

    text to speech software

    u have a multi-project. i don't think anybody study in both (speech ==> text and text ==> speech)! u can reply this in two replys , for speech ==> text , u can study HMM and for it's progarms u can search in matlab's site. for text ==> speech , u must study OCRs (spetial yours language ).

Part and Inventory Search

Back
Top