代码搜索:Develops

找到约 38 项符合「Develops」的源代码

代码结果 38
www.eeworm.com/read/388457/8608019

m circshift.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M
www.eeworm.com/read/387887/8649458

m circshift.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M
www.eeworm.com/read/186987/8886064

m !circshi.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M + lengt
www.eeworm.com/read/160929/10469497

m circshift.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M + lengt
www.eeworm.com/read/160929/10469859

m circshift.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M
www.eeworm.com/read/160929/10470207

m !circshi.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M + lengt
www.eeworm.com/read/439446/7708532

m circshift.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M + lengt
www.eeworm.com/read/439446/7708610

m circshift.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M
www.eeworm.com/read/439446/7708691

m !circshi.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M + lengt
www.eeworm.com/read/488258/6500252

m circshift.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M