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.

circular shift in matlab

Status
Not open for further replies.

kokila parmar

Newbie level 4
Joined
Nov 8, 2011
Messages
6
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,324
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 shft is 2 then output is 7856.
Input of circular shift in my project is [16320*1] in bit format. now i want to do circular shift at every 64bits row. means circular shift happen at every 64bits continuously upto 16320.not at the end of 16320.

can any one have idea regarding this.

it is urgent.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top