First
|
Prev |
Next
|
Last
Pages: 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
Recording audio input using MATLAB on Mac OS X Check this out! I think it has what u need! http://www.mathworks.com/access/helpdesk/help/techdoc/import_export/f5-132080.html#bsdl2bs-1 ... 2 Aug 2010 11:25
Curve fitting with 5 data points? Hi, I have five data points and I need to show that they can be fitted by parabolic fitting. 1. Is it ridiculous to run a fit with 5 points only? 2. Is there any possible bootstrap approach (similar to linear regression with small amount of data), which can demonstrate reliability of my fit? 3. Is the curve fit ... 2 Aug 2010 12:32
Stateflow dashed transitions Hi, I've copied a part of stateflow diagram from one model to another and now part of the transitions lines are dashed (they look like ones which are disconnected) and have numbers attached to them but most of the time they are single transitions from the state so it's not the execution order. When I click on the... 2 Aug 2010 11:25
Signature Verification (help with images) [URL=http://www.freeuploadimages.org/viewer.php?file=420r492jdiijjz2f2yqw.jpg][IMG]http://www.freeuploadimages.org/images/420r492jdiijjz2f2yqw_thumb.jpg[/IMG][/URL] [URL=http://www.freeuploadimages.org/viewer.php?file=6cuyxlo72yl65tvkxt3.jpg][IMG]http://www.freeuploadimages.org/images/6cuyxlo72yl65tvkxt3_thumb.jpg[/IM... 11 Aug 2010 14:44
the Percentage of Energy Loss (PELD) please i need the matlab code of evaluation criteria: - the Percentage of Energy Loss (PEL) -the percentage of noise residue (PNR) thanks ... 2 Aug 2010 10:19
removing noise from signal Hi all, i have a problem with removing noise from signal. so, this is my code: f = 7000 %frekvencija l = 100 %duljina signala T = 1/f t = (0:l)*T x = 0.1*sin(2*pi*45*t) + sin(4*pi*220*t) y = 0.7*sin(2*pi*750*t) + sin(2*pi*120*t) z = x + y subplot(2,1,1) plot(t,z) xlabel('t[s]') ylabel('A') Z = fft(z) ... 4 Aug 2010 16:53
Cross-correlations - how to read Hi all, I crosscorr use the crosscorr(x, y) function and it creates me a very nice chart for the first 20 values. It creates the two sides, the values on the axis OX> 0 and value <0. How to interpret this chart? Is the value of> 0 on the X axis is the x values are delayed terms y, and for <0 is the other way ar... 5 Aug 2010 18:02
filter fft data Hi I have a data-set (variable star light-curve) that is sampled non-uniformly (avg sampling 0.548Hz) - I re-sample the data by using 'interp1' over a new time-vector specified within the same begin/end values of original (sampling 1Hz). Total time is 4.8hours. I am looking for the rotation period of the star - w... 2 Aug 2010 10:19
How to Plot this Kind of Matrix Hello to everybody! I have to plot a matrix 10111 x 3 where the first two columns are the points' coordinates and the third column is the value of the point. With that matrix i have take a grid to approximate the plan's portion [0...10,0...10]: 0 0 0,162093682194603 0 0,1 0,165728548002140 0 0,2 0,16775560799023... 2 Aug 2010 15:51
scrollbar for the axes i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. now the next task is the implementation of a slider at the horizontal position for the both axes so when i zoom in into the axes and the graph expand then with help of this slider i should ... 2 Aug 2010 10:19 |