First  |  Prev |  Next  |  Last
Pages: 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564
Audemars Piguet Royal Oak Offshore Jewellery Collection
PRESS RELEASE — Royal Oak Offshore jewellery collection The sporting spirit of jewellery. There was a time when a watch was a man’s only piece of jewellery and all women wanted from a watch were ornamental flourishes. These days, whether in the feminine or masculine model, the trend is towards mixing and matchin... 4 Jun 2010 04:50
mmreader speed (vs aviread)
Having upgraded to MATLAB 2010a, I am trying to replace 'aviread' calls in my program with 'mmreader' calls. However the equivalent read in time seems to be about 20 times slower. Given that aviread already took about 50% of the program runtime for a time-sensitive program, that is very slow. Eg: start=1; fi... 4 Jun 2010 09:12
Enabled subsystem output signals
Hello, I'm doing some research on dynamics systems in Simulink, where I'm modeling differential equation systems. Because of changing conditions I'm trying to switch between different DE systems with enabled subsystems, where a subsystem is enabled or disabled depending on some conditions. The problem I'm facing i... 4 Jun 2010 03:46
delay for hdl code generation and general concept
well i have two questions related to the use of delay block in simulink model for hdl code generation. 1. is delay block synthesizable in hdl, that is if i burn the verilog code for delay on fpga, will it produce delay 2. suppose i have a signal A with 4 samples. and signal B following signal A. they are commin... 4 Jun 2010 03:46
IMAQ adaptor toolkit and NI boards
Hi, I am attempting to write an IMAQ Adaptor, as we have found the stock NI IMAQ adaptor insufficient (particularly, you cannot set camera specific properties). I appeared to have everything working, but I am running into substantial problem , because when I try to use the DAQ toolkit as well (also using an NI board),... 11 Jun 2010 19:14
blkproc
Hello Could you please help me to debug the error ??? Subscripted assignment dimension mismatch. Error in ==> blkproc at 89 aa(border(1)+(1:ma),border(2)+(1:na)) = a; in the code I = imread('100.jpg'); fun=(a)dct2; J=blkproc(I,[8 8],fun); ................. Thank you Shala ... 24 Jun 2010 15:14
blkproc
Can anybody help me to identify the error "Subscripted assignment dimension mismatch. Error in ==> blkproc at 89 aa(border(1)+(1:ma),border(2)+(1:na)) = a;" at the code I = imread('100.jpg'); fun=(a)dct2; J=blkproc(I,[8 8],fun); ........... I am using MATLAB 7.6.0(R2008a) Thank you Shala ... 4 Jun 2010 02:41
sample based data comparison in simulink for hdl code generation
hi, Kindly try to read the whole problem, i apologize for typing much. :) i am facing a problem , i am trying for the last 2 weeks but the problem is still there. urgent help is required.Kindly understand the problem and reply . the problem is given below. Input 'A' can have any value. For simplicity i have given... 4 Jun 2010 03:46
Compiling FORTRAN on maci64 architecture
I have some routines that I use for a long time (already got them compiled), but now I need to compile them for the 64 bits Mac architecture. I already lost 2 or 3 days, but I can not make it work. Can some please help me? ---------------------------------------------------------------- -> options file specified on... 4 Jun 2010 05:55
Higuchi's fractal dimension code
function [FD]=Higuchi(COP) %This function calculates a fractal dimension of a COP trace using %Higuchi's [Higuchi 1988] method. N=length(COP); kmax=100; L_m=zeros(1,kmax); L_m_length=zeros(kmax,kmax); for k=1:kmax for m=1:k; L_m=zeros(1,kmax); for i=1:fix((N-m)/k) L_m(i)=a... 3 Jun 2010 22:19
First  |  Prev |  Next  |  Last
Pages: 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564