Recent content by Khaled Kord

  1. Khaled Kord

    AM Modulation: Understanding Envelopes and Detection

    i think i didn't explain my first question right, i was asking that: who said the peaks of the V_AM(t) are tangent to the main signal V_main(t)? who said V_main(t) is an envelop? why doesn't it intersect in some arbitrary points like i draw in red (attached picture) ?
  2. Khaled Kord

    AM Modulation: Understanding Envelopes and Detection

    i just had my first Signals processing Lecture, during AM modulation part my prof said that: V_AM(t) = (V_main(t) + 1) * V_Carrier while V_Carrier = sin (omega * t) 1-is there a proof that we get the envelop of a function by adding one then multiplying by some trig value? 2- what's the...
  3. Khaled Kord

    Assembly language problem [repost using template :D]

    if in assembly i should do this extra, so why the manual solution didn't do that?! "it's answer attached"
  4. Khaled Kord

    Assembly language problem [repost using template :D]

    i know why do we multiply by 4, i was asking why the manual solution didn't :)
  5. Khaled Kord

    Assembly language problem [repost using template :D]

    you mean mean if i added a number to a reference it automatically multiply it by the size i know about pointers arithmetic from previous programming course, didn't think about it .. thanks ! :))
  6. Khaled Kord

    Assembly language problem [repost using template :D]

    Homework Statement given that f,g,h,i and j are assigned to registers s0,s1,s2,s3 and s4 and the base addresses for the arrays A,B are in s6,s7 convert this C statement to assemply language: B[8] = A[i-j]; Homework Equations none The Attempt at a Solution image attachedi attached both...
Back
Top