Recent content by therash09

  1. T

    Engineering Having Trouble Solving Circuits Questions? Get Help Here!

    Thanks Jony130! Perhaps, I've got you. You mean the input to the NOT Gate is a trigger- and outcome of RC-circuit, considering the time constant is very small. But given the feedback, I am finding it tough to solve. Should I assume some initial state and proceed? How will the output waveform...
  2. T

    Engineering Having Trouble Solving Circuits Questions? Get Help Here!

    I am having problems in solving two questions belonging to Circuits. Question 1 can be found at the link given below: https://picasaweb.google.com/116360607158194937783/RandomPictures#slideshow/5765362642755310706 Given is a circuit having a pulsed aperiodic wave pattern, Vi. To be plotted are...
  3. T

    A clarification on Margins and Corners

    I'd also like to know the differences between SPICE, DSPF and SPEF RC extraction formats. Thanks a lot in advance for considering this problem as well.
  4. T

    A clarification on Margins and Corners

    A clarification on Margins and Corners... I wish to discuss a few points about Margins of a RAM, and Process and Extraction Corners... MARGINS: What I know thus far is that we normally analyze an SRAM through three types of Margins, viz. Standby SNM, Read SNM and Write Margin. From my...
  5. T

    MATLAB To concatinate multiple like matrices in MATLAB

    Thanks a lot mate! The A{1} part was the one that was searching for. Thankyou so much! I've done the task I wanted to successfully. I had tried this syntax myself but then my setup showed error in syntax. I don't understand why. Possibly restarting MATLAB might have solved it then. I was...
  6. T

    MATLAB To concatinate multiple like matrices in MATLAB

    Well, that is obvious. Without having anything common among themselves, they'd not fit into a loop. So I keep like names. Now this is where I get stuck. How do I proceed from here? What way should I assign the matrices names and how should I access them? Using arrays like A(5,4,1) is no...
  7. T

    MATLAB To concatinate multiple like matrices in MATLAB

    Thanks for considering my problem, Togli. My problem is regarding multiple matrices. If I have 100 different matrices, how will I go about concatenating them? Obviously writing them the way I know and the way you've suggested would be an impossible task. I was thinking of running some loop...
  8. T

    MATLAB To concatinate multiple like matrices in MATLAB

    I have a problem regarding concatination of multiple matrices in MATLAB. For finite number of matrices there exists a command called cat or we may even put the matrices directly in a matrix representation format to get the desired concatenation. Like, for A and B to form a matrix C in...
  9. T

    A discussion related with SRAMs and DRAMs.

    I have always wondered the criteria behind choosing between SRAMs and DRAMs. I know a few of them- like SPEED, POWER, SPACE, etc. But how do we know which one has to be prioritized? In case of Space, DRAM wins, but loses in Speed of operation. Though DRAMs are less power consuming than SRAMs...
  10. T

    What are the functional differences between MOSFETs and JFETs?

    I am a beginner with respect to MOSFETs and have just begun studying them at college 2 weeks back. What I am actually struggling with is the basic functional differences between MOSFETs and JFETs. Two of them are- dielectric and substrate, both of which are there in MOSFETs. However, I...
  11. T

    MATLAB Help for Communication simulation in MATLAB.

    How can I show the results to you? I have been able to simulate Analog Signals in MATLAB. But Digital signals proved problematic for me. However now I have got the technique. The solution is: Random Integer Generator, followed by Integer to Bit Converter. Thankyou all who replied...
  12. T

    MATLAB Help for Communication simulation in MATLAB.

    Homework Statement I want to simulate OFDM using 16-bit QAM in Simulink. The main problem that I'm facing is regarding generation of digital signals and splitting a digital signal into two or more data streams, as we require in OFDM. Homework Equations The Attempt at a Solution...
Back
Top