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 Akanimo

  1. A

    Help with sequential circuit and sequence detector

    In addition to errors by the examiner, by adding '-' and then telling us it was added to display the bits correctly in columns, the OP also casted doubt on which clock cycle the outputs are desired, present or next. I believe a snippet of the question as presented by the examiner should have...
  2. A

    Help with sequential circuit and sequence detector

    Thank you FvM. Really good catch. I didn't see that there could be z0=1 at any instance where z1=0. A simple simulation (which I didn't do because I expected it to be done by the OP) would have caught that. I'm following the requirements to implement the system using ROM lookup. I only allowed...
  3. A

    Help with sequential circuit and sequence detector

    Looking back at the question, considering that the question stipulates that you use a ROM for the combinational part, "RESET[n]=(z1[n] OR z1[n-1])" also has to be implemented in ROM. This would mean that the ROM address will be 5 bits, namely, x[n-2], x[n-1], x[n], z1[n-1] and z[n]. The ROM data...
  4. A

    Getting started and need help with stm32wb55

    Hi, You may need to check out the STM32CubeMonitor.
  5. A

    Help with sequential circuit and sequence detector

    I didn't present that well enough. So please find the update below. Update: z1[n+1]=0 if z1[n]=1 or z1[n-1]=1 else z1[n+1]=Q[n+1], where Q is the output of the J-K flipflop. So the J-K flipflop would have an active-high RESET signal that is derived as RESET[n]=(z1[n] OR z1[n-1]). If the above...
  6. A

    Help with sequential circuit and sequence detector

    Hi, Verify this: z1[n]=0 if z1[n-1]=1 or z1[n-2]=1 else z1[n]=Q[n], where Q is the output of the J-K flipflop. So the J-K flipflop would have an active-high RESET pin that is derived as RESET[n]=(z1[n-1] OR z1[n-2]). If this is verified correct, then we can proceed to derive what feeds the J...
  7. A

    Quantization Noise/Error in an arbitrary system - What new can be done?

    Yes, there is a detailed theory behind sigma-delta modulators. However, there is a limit to what SQNR can be achieved. One can't just say I want to design for a SQNR of 300 dB (just to mention a number) and proceed to achieve it, no matter how hard the person tries. The noise is more or less...
  8. A

    Quantization Noise/Error in an arbitrary system - What new can be done?

    Yes, I agree that the sigma-delta modulator applies multiple steps to create a number. With the digital sigma-delta modulator, the signal is upsampled to a higher frequency and then interpolated. Then it is quantized to a much lower bit resolution and sampling frequency by downsampling. With...
  9. A

    Quantization Noise/Error in an arbitrary system - What new can be done?

    I know errors due to differential and integral nonlinearities exist. But I'd like to set those to zero for the purpose of what I am doing. I think I should have mentioned multi-bit digital sigma-delta modulator instead so that we probably would not have to bother about nonlinearities associated...
  10. A

    Quantization Noise/Error in an arbitrary system - What new can be done?

    If you oversample, that automatically results to additional bits. That is in line with the theory of the day. My aim is to reduce quantisation noise without increasing bit resolution or by even decreasing bit resolution, which is what the sigma-delta modulator does. 1701938298 This informs the...
  11. A

    Quantization Noise/Error in an arbitrary system - What new can be done?

    You are right, because even if it were to be possible to determine quantisation error per sample, it would take an infinite number of bits in the fractional part to completely elimimate it. 1701466116 Please kindly state the major reason why it cannot be determined per sample. 1701466630 I'd...
  12. A

    Quantization Noise/Error in an arbitrary system - What new can be done?

    Hi, Can quantisation error ever be determined per sample of the quantised signal? Viewing quantisation noise as random noise does not seem to truly solve the problem with quantisation noise. All responses are welcome , please.
  13. A

    Micrometals PFC torroid inductor calculation

    Yes, definitely. A plot is provided in the datasheet for AL value Vs Ampere-turns. You could read the AL value for your Ampere-turns from there. The method of calculating inductance from the AL value is the same.
  14. A

    Micrometals PFC torroid inductor calculation

    With the AL value, the inductance is very quickly and accurately calculated as FvM as already stated above in post #2.
  15. A

    Micrometals PFC torroid inductor calculation

    Could you present it in pdf, PNG or jpg? I'd be more comfortable with any of those.

Part and Inventory Search

Back
Top