Recent content by mossfan563

  1. M

    How Can I Resolve Implementation Errors with a 4-bit 4 to 1 Mux in Xilinx?

    I still can't see it. Everything looks fine. I can't tell what's wrong...even with the hits using google.
  2. M

    How Can I Resolve Implementation Errors with a 4-bit 4 to 1 Mux in Xilinx?

    Now I have a new problem, Here's the new mux with all the bits spread out. I know it doesn't look pretty. This is the top level circuit. When I try to synthesize the design in Xilinx, I get this Warning which affects my design. WARNING:MapLib:701 - Signal s0 connected to top...
  3. M

    How Can I Resolve Implementation Errors with a 4-bit 4 to 1 Mux in Xilinx?

    Homework Statement Pretty much, I'm trying to make a 4-bit 4 to 1 mux using gates. However, I'm having problems trying to make it.Homework Equations NoneThe Attempt at a Solution So far this is what I have and whenever I try to implement this in Xilinx, I get errors. Yes, I know I'm trying to...
  4. M

    Designing a Circuit with Decoders and Muxes for Aisle Sale Indication

    No, I can't use a priority encoder. I have to start with basics. I can't use encoders. Only decoders and multiplexers.
  5. M

    Designing a Circuit with Decoders and Muxes for Aisle Sale Indication

    There's a store owner who has 8 aisles numbered 0-7. Each aisle has a light above it to indicate if that aisle has a sale. Only one light can be on at a time. The store owner has a switch that can be set from 0-7 and has a 3-bit output representing the switch position in binary. A second switch...
  6. M

    Sorting from smallest to largest in C

    Homework Statement I have to create a program that will sort an array of structs with random numbers from smallest to largest. Homework Equations This is my code right now. #include <stdio.h> #include <stdlib.h> #include <time.h> typedef struct { int a; int b; } pie...
  7. M

    Probability of Producing High-Priced Miniature Mules from Breeding Stock

    Homework Statement You breed miniature mules (father is a miniature donkey, mother is a miniature horse) and currently have as breeding stock 1 jack (male donkey) and 7 mares (female horses) and these are able to produce 7 mule foals (baby mules) for you every year. You would like to produce...
  8. M

    Proving Equivalence of Operations on Equivalence Classes

    Homework Statement Prove that if (a1, b1) ~ (a2, b2) and (c1, d1) ~ (c2, d2), then (a1, b1) + (c1, d1) ~ (a2, b2) + (c2, d2) and (a1, b1) \bullet (c1, d1) ~ (a2, b2)\bullet (c2, d2). Let [a, b] denote the equivalence class with respect to ~ of (a, b) in Z x (Z-{0}), and define Q to be the...
  9. M

    Proving Equation: m + (n + (p + q)) = ((m+n) + p) + q

    Homework Statement I have to prove this equation: m + (n + (p + q)) = (m + n) + (p + q) = ((m + n) + p) + q Homework Equations Commutative property of addition and multiplication (m+n) = (n+m), (mn) = (nm) Associative property of addition and multplication (m+n)+p = m+(n+p), (mn)p =...
  10. M

    Simple Harmonic Oscillator question

    I still don't see how you solve for phi when you still have sin (WT + (phi)). How I solve for just phi when I have something like that?
  11. M

    Simple Harmonic Oscillator question

    Well, since I already have values for w, x_m, and t, I don't really know how to solve for phi if it were in terms of the variables. Do I use a trig identity to try and solve for phi?
  12. M

    Simple Harmonic Oscillator question

    Homework Statement A simple harmonic oscillator consists of a block of mass 2.30 kg attached to a spring of spring constant 440 N/m. When t = 1.70 s, the position and velocity of the block are x = 0.135 m and v = 3.130 m/s. (a) What is the amplitude of the oscillations? What were the (b)...
  13. M

    Circular Curve of a Highway problem

    Sorry I thought LowlyPion replied to my question. I got an email with his response asking if there was friction or not. Thanks for the hint! It worked!
Back
Top