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 graciousparul

  1. G

    Linear Algebra For Signal Processing

    Hello Everyone ! Check out the following pdfs , an easy handout for linear algebra for DSP + Machine Learning !
  2. G

    Efet of dielectric media on microstrip antenna

    Hello everyone What if we change the parameter( for eg: relative permeablility) of a dieletric medium on Microstip substrate ? As I am working on the following project (M.Sc Electronis Final year project)"simulation studies of Microstrip antenna by dielectric loading ".
  3. G

    Error in Multiplication of 8 bit ALU VHDL code

    Following code simulates and shows the testbench perfectly for all the cases except multiplication , Can anyone help me out ? library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity alu is port (a: in std_logic_vector(3 downto 0)...
  4. G

    difference bteween laplace transform and z transform

    When to use Laplace & Fourier Series/Transforms
  5. G

    Subtraction of Two sequences

    n=(min([min(n1),min(n2)]): max([max(n1),max(n2)])) I have tried ,but when I run ,it still shows the same error
  6. G

    Subtraction of Two sequences

    I have written a code (MATLAB ) to subtract two sequences using functions,The small error is popping up ,please help in debugging the particular error. function[y1,y2,a,b]= subseq1(n1, x1, n2,x2) clc; n=(min(min(n1),min(n2)): max(max(n1),max(n2))); y1=zeros(1,length(n)) y2=y1...
  7. G

    FPGA ! measuring frequency

    Hey mrflibble, I did that already ,I found out Re: Measure 50MHz on board oscillator frequency on... - Xilinx User Community Forums Thanks
  8. G

    FPGA ! measuring frequency

    hello everyone! I have FPGA kit spartan 3E ,I wanted to measure o/p frequency by applying some i/p frequency ? How can it be done ? How can I measure o/p frequency ,at which pin? thanks in advance
  9. G

    Insulated Gate Rectifier (IGR)

    Thanks MTWIEG!
  10. G

    Insulated Gate Rectifier (IGR)

    What is IGR? Where it is used and please if anyone has any related to it,ie device structure ,operation? Help me regarding it Thanks in advance . [Hint: IEEE Xplore - The insulated gate rectifier (IGR): A new power switching device ]The insulated gate bipolar ... - Google Books
  11. G

    Diiference between D-MOSFET and V-MOSFET?

    yes MONTECH, I agree with you completely ,i have found harldy two differences only .
  12. G

    Diiference between D-MOSFET and V-MOSFET?

    hello What's the difference between D-MOSFET and V-MOSFET? and also tell me which is the good refrence book for high power devices other than Baliga? Thanks for ur help.
  13. G

    Basic Electronics in DOS fashion

    but mr.Brian ,I have similar program which is helping me a lot in explaining beginers ..i do it thrgh virtual box.
  14. G

    What would Mr.Feynman do ?

    check this out : What would Feynman do? - Fabulous Adventures In Coding - Site Home - MSDN Blogs you all will find quite interesting. Regards
  15. G

    Basic Electronics in DOS fashion

    yes Mr.Betwixt ,I agree to that.But if u install DOSBOX ,then it might work.I have similar one ,it was not working on windows 7 or vista.so i installed DOSBOX and operated on that.

Part and Inventory Search

Back
Top