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 julian403

  1. J

    Turn on power triac - proposed circuit analysis

    Hello All. I can't understand how this triac is trigger to enable the on state. But the important is the power side When the MOC3021 is on off state. Ig = (V - Vg)/ (R4 + Rload ) where Vg is Vgate - Vmt1 Ig should be: Ig < Igt MOC3021 is on: Ig' = ( (V - Vg)/ (R4 + Rload ) )...
  2. J

    Frequency limit in current digital cmos circuits

    Hello all. Why there is a frecuency limits on cmos digital circuits? For example the microprocessors. I means, more frecuency more heat. Why there is more heat? Its because the Vgs capacitance and the impedeance goes up with more frecuency? due to it drives more voltage drops? Thanks in...
  3. J

    Ethernet Switch can be used as Ethernet hub?

    The hub is simply a physical connection, so regarding ethernet protocols, there would be ethernet frame collisions if there are more than one host connected to. Its a broadcast domain. The switch has an ASIC controller (the simples ones)which avoid ethernet frame collisions between ports...
  4. J

    Max bandwidth [bps] vs frequency spectrum [z]

    Re: Max bandwidth [bps] vs frecuency spectrum [z] Yes I thought that! I dont care about regulation because If someone use a narrow laser beam to transmit information between two points, it wouldnt bring interference to the EM spectrum due to the little space beam. Or if the signal goes through...
  5. J

    Max bandwidth [bps] vs frequency spectrum [z]

    Re: Max bandwidth [bps] vs frecuency spectrum [z] But, why is that? there is a fundamental physical basis or simply because it is governed by a governmental institution?
  6. J

    Max bandwidth [bps] vs frequency spectrum [z]

    Re: Max bandwidth [bps] vs frecuency spectrum [z] Thanks for the reply but why we can get more bandwidth taking a frecuency translation to microwave than the radio frecuency? I think that if there is a baseband signal of 10 Mbps, and using a 16-QAM modulation (will get 4bps/Hz), so it takes...
  7. J

    Max bandwidth [bps] vs frequency spectrum [z]

    Max bandwidth [bps] vs frecuency spectrum [z] Hello All. I allways have a question regarding the max bandwidth that a carrier wave can it modulate or transport. Due to as we all know, for more frecuency has a carrier, more bandwidth is available. Why is that? I couldnt find a develop in the...
  8. J

    Digital filter code - what are the input variables?

    thanks andre. What do you mean by post-processing?
  9. J

    Digital filter code - what are the input variables?

    It working in a worst way, the filter. Im doing something wrong. private double DigFil(double invar) { double sumnum, sumden; int i=0; double [] znum = {0.0000002442, 0.000002442, 0.00001099, 0.0000293,0.00005127, 0.00006153 }; double [] zden = { 0.03845...
  10. J

    Digital filter code - what are the input variables?

    Thanks. So, do you mean the the filter function (called float DigFil(invar, states)) just can gets as input invar and the output sumnum can be store in another array (witch will be the filter output). The vector (float *state), will gets the previous ADC values, right? state[0] = invar1...
  11. J

    Digital filter code - what are the input variables?

    Thanks I didnt know that but I dont know what state to use. Where I can or How I can find them? this is the code with initialize capability float DigFil(invar, initval, setic) float invar, initval; int setic; /******************************************************************************/ /*...
  12. J

    Digital filter code - what are the input variables?

    Hello All. I got this code from filter solution. Its a low pass filter of 4 order but I dont understand what is the states pointer. float states []; thats the function that I want to filter? I get from the input ten values that I want to filter. I've to pass it to the filter by the array...
  13. J

    Beamforming implementation with N antennas

    Hello All. There is a mimo base station which has N antennas disposed in circle. The distance between the first antenna n=0 and the last one n=N-1 is 2 π R If the signal has to be poyting in some direction. All antennas contibute with an amplitud and phase? or just a few of them? And...
  14. J

    FM modulator with this oscillator

    I took a Pierce oscilador and I modified it to one transistor. I remember that I saw a paper from on semiconductor or texas which speaks about harmonic oscillator using this oscillator type. it reachs the permanent condition. It stabilizes obtaining a sinusoidal signal after the trasient. You...
  15. J

    FM modulator with this oscillator

    When I need to do an oscillator I always make this one: Thats because its a simple circuit and when I implemented it always works. So, to make an FM modulator I need to modify the frecuency so for that I can use a varicap. The circuit I designed is; as you can see in the next pictures...

Part and Inventory Search

Back
Top