Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
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...
12 years 前 | 2 个回答 | 0