Hello, "fracshift" in signal-1.1.3 does not work on row vectors when the shift parameter is an integer. It calls "circshift" when the shift parameter is an integer, but that function only shifts in the column direction.
Hence the following command: fracshift([1 0 0 0],1) gives the output: [1 0 0 0] Also, "circshift" itself appears to be redundant, as it duplicates the functionality of the built-in command "shift". Regards, Steve Duncan ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev