photo

oblivious


2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


signal similarity measurement - cross-correlation
Hi, I am simulating an ultrasound imaging system. Here I need to compare two large time series using xcorr(). But, the comput...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


out of memory error
Hi, I ran a large Monte-Carlo simulation using a loop on a script (not function). After several iterations I got a Out Of Mem...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


multi-core CPU to DCS
Hi everyone, I have worked on a project where I had several parallel programs using parfor. I have run the codes in my core i...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


legal issues regarding MATLAB document
Hello, This is not a programming issue. I am going to publish a paper in a journal where i need to use some definitions given...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


time elapsed by a portion of the code
Hello, I need to know how much time a particular portion of my code consumes. I tried MATLAB profiler. But it displays how mu...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


integration of samples
Hello, I have a sampled data and the sampling frequency is known. Is there any function that can find the area under the impl...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


hanning window
Hello, what is the difference between hanning and hann? They are both supposed to be returning hanning window sequences. -...

12년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Matlab script question
first open that file and read data. use fopen, fscanf etc to read data

12년 초과 전 | 0

질문


SNR in AWGN
Hello, i am trying to do some simulation of AWGN channel. matlab has a function awgn(x,snr). what kind of snr does it use her...

12년 초과 전 | 답변 수: 3 | 1

3

답변

질문


replace a line of a file
Hello, we know that we can read the lines of a file by using fgetl or fgets. But i need a function that will replace the line...

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to delete the first line of a text file?
I could not put the file name as you wanted. but i did the rest of the things clear all; fclose('all') fid=fopen('old...

12년 초과 전 | 0

| 수락됨

답변 있음
Angle between a vector and the positive X axis
you might want to consider all possible combinations i.e. 1st and 2nd quadrant. b=atan(m); if b<0 ang=pi+b; ...

12년 초과 전 | 0

질문


problem with parfor variable
Hello, i have a large code. I am summarizing the problem using a simple code. parfor it=1:30 for jt=1:30 a(i...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


composites
hello, I have a code which processes a large data set. i tried to use spmd and distribute the data among the workers. but it di...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


spmd-parfor
Hello, i am trying to use PCT for a large for loop which uses a large data set used in ultrasound medical imaging. the loop r...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


to find variables in a string
Hello, this may be a simple problem. but i cant figure it out. I have a string which is acquired from an .m file through f...

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


fscanf problem
hello, this is a very simple problem. but i cant figure it out. i have a text file. it contains a line 'read this line'. ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


band pass filtering
Hi, I have a data sampled at 20MHz. I need to apply a bandpass filter centered at 5MHz and a bandwidth of 5MHz. I can do it by ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


error handling
Hi, I am working for a thesis where i need to check some code automatically. whenever an error is encountered while running a...

12년 초과 전 | 답변 수: 1 | 0

1

답변