Recent content by yukari1310

  1. Y

    Integration in Frequency Domain

    Yeah? So can you give me some hints on how to integrate the complex function?
  2. Y

    Integration in Frequency Domain

    I did try it somewhere else using integration by parts but the function to be integrate just got more complicated as I go on. I am suppose to find the energy signal of a DTFT [ie X(f)] signal. The range defined is over the principal period of the DTFT signal.
  3. Y

    Integration in Frequency Domain

    How to integrate $$\int_{-0.5}^{0.5} {\bigg({\frac{1}{4-2e^{-j2{\pi}f}}}\bigg)}^2 df$$
  4. Y

    How to Interface 8086 to a Single 8-Bit Wide RAM

    I only found the interfacing to low bank and high bank. I can't find anything about interfacing to a single bank. How do I connect both A0 and BHE when there's only one RAM available? Not two.
  5. Y

    How to Interface 8086 to a Single 8-Bit Wide RAM

    How to interface 8086 to a single 8 bit wide RAM (only one RAM is given)? How to connect 8086's A0, BHE, A1-A19 pins to the mentioned RAM?
  6. Y

    Engineering How to control stepper motor speed in emu8086?

    I found out that I do not need to control a real motor but write a coding that will give voltage at the output port instead. I am to build an interfacing circuit. How do I connect LEDs (output port) to it? And where/how should I accept the input?
  7. Y

    Engineering How to control stepper motor speed in emu8086?

    This question is actually intended for a treadmill development which include programming (speed change and incline functions) and memory interface. I have hard time understanding a coding let alone writing one. Do we assign the meaning of I/O port ourselves?
  8. Y

    Engineering How to control stepper motor speed in emu8086?

    how can we control stepper motor in emu8086? we have to take input AT RUNTIME that if we enter 0 it will stop the stepper motor, 1 for slow speed, 2 for medium and 3 for fast speed.
  9. Y

    How to write a C programming proposal?

    what's the code for this? anyone?: add spaces between words in spaceless C string
  10. Y

    How to write a C programming proposal?

    okay... how should i initialize each string[] as the text can be randomly input by the user?
  11. Y

    How to write a C programming proposal?

    one last question. how to add a word into a string and how to remove a word from a string? ps: not replacing word
  12. Y

    How to write a C programming proposal?

    modifying was indeed too difficult for amateur like me. i am exposed to C just 11 weeks ago. anyway thanks for the help you both gave. it is really helpful
  13. Y

    How to write a C programming proposal?

    Can you show me an example of interface?
  14. Y

    How to write a C programming proposal?

    Yes. It is the code that i need. What's the different between removing/inserting and modifying? they sound the same to me
  15. Y

    How to write a C programming proposal?

    I need the solution asap cause i have to submit the proposal by this friday... can anyone out there help me?
Back
Top