Frage


Implementing Equation in matlab
I have to implement park transformation ,the input to park transformation is Va,Vb,Vc and theta and output is Vq,please tell...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


representing 8 bits per element
In the previous post walters comment Remember, comp is representing binary, and so is 1 bit per element, whereas your ori...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


retrieving image after encoding
my code is A=imread('imagcp.bmp'); A=A(:); YourVector=double(A); symbols = unique(YourVector(:));...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Belbic Controller in Simulink
hi everyone i need yout help in designing BELBIC controller for torque rippple reduction of SRM motor, Please can anyone te...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Size increases after encoding
Finally i got through the problem in huffman encoding,but the size after encoding increases,please help A=imread('imagcp....

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


entropy encoding for images
is there any source codes available for entropy encoding for images, please help

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how the compression ratio is calculated
i have a code X=imread(file); wavelet='haar' level=2; [c,s] = wavedec2(X,2,wavelet); ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Displaying the image of wavedec2
I have code X=imread('cameraman.tif') [C,S] = wavedec2(X,2,'haar'); for 2 level decomposition please tell how to dis...

mehr als 11 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


Error in output image
I have a image converted to quanterion form,now i have performed some operation on that code My code is ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


noise removal by setting a threshold
I have a RGB image ,i have to remove noise in it by setting a theshold value please help

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


finding minimum value in Quanterion matrix
I have a 386x514 quaternion array,in this please tell how to find the minimum value of that matrix

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


finding MSE and MAE for RGB image
i have a equation below please tell how to find MSE and MAE for RGB image http://imgur.com/94kpN

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Replacing centre pixel value
I have a code ,of 7x7 natrix in that for each 3x3 i have found minimum value and if that minimum value is greater the ce...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Implementing equation doe 3x3 matrix
I have a image below ,please tell how to implement the equation for a 3x3 matrix http://imgur.com/6NO9M please assist

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Finding value of a matrix
I have a 3x3 matrix, for example: d=rand(3,3) Now i want to implement the equation V=1/2(d(q4,q5)+d(q5,q6)) ...

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


constructiong 3x3 matrix window
I am designing a filter removing impulses noises from an RGB IMAGE For identifying the noise pixels in the image I need a 3x3...

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Noise removal in Images
I have a image with impulse noise,now i have to remove the noise using Quaternion switching filter.Is there any codes available ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Performing Quantization on images
I have performed dwt2 on a image ,and have its coefficient,and sampled it,now i want to quantise the cA,cH coefficients to singl...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


noise removal in Image
I have to remove noise in image ,i di dit ny median,weiner,progressive median,but i did not get any codes for switching median f...

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Intelligent Dispatch using GA
I am working on Intelligent dispatch for distributed Renewable using GA.I have to calculate the time of battery chatging and dis...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Replacing pixel value a another colour
I have a image in that suppose i want to change the pixel colour ,how i can do it.assume i have peppers image,in that if i want ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


finding the mean for large data
I have 3 rows ans 192 column,i want to find mean for each 9 columns in row wise, for ex if i have rand(3,192) taking 3x9 ,...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


finding the closest value
i have valued as val(:,:,1) 8x8 matrix,,,,,,,,,,,,val(:,:,192)8x8 matrix now i want to check which all values are nearb...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error:Empty cluster at iteration
Finally for the question in http://www.mathworks.in/matlabcentral/answers/55028-finding-mean-for-values i have found mean...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


finding mean for values
I have values named in variabla Block in the my values are as val(:,:,1) 8x8 matrix values val(:,...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Forming the block in simulink
I have a equation in which i want t implement in simulink for example the equation is given in image,and if all the variable...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plotting the misclassified data
I have classified the data using SVM,please tell how to plot the miscalssified data [k j]=size(datats) ...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Finding the maximum points
I have images,where each image has sine wave ,now i want to find the maximum point of each positive peak and find the distance ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Dividing the data into training,testing,validation
I have a dataset of 75x6,in which i want to divide the data into training ,testing and validation and use rbf neural network to ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Median filter for rgb images
For 2d images for performing median filtering we have inbuilt function medfilt2 is there any function for performing median f...

mehr als 11 Jahre vor | 4 Antworten | 0

4

Antworten

Mehr laden