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 sandy3129

  1. S

    how can i find the Kp,Ki,Kd values for a given design cycle in Simulink

    i want to deduce kp,ki,kd values using equation, so that for a given design cycle respective kp,ki,kd values will be outputted. - - - Updated - - - for an NEDC design cycle, how can i get kp,ki,kd values, how to implement it? one way is trial and error method, changing those values to reduce...
  2. S

    how can i find the Kp,Ki,Kd values for a given design cycle in Simulink

    Hello everyone, how to find kp,ki,kd values for a given cycle of a PID controller in simulink.
  3. S

    how can i convert axi lite to axi full transaction peripheral?

    how can i port map the interfaces , it seems like they cannot be ported
  4. S

    how can i convert axi lite to axi full transaction peripheral?

    hello friends, how can i convert my transaction from a axi lite to a axi full transaction, i have created my slave peripheral as a axi lite and my master as a axi full, but when i give my slave pins to master, the address that has been generated for my slave is 4 bit , and for...
  5. S

    How do we do slicing and concating of digits in C programming.

    Re: how do we do slicing and concating of digits in C programming. I'm the one whose coding everything :-D
  6. S

    How do we do slicing and concating of digits in C programming.

    Re: how do we do slicing and concating of digits in C programming. Thanks for the information, have to study about it, it wont crash, my input constants will always be positive.
  7. S

    How do we do slicing and concating of digits in C programming.

    Re: how do we do slicing and concating of digits in C programming. A is 15 bit word, and B is also a 15 bit word, #include <stdio.h> int main(void) { int A = 24; int B = 36; int C = (A << 16) | B; printf("%X", C); return 0; } Thanks i got it :) - - - Updated - - -...
  8. S

    How do we do slicing and concating of digits in C programming.

    hello friends, how do i do bit slicing and concatenating in C programming, lets suppose i have given inputs int A = 24, int B = 36; the constant A should be represented in first 15 bits of another constant lets suppose C,(from first 0 to 14 bits) and constant B should be represented from C( 16...
  9. S

    [SOLVED] do matlab simulink has any bus where vectors are chosen sequentially?

    hello all, i have 3 vectors , (for eg: vector 1 is '1',vector 2 is '0',vector 3 is '1') does simulink any bus that can output signals these vectors sequentially??
  10. S

    [SOLVED] integer to bit converter using simulink

    hello all, i have given inputs as [2 0 4] from workspace, given it to a 3 bit integer to bit converter block in simulink , my expected output is [010 000 100] sequentially, but the int to bi block in simulink is outputting all the 3 vectors at a time. what is the way to solve this...
  11. S

    [SOLVED] how to store values in rom in sys gen and call when required?

    all those decimal values are represented via 23 bit binary point at 15. and there is no CAM in system generator. - - - Updated - - - ohkk ya only upto 5 decimal points it matters,else it wont matter
  12. S

    [SOLVED] how to store values in rom in sys gen and call when required?

    "Are these all the values (77 of them in the list)? Are the values constant, or are there other values that map to the same values in the second column?" ya there are the only values NOTHING ELSE , im only worried about only these values, no the values are not constant, there are in decreasing...
  13. S

    [SOLVED] how to store values in rom in sys gen and call when required?

    ok ok, true i said 7bit for understanding purpose. its actually 23bits binary point at 15. il show my actual values 124 640 84.5000000000000 645 55.3333337455988 650 27.1666662618518 655 23.9999998211861 660 16.5000002458692 665 15.0909095406532 670 12.7692312449217 675 10.8000005632639 680...
  14. S

    [SOLVED] how to store values in rom in sys gen and call when required?

    im doing using system generator, ya true no decimal values so using decimal fixed number as an address is better, to values in the address, but while im converting my point values (0.2546) etc , some conversion is going upto the precision of 4063236 , that much memory is present in the rom???

Part and Inventory Search

Back
Top