Community Profile

photo

Harish


LMS intl ltd

Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


What is the discrete transfer function for memory block in simulink
I want to know the z transform of discrete transfer of the memory block used in Simulink.

10 years ago | 0 answers | 0

0

answers

Question


I am trying to replace a integer n if odd by 3 times value plus one or if even replace by half the value and count the steps but the counting does not seem to occur properly
n = input('input the number'); while(n~=1) m=1; if(n>1) if(rem(n,2)==0) n=n/2; else n...

11 years ago | 2 answers | 0

2

answers