Statistiques
RANG
8 334
of 295 527
RÉPUTATION
5
CONTRIBUTIONS
16 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
43.75%
VOTES REÇUS
1
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
hanning window
Hello, what is the difference between hanning and hann? They are both supposed to be returning hanning window sequences. -...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesMatlab script question
first open that file and read data. use fopen, fscanf etc to read data
plus de 12 ans il y a | 0
Question
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...
plus de 12 ans il y a | 3 réponses | 1
3
réponsesQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseHow 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...
plus de 12 ans il y a | 0
| A accepté
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; ...
plus de 12 ans il y a | 0
Question
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
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'. ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0