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 kokila parmar

  1. K

    circular shift in matlab

    i am creating simulink rs model for overlapped symbol. for overlapping i have to use circular shift.i have used Embedded MATLAB Function block and write following function in that. function y = fcn(u,Shft) %#eml y = circshift(u,Shft); But using this i get output like if input is 5678 and...
  2. K

    Error evaluating 'StopFcn' callback of block_diagram design_name'. NAME must contain

    Model Properties - Callbacks - StopFcn ;bertool('stopped')
  3. K

    Error evaluating 'StopFcn' callback of block_diagram design_name'. NAME must contain

    i am creating model of rs code with overlapped symbol in matlab simulink and when i am simulating it, the following error is created. Error evaluating 'StopFcn' callback of block_diagram design_name'. NAME must contain a single string. can any one tell me meaning and solution of this error.
  4. K

    Function 'bitrol' is not defined for a first argument of class double.

    hi, thank you for replying. But i get another error now. Error is : Error evaluating 'StopFcn' callback of block_diagram design_name'. NAME must contain a single string. can u tell me meaning of this error. when i am copying my model in another untitled file and simulating, i don't get any...
  5. K

    Function 'bitrol' is not defined for a first argument of class double.

    I am creating model OF REED SOLOMON CODE WITH OVERLAPPED SYMBOL AND USING ROTATE REGISTER IN SIMULINK. i GET THIS ERROR "Function 'bitrol' is not defined for a first argument of class double." CAN ANYONE TELL ME MEANING OF THIS ERROR.
  6. K

    reed solomon code using mary fsk using simulink in matlab

    how can i set frequency separation and sample per symbol in M-fsk modulation in designing reed solomon code using simulink? Is there any relation between symbol period of AWGN channel and mary fsk modulation? And as i am doing comparision of different reed solomon code keeping code rate...

Part and Inventory Search

Back
Top