First  |  Prev |  Next  |  Last
Pages: 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
store last 50 samples of signal in SIMULINK
Hello! For a signal processing application, I need to know and store the last 50 samples of an input signal. How can I do this in SIMULINK? Regards ... 28 Jul 2010 10:45
store last 50 samples of signal in SIMULINK
Hello! For a signal processing application, I need to know and store the last 50 samples of an input signal. How can I do this in SIMULINK? Regards ... 26 Jul 2010 07:15
store last 50 samples of signal in SIMULINK
Hello! For a signal processing application, I need to know and store the last 50 samples of an input signal. How can I do this in SIMULINK? Regards ... 26 Jul 2010 07:15
Two or more loops
Hello, I have issues to make this code runing. I want to provide a matrix for the variable Rho, so that the result is computed for every element of this matrix. Can somebody give a hand? NoRatings=17; left_bound=-20; DT(1)=left_bound; for j=2:NoRatings DT(j)=norminv(PD(j)); end NoGrids=17; rho=0.5... 26 Jul 2010 07:15
find mean ,variance,skewness
Sir, i want to find the mean,variance,skewness ,kurtosis of the quantized image,could u help me in the matlab code i want to use probably using conv or imfilter,colfilter,nlfilter ... 26 Jul 2010 06:11
64 bit integer
Hello, i am working on MEX applications . i have strings which contains 64 bit values. I convert them to 64 bit and store it in a numeric array of type mxINT64_class. but when i access the numeric array the value is greater than 2147483647 is seena s 2147483647. but here actually i am supposed to get the 64 bit va... 26 Jul 2010 06:11
color image segmentation, counting objects in image
HI, I have a got a image of containing red cells and white blood cells. http://drop.io./cellpic Now in that image i want to count objects i.e circular objects in red excluding a big object in purple colour . So i tried converting it into a gray image. But when i converted into gray image even the big ob... 30 Jul 2010 08:35
GUIDE Toolbar layout limitation
Dear all, GUIDE toolbar layout editor doesn't allow to create more than 21 buttons on GUI. Is there a solution for it? Thanks ... 26 Jul 2010 06:11
64bit integer
I want to use a 64 bit integer on a 32 bit matlab. I am working on a 32bit matlab. is ther any way to do it.do i have to write my own datatype for it. If i have to write a new datatype for it .can you please provide any hint how to do it. Thanks, NILESH ... 26 Jul 2010 10:31
separation
Hi I am doing Out2 = regexp(TL5{3},'\w*','match'); where TL5{3} ans = '3000,3e-12' which returns me Out2 = '3000' '3e' '12' but i want Out2= '3000' '3e-12' Please tell me the command ... thank you.... ... 26 Jul 2010 10:31
First  |  Prev |  Next  |  Last
Pages: 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174